I compiled the following file (through MiKTeX which I have just updated all files), and I do not get the junk.pdf file inserted.
\documentclass{report}
\usepackage{pdfpages}
\begin{document}
qwe
\includepdf[pages=-]{./junk.pdf}
\end{document}
The .log and junk.pdf file are there: junk1.log; junk.pdf
OK, yes it works with pdflatex, but I have to use latex->dvips->ps2pdf because of other constraints insertion of EPS figures). Beside, I do not know how to use the suggested lastpage option.
Using \includepdf[nup=2x2,frame,pages={1-13}]{./junk.pdf} I do correctly get 5 pages which should have included junk.pdf, but I get blank pages with a black dot in the center.
junk.pdfexist in the current directory? – Peter Grill Apr 17 '12 at 02:49