Conversion Tools ⇒ pdflatex, pdfpages - import pdf with bookmarks
-
- Posts: 11
- Joined: Mon Oct 18, 2010 2:14 pm
pdflatex, pdfpages - import pdf with bookmarks
When a pdf file is imported it looses all of its bookmarks that were present in the original file. Is there a way to preserve the bookmarks in the new file?
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
pdflatex, pdfpages - import pdf with bookmarks
pax can help to bring the bookmarks, hyperlinks and other PDF annotations to the new file.
Stefan
-
- Posts: 11
- Joined: Mon Oct 18, 2010 2:14 pm
Re: pdflatex, pdfpages - import pdf with bookmarks
-
- Posts: 11
- Joined: Mon Oct 18, 2010 2:14 pm
pdflatex, pdfpages - import pdf with bookmarks
If you're getting a weird error, use pdfannotextractor --install (this should fix the perl dependencies and automatically install all the needed packages).
Have a new issue: How do I remove pdf hyperling highlighting in the newly created pdf? (every PDF document link has a red border and every outgoing link has a cyan border)
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
pdflatex, pdfpages - import pdf with bookmarks
this can be done bySkyHiRider wrote:Have a new issue: How do I remove pdf hyperling highlighting in the newly created pdf? (every PDF document link has a red border and every outgoing link has a cyan border)
Code: Select all
\hypersetup{colorlinks=false}
Btw. for new questions please open a new thread and mark the earlier thread as solved. This can be done by editing your first post in this thread (the question) and choosing the checkmark symbol as topic icon. So it's easier to see still open questions. Thanks for that!
Stefan
-
- Posts: 11
- Joined: Mon Oct 18, 2010 2:14 pm
pdflatex, pdfpages - import pdf with bookmarks
Code: Select all
\hypersetup{colorlinks=true}
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
pdflatex, pdfpages - import pdf with bookmarks
if you want to remove both color and frames.
Stefan