stapler icon indicating copy to clipboard operation
stapler copied to clipboard

How to concatenate the document outline along with the pdf

Open sant527 opened this issue 5 years ago • 1 comments

In pdftk when i combine pdfs and if the pdfs have document outline (helpful for navigation) they also get concatenated

ALso if i want to dump and later update the outline it can be done in pdftk using

pdftk file.pdf dump_data output dump_data.txt
pdftk file.pdf update_info dump_data.txt output file_index_updated.pdf

Can these three functions be done using stapler. then it will be great

sant527 avatar Aug 25 '20 08:08 sant527

Could you provide some example pdfs for testing?

corollari avatar Oct 13 '20 19:10 corollari