Debian packaging for PyPDF4
Go to file
Thomas NOËL 1596c4c61f create a 1.27.0.1 version to ease eobuilder 2022-04-29 12:15:22 +02:00
PDF_Samples Add CCITTFax Decode and JPEG test 2016-01-21 13:42:17 +01:00
PyPDF4 create a 1.27.0.1 version to ease eobuilder 2022-04-29 12:15:22 +02: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 Update sources from 'PyPDF2' to 'PyPDF4', mostly. 2018-08-05 16:43:44 -06:00
Tests Update sources from 'PyPDF2' to 'PyPDF4', mostly. 2018-08-05 16:43:44 -06:00
debian create a 1.27.0.1 version to ease eobuilder 2022-04-29 12:15:22 +02: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 Update CHANGELOG 2018-08-07 14:26:13 -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 Update README.md 2018-08-05 16:56:27 -06:00
setup.py Update sources from 'PyPDF2' to 'PyPDF4', mostly. 2018-08-05 16:43:44 -06:00
tox.ini Testing 2016-01-13 10:52:27 +01:00

README.md

PyPDF4

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

What happened to PyPDF2? Nothing; it's still available at https://github.com/mstamy2/PyPDF2 . For various reasons claird will eventually explain, I've simply decided to mark a new "business model" with a slightly-renamed project name. While PyPDF4 will continue to be available at no charge, I have strong plans for better ongoing support to start in August 2018.

Homepage (available soon) http://claird.github.io/PyPDF4/

Examples

Please see the Sample_Code folder.

Documentation

Documentation soon will be available, although probably not at
https://pythonhosted.org/PyPDF4/

FAQ

Please see http://claird.github.io/PyPDF4/FAQ.html (available in early August)

Tests

PyPDF4 includes a modest (but growing!) 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