I was hoping to find a way to insert several (many) pages of a pdf but crop off the header (with the date, filename, etc.). I'm using
\subsection{Notes}
\includepdf[scale=0.8,pages=8-20,pagecommand=\subsection{blub}]{Notes.pdf}
but maybe I need to use pdftk somehow to do the batch cropping?
Thanks for any suggestions!
\includepdfaccepts all the options that\includegraphicsdoes; sotrim=l b r t,clipshould work (unless you're using XeLaTeX that, currently, doesn't support cropping). You have to compute the four dimensions, but probablylandrshould be 0, whiletandbdepend on the document you have. – egreg Oct 10 '12 at 17:11