Pdf Images Extractor
Types
Functions
Link copied to clipboard
abstract fun imageUrlsFromPdf(pdfFile: File, outputDir: File, prefix: String, compression: Bitmap.CompressFormat = Bitmap.CompressFormat.JPEG, quality: Int = DEFAULT_COMPRESSION_QUALITY, scaling: Float = DEFAULT_SCALING, bitmapConfig: Bitmap.Config = Bitmap.Config.ARGB_8888, cancelCallback: LongOperationCancelCallback? = null, progressCallback: ProgressCallback? = null): List<Uri>
Converts pdf document to separate image files with given options. If the encryption of sdk is enabled all images WILL be encrypted.