Add page label support to PdfWriter #1554
lorenzomanini
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I'm open to PRs adding page label support to The first question would be about the interface. Before we decide on a public interface, we could add a method to PdfWriter: def _set_page_label(
self,
page_index_from: int,
page_index_to: int,
label: Literal["/D", "/R", "/r", "/A", "/a"],
):
... Flee free to add a PR :-) |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello,
I find this project very useful since I like to add features to PDFs on which I study: thank you for keeping it alive.
I noticed in the latest version reading page labels was added(#1519), so I wanted to encourage further development, including adding an add_page_labels method to PdfWriter.
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions