The printer said that the corrected pages are a quarter inch smaller than they are supposed to be. I have no idea why, because I am looking at my latex preamble (the one from which I generated the pdf file of my book) and it has the following code:
Code: Select all
\usepackage[
noinfo,
cam,
width=6.25in, % the width of the galley
height=9.25in, % the height of the galley
center % actual page is centered on the galley
]{crop}
So, why does the printer tell me that the corrected pages I sent them (the ones that I extracted from the pdf file of the book) are only 6"x9". I extracted them from a pdf document that was set at 6.25x9.25, so why aren't they the same dimensions?
Also, simpler question: how do I view the page dimensions of a pdf document once I have created it? I need to be able to confirm that I've done things properly so I don't have to keep wasting my time.