Skip to main content

Read and write PDFs with Python, powered by qpdf

Project description

pikepdf is a Python library allowing creation, manipulation and repair of PDF files. It is provides a wrapper around QPDF.

Python + QPDF = “py” + “qpdf” = “pyqpdf”, which looks like a dyslexia test. Say it out loud, and it sounds like “pikepdf”.

This package is in pre-alpha.

Python 3.5 and 3.6 are fully supported.

Features:

  • Editing, manipulation and transformation of existing PDFs

  • Based on the mature, proven QPDF C++ library

  • Can read and write PDFs with any type of PDF encryption (except public key)

  • Supports all PDF compression filters

  • Supports PDF object streams

  • Supports PDF 1.3 through 1.7

  • Can manipulate PDF/A and other types of PDF without losing their metadata marker

  • Can create “fast web view” (linearized) PDFs

  • Automatically recovers and repairs damaged PDFs

  • Implements more of the PDF specification than existing Python PDF tools

  • For convenience, renders PDF pages or embedded PDF images in Jupyter notebooks and IPython

This library is similar to PyPDF2 and pdfrw – it provides low level access to PDF features and allows editing and content transformation of existing PDFs, and requires some knowledge of the PDF specification.

Python 2.7 and earlier versions of Python 3 are not currently supported but support is probably not difficult to achieve. Pull requests are welcome.

Installation

On Unix (Linux, macOS)

Binary wheels are available for x86-64 Linux platforms and Intel macOS. 32-bit wheels will be added if anyone needs them.

  • pip install pikepdf

From source

A C++11 compliant compiler is required, which includes most recent versions of GCC (4.8 and up) and clang (3.3 and up). A C++14 compiler is recommended.

libqpdf 7.0.0 is required at compile time and runtime. Many platforms have not updated to this version, so you may need to install this program without a package manager.

  • clone this repository

  • install libjpeg, zlib and qpdf on your platform, including headers

  • pip install ./pikepdf

On Windows (Requires Visual Studio 2015)

Windows is not currently part of continuous integration, so this might not work.

  • For Python 3.5:

    • clone this repository

    • pip install ./pikepdf

pikepdf requires a C++11 compliant compiler (i.e. Visual Studio 2015 on Windows). Running a regular pip install command will detect the version of the compiler used to build Python and attempt to build the extension with it. We must force the use of Visual Studio 2015.

::
  • clone this repository

  • “%VS140COMNTOOLS%....VCvcvarsall.bat” x64

  • set DISTUTILS_USE_SDK=1

  • set MSSdk=1

  • pip install ./python_example

Note that this requires the user building python_example to have registry edition rights on the machine, to be able to run the vcvarsall.bat script.

Windows runtime requirements

On Windows, the Visual C++ 2015 redistributable packages are a runtime requirement for this project. It can be found here.

Building the documentation

Documentation for the example project is generated using Sphinx. Sphinx has the ability to automatically inspect the signatures and documentation strings in the extension module to generate beautiful documentation in a variety formats. The following command generates HTML-based reference documentation; for other formats please refer to the Sphinx manual:

  • cd pikepdf/docs

  • make html

About Python 2.7

The author’s priority is building a great PDF library for Python for future applications, which means there isn’t time to target Python 2.7. Currently the C++ source compiles and links correctly, so all that is necessary is backporting Python 3 source files.

It was recently confirmed that the C++ code base compiles and links with Python 2.7. One would need to backport the Python source files and fix any test suite regressions. Pull requests are welcome.

License

pikepdf is provided under the Mozilla Public License 2.0 license (MPL) that can be found in the LICENSE file. By using, distributing, or contributing to this project, you agree to the terms and conditions of this license.

Informally, MPL 2.0 is a not a “viral” license. It may be combined with other work, including commercial software. However, you must disclose your modifications to pikepdf in source code form. In other works, fork this repository on Github or elsewhere and commit your contributions there, and you’ve satisfied the license.

The tests/resources/copyright file describes licensing terms for the test suite and the provenance of test resources.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pikepdf-0.1.0.post1.tar.gz (963.2 kB view details)

Uploaded Source

Built Distributions

pikepdf-0.1.0.post1-cp36-cp36m-manylinux1_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.6m

pikepdf-0.1.0.post1-cp36-cp36m-macosx_10_6_intel.whl (883.6 kB view details)

Uploaded CPython 3.6m macOS 10.6+ intel

pikepdf-0.1.0.post1-cp35-cp35m-manylinux1_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.5m

pikepdf-0.1.0.post1-cp35-cp35m-macosx_10_6_intel.whl (883.6 kB view details)

Uploaded CPython 3.5m macOS 10.6+ intel

File details

Details for the file pikepdf-0.1.0.post1.tar.gz.

File metadata

File hashes

Hashes for pikepdf-0.1.0.post1.tar.gz
Algorithm Hash digest
SHA256 7fee4d3443691723e70e579518777de313850af4e736105d694853f9f57015fa
MD5 3bab306b77c7f35109220020cf5a94fd
BLAKE2b-256 42e09dc5705757041dd263bb243426c3e3948a1bbd76a51dd2c871a9f107e6af

See more details on using hashes here.

File details

Details for the file pikepdf-0.1.0.post1-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-0.1.0.post1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8229b2df76832a2a1b38bb579d5b0d6595d5b57e1fa920d4dd7e92cc1bed4d0d
MD5 7454df7a0d615d117020272ece2613f7
BLAKE2b-256 42feca9bff4f356963c9a5eec4bf3fcd4619e36c12a5bd6c33381d62445fd4f7

See more details on using hashes here.

File details

Details for the file pikepdf-0.1.0.post1-cp36-cp36m-macosx_10_6_intel.whl.

File metadata

File hashes

Hashes for pikepdf-0.1.0.post1-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 1b1099512e74662c03dfade86b02265446af8024848b8e84a4276e4d8ff51a7d
MD5 c8936231f4733db646d479a3fd91342a
BLAKE2b-256 724560edf1a7a8cc0f3218d863bd7dcc75bd0d5200e59d5554f2a7ba776c5aee

See more details on using hashes here.

File details

Details for the file pikepdf-0.1.0.post1-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-0.1.0.post1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8de27221b0ca9567cc5c8296341ca266dff8fccba9c214d2d9118b9230a8baf6
MD5 5ca677379122cfe29355bc0c708cfe63
BLAKE2b-256 741d50f8113ab9c577b4eeeb69b4eeed3c7bc874dee19ad3ee34690a43f03b64

See more details on using hashes here.

File details

Details for the file pikepdf-0.1.0.post1-cp35-cp35m-macosx_10_6_intel.whl.

File metadata

File hashes

Hashes for pikepdf-0.1.0.post1-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 1863ce0a2db4a5a912f193bbcc041b2efce5ca0fbdca066402b420b3d72f7d01
MD5 2744c4a0f4ab3b89633bf84efbdde429
BLAKE2b-256 0adbf8b81ffca69cf6963d55bd64fafd1fb9ec4c17dbae0c46934b398a94732c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page