Pdfium Pdf Pages Extractor
class PdfiumPdfPagesExtractor(val pageFileStorage: <Error class: unknown class>, context: Context) : PdfiumPdfImagesExtractor
Allows to import pdf files to Scanbot SDK as pages or extract image files. Based on Pdfium library.
Parameters
page File Storage
page file storage to add pages to
Functions
Link copied to clipboard
open fun extract(pdfFile: File, scaling: Float, bitmapConfig: Bitmap.Config, cancelCallback: LongOperationCancelCallback?, progressCallback: ProgressCallback?, processingCallback: PdfImagesExtractor.PdfImageProcessingCallback?): Result<List<String>>