File: control

package info (click to toggle)
python-pypdf 1%3A1.13-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 308 kB
  • ctags: 330
  • sloc: python: 2,136; sh: 1,968; makefile: 33
file content (27 lines) | stat: -rw-r--r-- 1,155 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: python-pypdf
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Luciano Bello <luciano@debian.org>
Build-Depends: debhelper (>= 5.0.38), python-all, dpatch
Build-Depends-Indep: python-support (>= 0.6.4)
Standards-Version: 3.9.1
Homepage: http://pybrary.net/pyPdf/
XS-Python-Version: all

Package: python-pypdf
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
XB-Python-Version: all
Description: 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.