You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
David Spencer 57e8f49462 Multiple: Support alternate tarball name. 10 years ago
..
README python/*: Moved a lot of Python stuff here 15 years ago
pyPdf.SlackBuild Multiple: Support alternate tarball name. 10 years ago
pyPdf.info python/pyPdf: Updated for version 1.25.1. 10 years ago
slack-desc various: Fix slack-desc formatting and comment nit picks. 12 years ago

README

A Pure-Python library built as a PDF toolkit. It is capable of:
* extracting document information (title, author, ...),
* splitting documents page by page,
* merging documents page by page,
* cropping pages,
* merging multiple pages into a single page,
* encrypting and decrypting PDF files.

By being Pure-Python, it should run on any Python platform without any
dependencies on external libraries. It can also work entirely on StringIO
objects rather than file streams, allowing for PDF manipulation in memory. It is
therefore a useful tool for websites that manage or manipulate PDFs.