Replies: 4 comments 1 reply
-
While your blog post instructs to install fpdf2, what your code actually uses is an entirely different package... |
Beta Was this translation helpful? Give feedback.
-
Thank you for pointing that out! I made the same script with several packages and uploaded the wrong one. |
Beta Was this translation helpful? Give feedback.
-
I double checked, and found the reason I ended up switching in to PyPDF2. In FPDF2, I found this tutorial. I tried to work on it, but even after installing, i got:
Sorry about that. I still think its a good idea, but I couldn't get it to work. |
Beta Was this translation helpful? Give feedback.
-
I did try to install using: And also the way the tutorial mentions in fpdf2: But when running the script I kept getting an error as if the library was not installed. I didn't really get why. I agree, this is a very simple thing, and its overkill. |
Beta Was this translation helpful? Give feedback.
-
Hi!
I just made a short blog post of a snippet i use a lot with fpdf2.
Its a script to merge odd and even pdf pages.
I use it when I scan files with lots of pages on a scanner that can only scan one side at a time.
I think its simple enough that it might be a good addition to the fpdf2 tutorial section.
Here is the blog post.
https://pablocruz.io/merging-odd-and-even-pages-in-a-pdf/
Let me know what you think!
Pablo
Beta Was this translation helpful? Give feedback.
All reactions