Package io.scanbot.sdk.pdf
Class PdfiumPdfPagesExtractor
-
- All Implemented Interfaces:
-
io.scanbot.sdk.pdf.PdfImagesExtractor
public final class PdfiumPdfPagesExtractor extends PdfiumPdfImagesExtractor
Allows to import pdf files to Scanbot SDK as pages or extract image files. Based on Pdfium library.
-
-
Field Summary
Fields Modifier and Type Field Description private final <Error class: unknown class>
pageFileStorage
-
Constructor Summary
Constructors Constructor Description PdfiumPdfPagesExtractor(<Error class: unknown class> pageFileStorage, FileIOProcessor fileIOProcessor, Context context)
-
Method Summary
Modifier and Type Method Description final <Error class: unknown class>
getPageFileStorage()
List<String>
pagesFromPdf(File pdfFile, Float scaling, Bitmap.Config bitmapConfig, LongOperationCancelCallback cancelCallback, ProgressCallback progressCallback)
-
-
Constructor Detail
-
PdfiumPdfPagesExtractor
PdfiumPdfPagesExtractor(<Error class: unknown class> pageFileStorage, FileIOProcessor fileIOProcessor, Context context)
- Parameters:
pageFileStorage
- page file storage to add pages tofileIOProcessor
- for handling sdk file encryption process.
-
-
Method Detail
-
getPageFileStorage
final <Error class: unknown class> getPageFileStorage()
-
pagesFromPdf
List<String> pagesFromPdf(File pdfFile, Float scaling, Bitmap.Config bitmapConfig, LongOperationCancelCallback cancelCallback, ProgressCallback progressCallback)
-
-
-
-