sfneal / PyPDF3

A utility to read and write PDFs with Python
https://pythonhosted.org/PyPDF2/
Other
72 stars 15 forks source link

On append/merge not dispay bookmarks of PDF previous created #16

Open hildogjr opened 2 years ago

hildogjr commented 2 years ago

If I create two or more PDF files with this library and merge those file using the

pdf_merger.append(pdf_file, bookmark, import_bookmarks=True)

The resultant file have the root bookmarks as the previous files (which is fine) but it do not show the bookmarks present at the two initial files as low level bookmarks at the final PDF.

Appear that the append/merge method do not recognize the bookmarks created by tho own library even passing the command import_bookmarks=True.