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 regarding this so I don't think it's possible with pdftk.
All of our files merged will be 1 page, so wondering if there's any other utility that can add in bookmarks afterwards?
Or another linux based pdf utility that will allow to merge while specifying a bookmark for each individual pdf.


@pipitas 's good answer doesn't solve the bookmark issues perfected, and the there is related question in unix discussion https://unix.stackexchange.com/questions/17065/add-and-edit-bookmarks-to-pdf/31070 , where I suggest
If you still stick with those unix scripts, then
pdftkgsis accepted.gsscript to merge them together with pdfmarksThe script exist already, see
pdf-merge.pyfrom Merge PDF's with PDFTK with Bookmarks?