Debian packaging for PyPDF4
Go to file
Matthew Stamy 9c8afe6c2e Adding script 2014-12-30 16:07:55 -06:00
PDF_Samples AutoCad bugfix, minor name corrections 2013-11-13 16:49:57 -06:00
PyPDF2 Use utils.readUntilRegex in NumberObject.readFromStream. 2014-12-29 17:53:54 +11:00
Sample_Code Adding script 2014-12-30 16:07:55 -06:00
Scripts Adding script 2014-12-30 16:07:55 -06:00
.gitignore NameObject str __init__, .gitignore 2014-04-21 23:07:23 -04:00
CHANGELOG Version 1.23, renamed 'zoom' parameter for consistency 2014-08-11 13:43:05 -05:00
LICENSE pdfcat and pagerange.py: error handling, stdout, misc. 2014-01-09 15:18:21 -05:00
MANIFEST.in First commit 2011-12-30 09:04:56 -06:00
README.md Converted README file to markdown 2014-07-15 15:50:39 -06:00
setup.py PEP8 fixes: mixed tabs / spaces, blank lines. 2014-11-26 22:43:35 +01:00

README.md

#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