Conversion ToolsBookmarks in merged PDF Files

Information and discussion about output converters related to LaTeX (e.g. dvips, ps2pdf, ...)
Post Reply
Mikkel
Posts: 2
Joined: Thu Feb 28, 2013 2:33 pm

Bookmarks in merged PDF Files

Post by Mikkel »

Hi,

I'm quite new to LaTeX and very new to Ubuntu, I have downloaded some books from Springer.com, where the books come in several PDF files where each contains hyperrefs and bookmarks. I want to combine these files to make the books more readable and searchable and of course keep all the hyperrefs and bookmarks.

I've seen some tips(http://www.latex-community.org/forum/vi ... 52&t=13132) to use the PDFAnnotExtractor in pax to extract bookmarks as one is combining several PDF documents into one single file. Can someone give me an example on how to use the PDFAnnotExtractor or any other method to merge several PDF documents and keep all the bookmarks and hyperrefs? This is what i have tried so far:

Code: Select all

\documentclass{article}
\usepackage{pdfpages}
\usepackage{pax}

\begin{document}
  \includepdf[pages=-]{0_Basic_Concepts}
\end{document}
<<Thank you for any help>>

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Mikkel
Posts: 2
Joined: Thu Feb 28, 2013 2:33 pm

Bookmarks in merged PDF Files

Post by Mikkel »

I have finally found a sollution, its a program called "PDF Split and Merge" and can be downloaded at sourceforge http://sourceforge.net/projects/pdfsam/ ... ecommended
Post Reply