ExtractImagesFromPdfParams constructor
      
      ExtractImagesFromPdfParams({ 
    
    
- required String pdfFilePath,
 - int? scaling,
 - EncodingFormat? compressFormat,
 - int? quality,
 
Implementation
ExtractImagesFromPdfParams({
  required this.pdfFilePath,
  this.scaling,
  this.compressFormat,
  this.quality,
});