Hi,
I want to be able to quickly check and access the PDF EXIF Data of JPGs embedded into it. I can achieve this functionality by saving the image to a stream using pdfExtractor.GetNextImage, but it’s quite slow. Is there any way I can access the PDF EXIF Data more quickly and remove all Metadata from JPG, eg, by accessing the stream data directly without saving it?
Thanks, Jamie