What the resolution for this pdf file?
August 9, 2007 10:52 AM
Subscribe
How do I determine the resolution for images in a pdf? Or for a pdf that is one big raster image?
I work with a CAD program (Solidworks 2007) and often grab images of what I'm working on by saving them as jpg, tif or pdf files. Jpgs are saved at 72 dpi, and tifs at 92. For pdfs there's a "high quality" option and I'd like to know how high the quality is. I've got Acrobat 8.
posted by hydrophonic to computers & internet (5 comments total)
Therefore the resolution of an image is the number of samples in each dimension divided by the size at which the image is being displayed.
If you extract the images from the PDF, unless the particular format contains resolution information, resolution needs to be synthesized.
PDF is designed such that the same image data can be displayed in multiple images across multiple pages in nearly any size and the resolution is therefore different.
From Adobe's documentation, they recommend that you think of an image as 1x1 in PDF units (1/72") and then when you draw the image, you scale it to the size you want.
If you open the file, you will discover that the contents don't make it easy for you to determine the number of samples in each dimension, and from a practical standpoint, there is no good way to do that without significant software tools for cracking the file.
posted by plinth at 11:05 AM on August 9, 2007