Skip to content
/ PyPDF2 Public
forked from py-pdf/pypdf

A utility to read and write PDFs with Python

License

Notifications You must be signed in to change notification settings

zumper/PyPDF2

This branch is 1530 commits behind py-pdf/pypdf:main.

Folders and files

NameName
Last commit message
Last commit date
Jan 21, 2016
May 15, 2018
Jan 21, 2016
Dec 30, 2014
Jan 21, 2016
Jan 21, 2016
Mar 12, 2018
Jan 13, 2016
May 18, 2016
Jan 9, 2014
Dec 30, 2011
Mar 25, 2017
Nov 26, 2014
Jan 13, 2016

Repository files navigation

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

About

A utility to read and write PDFs with Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%