I want to add a .pdf file to a LaTeX file that I am writing.
I used the package:
\usepackage{pdfpages}
and the command:
\includepdf[page={page number}]{filename}
It produces exactly the result I want, except that the hyperlinks of the pdf file don't work anymore in the new file. Is there a way to fix this problem? (I don't know whether this is important or not, but the pdf file has been created with LaTeX as well).
Any help will be highly apreciated!