I would like to create a page, inserting a pdf file.
I mean, take a pdf file, and that result a page in latex.
I tried this:
Code: Select all
\documentclass{article}
\usepackage{pdfpages}
\begin{document}
\includepdfmerge{file1.pdf,-}
\includepdfmerge{file2.pdf,1-3}
\end{document}
"it cannot properly handle bookmarks and (2) it will not intellegently update the page numbers shown in pagefoot."
Can anyone help me?
Tnks,
Fábio Fernandes