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 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
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
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
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.*Error 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.*Error 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 io.scanbot.sdk.docprocessing.Page.
Return
Result.Success if PDF was generated successfully, Result.*Error 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 io.scanbot.sdk.docprocessing.Page.
Return
Result.Success if PDF was generated successfully, Result.*Error 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 generateWithOcrPagesFromDocument() instead
Creates sandwiched OCR PDF file from given Page 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.*Error 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 Page 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.*Error otherwise
Parameters
list of Page objects.
the output PDF file
the PDF configuration
the source list of Page OCR data.