PDFImage Processor
interface PDFImageProcessor
Used to preprocess pages of the PDF generation.
When you generate a PDF document from images, you may want to apply some preprocessing to each image before inserting them in the document (for instance resizing them, including a watermark, etc.) You can implement your own PDFImageProcessor and pass it when generating a PDF document.