Class UrisInput
-
- All Implemented Interfaces:
public final class UrisInput extends PdfGeneratorInput
Allows to set PDF generation input as list of urls
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
size
private final List<Uri>
uris
private final Boolean
inputEncrypted
private final PdfConfiguration
pdfConfig
private final File
outputFile
-
Method Summary
Modifier and Type Method Description Integer
getSize()
final List<Uri>
getUris()
final Boolean
getInputEncrypted()
PdfConfiguration
getPdfConfig()
File
getOutputFile()
-
-
Constructor Detail
-
UrisInput
UrisInput(List<Uri> uris, Boolean inputEncrypted, PdfConfiguration pdfConfig, File outputFile)
-
-
Method Detail
-
getInputEncrypted
final Boolean getInputEncrypted()
-
getPdfConfig
PdfConfiguration getPdfConfig()
-
getOutputFile
File getOutputFile()
-
-
-
-