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 extract(pdfFile: File, scaling: Float = DEFAULT_SCALING, bitmapConfig: Bitmap.Config = Bitmap.Config.ARGB_8888, cancelCallback: LongOperationCancelCallback? = null, progressCallback: ProgressCallback? = null, processingCallback: PdfImagesExtractor.PdfImageProcessingCallback? = null): Result<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.