Page Layout ⇒ Use of pdfpages
Use of pdfpages
I include this PDF in a Latex document using the package pdfpages, the links are not working. Is it possible to
makes these links working properly in my Latex doxument (PDF) which is made by pdflatex?
Kent
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Use of pdfpages
When a PDF file is included in another PDF file, contained links are lost. That's a limitation of the PDF format, since such hyperlinks resp. annotations are too tightly connected to the original page.
The pax package works around that issue: it parses the PDF file before it's included, extracts the hyperlinks, and puts them back into the final PDF.
Stefan