ExtractImagesFromPdfParams constructor

ExtractImagesFromPdfParams({
  1. required String pdfFilePath,
  2. int? scaling,
  3. EncodingFormat? compressFormat,
  4. int? quality,
})

Implementation

ExtractImagesFromPdfParams({
  required this.pdfFilePath,
  this.scaling,
  this.compressFormat,
  this.quality,
});