wxPython – Creating a PDF Merger / Splitter Utility
The Portable Document Format (PDF) is a well-known format popularized by Adobe. It purports to create a document that should render the same across platforms. Python has several libraries that you can use to work with PDFs: ReportLab – Creating PDFs PyPDF2 – Manipulating preexisting PDFs pdfrw – Also for manipulating preexisting PDFs, but also […]
wxPython – Creating a PDF Merger / Splitter Utility Read More »
