generate
Generate PDF from given images Uris.
Return
Result.Success with generated PDF File if PDF was generated successfully, Result.*Error otherwise.
Parameters
list of source images uris
should be true if source files are encrypted with Scanbot SDK encryption mechanism, otherwise - false
extra PDF configuration
Generate PDF from given images Uris.
Return
Result.Success if PDF was generated successfully, Result.*Error otherwise.
Parameters
list of source images uris
target PDF file
should be true if source files are encrypted with Scanbot SDK encryption mechanism, otherwise - false
extra PDF configuration
Generate PDF from given Document.
Return
Result.Success if PDF was generated successfully, Result.*Error otherwise.
Parameters
source document
extra PDF configuration
Generate PDF from given Document.
Return
Result.Success if PDF was generated successfully, Result.*Error otherwise.
Parameters
source document
target PDF file
extra PDF configuration
Deprecated
Use generateFromDocument() instead
Generate PDF from given list of Page objects.
Return
Result.Success with generated PDF File if PDF was generated successfully, Result.*Error otherwise.
Parameters
list of source pages
extra PDF configuration
Deprecated
Use generateFromDocument() instead
Generate PDF from given list of Page objects.
Return
Result.Success if PDF was generated successfully, Result.*Error otherwise.
Parameters
list of source pages
target PDF file
extra PDF configuration