forked from py-pdf/pypdf
-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
I'm dealing with a collection of PDF files that contain invalid bookmarks: in Acrobat, they show in the bookmark tree, but the bookmark properties shows that they have no destination.
Using the getOutlines() method does not return these bookmarks at all. I was hoping that I could extract these invalid bookmarks and fix them with pyPDF4 (in my specific case, I would set them to the destination of the previous bookmark), but since they're not listed, that's not possible.
Is there a tweak I could apply to get these invalid bookmarks (and update them)?
Thanks!
R.
Metadata
Metadata
Assignees
Labels
No labels