I need to be able to export the individual pages in a PDF file to images. Legal requirements here require that archived images be stored in TIFF format but some of our records come to us as PDF which we then convert to TIFF.
I also need to be able to extract PDF pages to individual JPEG files. I am currently using Gnostice components for this. Can this be done with anything from TMSSoftware?
We currently don't have such components unfortunately. We only have components to export graphics to PDF, but not to extract pages and/or convert them to image files.
Hi ...
I'm not an image conversion expert, but I noticed that we could export PNGs from FNCWXPDFViewer.
If it helps, this is how I could convert a page to JPEG, using VCL, by changing the OnGeneraqteImagePage event on TMSFNCWXPDFViewer demo, that is used when you press the PRINT button:
This is a nice piece of code, but requires the PDF Viewer to be visible. It's unclear if the OP wants to extract this behind the scenes or from a visual components. Nevertheless, a nice solution!