Replies: 1 comment 5 replies
-
although pypdf is a library that is designed to manipulating(modify/assemble/extract) pdf; creating a page with pypdf is more difficult : you will have to build from scratch the whole content. |
Beta Was this translation helpful? Give feedback.
5 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.
-
Hi,
I have a multi-page pdf first extract the text from pdf after that doing some manipulation in text and then want to write the text to a new pdf file. I didn't find any guide in the documentation so from the code I saw the method
PdfWriter
andadd_page
but not getting how to do.Can someone please guide me how to do this.
Thanking you in advance.
Beta Was this translation helpful? Give feedback.
All reactions