I'm brand new to Latex, so bear with me. I'm trying to include a pdf using the pdfpages package and rotate, resize, and crop it. When I do this, a number always shows up in the lower left corner of the pdf, and I've notied that the number changes when I change the angle/scale/cropping. Here's my code:
\documentclass{report}
\usepackage{pdfpages}
\begin{document}
\includepdf[pages=1,angle=90,scale=0.8, clip=true, trim=4cm 0cm 0cm 3cm]{example.pdf}
\end{document}
That set of attributes will put the number 224.03517 in the lower left corner of the pdf. How do I get rid of this?
pdfpagesdo you use? – Kurt Sep 10 '12 at 16:41