I have PDF files that contain different image formats. My viewer in a Silverlight application does not handle all image formats. What I would like to do is to open a page, check the formats of the images on the page, and then if the page contains image formats that aren't supported, save or convert the page to a supported format. It appears that I would need to open the page in an edit mode to find out. Is that true or is there a better way? Converting each page using the Convert method would work for pages needing this, but seems that it would overhead when not.
Thank you for any pointers on dealing with this.
Jeff
↧