Merge PDF’s with PDFTK with Bookmarks?
You can also merge multiple PDFs with Ghostscript. The big advantage of this route is that a solution is easily scriptable, and it does not require a real programming effort: gswin32c.exe ^ -dBATCH -dNOPAUSE ^ -sDEVICE=pdfwrite ^ -sOutputFile=merged.pdf ^ […more Ghostscript options as needed…] ^ input1.pdf input2.pdf input3.pdf [….] With Ghostscript you’ll be able to … Read more