How to remove bookmarks/outlines? #1427
Unanswered
mitchpaulus
asked this question in
Q&A
Replies: 1 comment 2 replies
-
the append/merge functions has a parameters to not copy the outlines. to remove a single outline, there is currently no function to easily remove it. Will prepare something |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm looking to remove existing bookmarks/outlines from a PDF when merging. There is the
add_outline_item
but I did not see any methods corresponding to removal. A simple web search didn't turn up anything useful.Is there a canonical way to do this within PyPDF2?
Beta Was this translation helpful? Give feedback.
All reactions