Merge PDF's with PDFTK with Bookmarks?

前端 未结 11 970
遥遥无期
遥遥无期 2020-12-04 08:51

Using pdftk to merge multiple pdf\'s is working well. However, any easy way to make a bookmark for each pdf merged?

I don\'t see anything on the pdftk docs regardin

11条回答
  •  时光取名叫无心
    2020-12-04 09:24

    Unfortunately there is no easy way to do that. You could use the library that pdftk is built upon directly and either write a Java or a .NET program that uses iText or iTextSharp to merge your one-pagers and create the bookmarks. If you want to go the iText route, there are lot of examples available online or in the iText book (written by the iText author).

    ... or, let me know what's not working and I can help.

提交回复
热议问题