I want to merge two PDF files while maintaining the index (xref-table) of both files.
I wanted to write my dissertation at LaTeX, with the exception of an attractive and complex cover page. Now I want to combine the title page of my dissertation with the content, but I could not do this job by saving the index using the following tools:
The PDF Toolkit (pdftk) provides the dump_data command, with which you can retrieve metadata information, including bookmarks. This data can be transferred to a pdf file using the "update_info" command, which works, except for bookmarks.
Can someone out there give me advice on how to do this?
Thanks for helping me, Rainer
source
share