File: README.md

package info (click to toggle)
pypdf2 1.23%2Bgit20141008-1%2Bdeb8u1
  • links: PTS
  • area: main
  • in suites: jessie
  • size: 608 kB
  • ctags: 654
  • sloc: python: 3,646; makefile: 26; sh: 17
file content (25 lines) | stat: -rw-r--r-- 529 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
#PyPDF2

PyPDF2 is a pure-python PDF library capable of
splitting, merging together, cropping, and transforming
the pages of PDF files. It can also add custom
data, viewing options, and passwords to PDF files.
It can retrieve text and metadata from PDFs as well
as merge entire files together.

Homepage  
http://mstamy2.github.io/PyPDF2/

##Examples

Please see `sample code` folder

##Documentation

Documentation is available at  
https://pythonhosted.org/PyPDF2/


##FAQ
Please see  
http://mstamy2.github.io/PyPDF2/FAQ.html