Hi, I'm trying to optimize some files for storage and download. They frequently have scanned text, and the scanned image is in RGB, rather than 2 color. This can be fixed by exporting the image, changing to two color, and re-importing. However, it's not straightforward to identify which images are causing problems. Ideally, I'd like to both get a list of all images in the pdf file along with thier size and attributes, and be able to click on any one image in the file to get it's size and attributes. Is there any such tool?
Thanks, Peter
Image information
Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Paul - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange
-
Paul - PDF-XChange
- Site Admin
- Posts: 7445
- Joined: Wed Mar 25, 2009 10:37 pm
Re: Image information
Hi Peter,
Regrettably I don't believe there is such functionality.

Regrettably I don't believe there is such functionality.
Best regards
Paul O'Rorke
PDF-XChange Support
http://www.pdf-xchange.com
Paul O'Rorke
PDF-XChange Support
http://www.pdf-xchange.com
-
plasticassius
- User
- Posts: 33
- Joined: Sun Mar 20, 2011 5:15 pm
Re: Image information
After searching a bit, I found some free utilities that do basically what I want 
extract all images from the pdf:
pdfimages file.pdf file
print the attributes of the images:
identify -format "%f: %m, %wx%hx%k, %b\n" *
extract all images from the pdf:
pdfimages file.pdf file
print the attributes of the images:
identify -format "%f: %m, %wx%hx%k, %b\n" *
-
Paul - PDF-XChange
- Site Admin
- Posts: 7445
- Joined: Wed Mar 25, 2009 10:37 pm
Re: Image information
nice
thanks for posting that Peter. I hope it will be of benefit to other users.
Have a great week end.
thanks for posting that Peter. I hope it will be of benefit to other users.
Have a great week end.
Best regards
Paul O'Rorke
PDF-XChange Support
http://www.pdf-xchange.com
Paul O'Rorke
PDF-XChange Support
http://www.pdf-xchange.com