I am working on making pdf files smaller by accessing its internal raw images, resizing them, and overriding the originals with the resized ones. Theoretically, it could be done using Pdfium. So I wonder if pdfrx_engine could do it too? I have been able to do it using regex to parse xref images, but it only works with pdf versions up to 1.4. Thank you for your analysis.
I am working on making pdf files smaller by accessing its internal raw images, resizing them, and overriding the originals with the resized ones. Theoretically, it could be done using Pdfium. So I wonder if pdfrx_engine could do it too? I have been able to do it using regex to parse xref images, but it only works with pdf versions up to 1.4. Thank you for your analysis.