python-pypdf 1:1.13-3 source package in Ubuntu
Changelog
python-pypdf (1:1.13-3) unstable; urgency=medium * Team upload. * Build using dh-python. Closes: #786322. -- Matthias Klose <email address hidden> Tue, 18 Aug 2015 17:54:28 +0200
Upload details
- Uploaded by:
- Debian Python Modules Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Modules Team
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-pypdf_1.13-3.dsc | 1.5 KiB | 8071a709f61b093c7cb9ed9a44ef697c0ed6b45e81da9f59e4e84e7c2c05ea12 |
python-pypdf_1.13-3.tar.gz | 57.1 KiB | 81d05f1f8b0189d3c78663a975e02af0f23a7eeb9f5f5849475e1a7e8d4296f0 |
Available diffs
- diff from 1:1.13-2 to 1:1.13-3 (667 bytes)
No changes file available.
Binary packages built by this source
- python-pypdf: PDF toolkit implemented solely in Python
A PDF toolkit implemented solely in Python. 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.