generate
Generate PDF from given images Uris.
Return
Result.Success with generated PDF File if PDF was generated successfully, Result.Failure otherwise
Parameters
list of source images uris
should be true if source files are encrypted with Scanbot SDK encryption mechanism
extra PDF configuration
Generate PDF from given images Uris.
Return
Result.Success if PDF was generated successfully, Result.Failure otherwise
Parameters
list of source images uris
target PDF file
should be true if source files are encrypted with Scanbot SDK encryption mechanism
extra PDF configuration
Generate PDF from given Document.
Return
Result.Success if PDF was generated successfully, Result.Failure otherwise
Parameters
source document
extra PDF configuration
Generate PDF from given Document.
Return
Result.Success if PDF was generated successfully, Result.Failure otherwise
Parameters
source document
target PDF file
extra PDF configuration
Creates sandwiched OCR PDF file from given image file URIs and provided source list of Page OCR data.
Return
Result.Success with generated PDF File if PDF was generated successfully, Result.Failure otherwise
Parameters
list of image file URIs
if true, the image files are encrypted and will be decrypted before OCR
the PDF configuration
the source list of Page OCR data
Creates sandwiched OCR PDF file from given image file URIs and provided source list of Page OCR data.
Return
Result.Success if PDF was generated successfully, Result.Failure otherwise
Parameters
list of image file URIs
the output PDF file
if true, the image files are encrypted and will be decrypted before OCR
the PDF configuration
the source list of Page OCR data
Creates sandwiched OCR PDF file from given Document and provided source list of Page OCR data with provided languages. Uses the document image from a Page.
Return
Result.Success if PDF was generated successfully, Result.Failure otherwise
Parameters
the document to perform OCR on and create a PDF from
the PDF configuration
the source list of Page OCR data
Creates sandwiched OCR PDF file from given Document and provided source list of Page OCR data with provided languages. Uses the document image from a Page.
Return
Result.Success if PDF was generated successfully, Result.Failure otherwise
Parameters
the document to perform OCR on and create a PDF from
the output PDF file
the PDF configuration
the source list of Page OCR data
Deprecated
Use generateFromDocument() instead
Generate PDF from given list of LegacyPage objects.
Return
Result.Success with generated PDF File if PDF was generated successfully, Result.Failure otherwise
Parameters
list of source pages
extra PDF configuration
Deprecated
Use generateFromDocument() instead
Generate PDF from given list of LegacyPage objects.
Return
Result.Success if PDF was generated successfully, Result.Failure otherwise
Parameters
list of source pages
target PDF file
extra PDF configuration
Deprecated
Use generateWithOcrPagesFromDocument() instead
Creates sandwiched OCR PDF file from given LegacyPage objects and provided source list of Page OCR data with provided languages. Uses the document image from a Page.
Return
Result.Success with generated PDF File if PDF was generated successfully, Result.Failure otherwise
Parameters
list of Page objects
the PDF configuration
the source list of Page OCR data
Deprecated
Use generateWithOcrPagesFromDocument() instead
Creates sandwiched OCR PDF file from given LegacyPage objects and provided source list of Page OCR data with provided languages. Uses the document image from a Page.
Return
Result.Success if PDF was generated successfully, Result.Failure otherwise
Parameters
list of Page objects
the output PDF file
the PDF configuration
the source list of Page OCR data