Sat 15 May 2010
Manipulating PDFs with Python and pyPdf
Posted by Mike under Cross-Platform, Python, wxPython
[4] Comments
There’s a handy 3rd party module called pyPdf out there that you can use to merge PDFs documents together, rotate pages, split and crop pages, and decrypt/encrypt PDF documents. In this article, we’ll take a look at a few of these functions and then create a simple GUI with wxPython that will allow us to merge a couple of PDFs. (more…)