The PyPDF2 package is quite useful and is usually pretty fast. You can use PyPDF2 to automate large jobs and leverage its capabilities to help you do your job better!
In this course, you learned how to do the following:
- Extract metadata from a PDF
- Rotate pages
- Merge and split PDFs
- Add watermarks
- Add encryption
Also keep an eye on the newer PyPDF4 package as it will likely replace PyPDF2 soon. You might also want to check out pdfrw, which can do many of the same things that PyPDF2 can do.
If you’d like to learn more about working with PDFs in Python, then you should check out some of the following resources for more information:
fahmico on March 5, 2020
Thank you for the tutorial! You explain very well.^_^ This is really worth to learn.