Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

toasted-potato/Py3PDF

 
 

Repository files navigation

Py3PDF

A fork of the popular PyPDF2 library adding support to write to compression-based file descriptors (ex. gzip.open). Codebase is also being updated to support newer versions of Python 3.

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.

Examples

Please see the Sample_Code folder.

Tests

Py3PDF 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%