Debian packaging for PyPDF4
Go to file
Cameron Laird 7f8fdbe9d0 Update the name of the 'PyPDF2' folder. 2018-08-04 15:25:25 -06:00
PDF_Samples Add CCITTFax Decode and JPEG test 2016-01-21 13:42:17 +01:00
PyPDF4 Update the name of the 'PyPDF2' folder. 2018-08-04 15:25:25 -06:00
Resources Add CCITTFax Decode and JPEG test 2016-01-21 13:42:17 +01:00
Sample_Code Adding script 2014-12-30 16:07:55 -06:00
Scripts Add CCITTFax Decode and JPEG test 2016-01-21 13:42:17 +01:00
Tests Correct test for python3 2016-01-21 13:48:11 +01:00
.gitignore Merge branch 'master' of https://github.com/sylvainpelissier/PyPDF2 into sylvainpelissier-master 2018-03-12 14:19:54 -05:00
.travis.yml Testing 2016-01-13 10:52:27 +01:00
CHANGELOG Version 1.26.0 update 2016-05-18 11:47:24 -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 Merging from @sylvainpelissier 2018-03-12 14:31:39 -05:00
setup.py PEP8 fixes: mixed tabs / spaces, blank lines. 2014-11-26 22:43:35 +01:00
tox.ini Testing 2016-01-13 10:52:27 +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 the Sample_Code folder.

Documentation

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

FAQ

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

Tests

PyPDF2 includes a test suite built on the unittest framework. All tests are located in the "Tests" folder. Tests can be run from the command line by:

python -m unittest Tests.tests