Language

Package: python-pypdf2 @ 1.26.0

Synopsis

Pure Python PDF toolkit

Description

PyPDF2 is a pure Python PDF library capable of:

  1. extracting document information (title, author, …)

  2. splitting documents page by page

  3. merging documents page by page

  4. cropping pages

  5. merging multiple pages into a single page

  6. 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.

Home page
http://mstamy2.github.com/PyPDF2
Location
gnu/packages/pdf.scm (line: 1192, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?