I have a pdf-file, but it does not fill the entire page of my latex document. I want to use this pdf-file as my front page in a latex-document I have made. I use:
\documentclass[a4paper,12pt]{report}
\usepackage{pdfpages}
\includepdf{filename.pdf}
\end{document}
But it won't work. What can I do?
\includepdf[noautoscale]{filename.pdf}Doesfilename.pdfand your document have the same dimensions? – Bobyandbob Jun 03 '17 at 11:02\documentclassand ending with\end{document}. – Bobyandbob Jun 03 '17 at 11:02