Pdf Pages Extractor
interface PdfPagesExtractor
Allows to import pdf files to Scanbot SDK as pages or extract image files
Inheritors
Functions
Link copied to clipboard
abstract fun pagesFromPdf(pdfFile: File, scaling: Float = DEFAULT_SCALING, bitmapConfig: Bitmap.Config = Bitmap.Config.ARGB_8888, cancelCallback: LongOperationCancelCallback? = null, progressCallback: ProgressCallback? = null): List<String>
Converts pdf document to separate image files as pages with given options. If the encryption of sdk is enabled all pages WILL be encrypted.