generate From Uris
abstract fun generateFromUris(imageFileUris: Array<Uri>, sourceFilesEncrypted: Boolean = false, pdfConfig: PdfConfiguration = PdfConfiguration.default()): File?
Generate PDF from given images uris
Return
generated PDF File
Parameters
image File Uris
array of source images uris
source Files Encrypted
should be true if source files are encrypted with Scanbot SDK encryption mechanism, otherwise - false
pdf Config
extra PDF configuration
abstract fun generateFromUris(imageFileUris: Array<Uri>, outputFile: File, sourceFilesEncrypted: Boolean = false, pdfConfig: PdfConfiguration = PdfConfiguration.default()): Boolean
Generate PDF from given images uris
Return
true if PDF was generated successfully, false otherwise
Parameters
image File Uris
array of source images uris
output File
target PDF file
source Files Encrypted
should be true if source files are encrypted with Scanbot SDK encryption mechanism, otherwise - false
pdf Config
extra PDF configuration