Skip to main content

Read and write PDFs with Python, powered by qpdf

Project description

pikepdf

pikepdf is a Python library for reading and writing PDF files.

Build Status PyPI PyPI - Python Version PyPy PyPI - License PyPI - Downloads codecov

pikepdf is based on QPDF, a powerful PDF manipulation and repair library.

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

# Elegant, Pythonic API
with pikepdf.open('input.pdf') as pdf:
    num_pages = len(pdf.pages)
    del pdf.pages[-1]
    pdf.save('output.pdf')

To install:

pip install pikepdf

For users who want to build from source, see installation.

pikepdf is documented and actively maintained. Binary wheels are available for all common platforms, both x86-64 and ARM64/Apple Silicon. For information on the latest changes, see the release notes.

Commercial support is available.

Features

This library is similar to pypdf (formerly PyPDF2) - it provides low level access to PDF features and allows editing and content transformation of existing PDFs. Some knowledge of the PDF specification may be helpful. It does not have the capability to render a PDF to image.

Feature pikepdf pypdf (PyPDF2)
Editing, manipulation and transformation of existing PDFs
Based on an existing, mature PDF library QPDF
Implementation C++ and Python Python
PDF versions supported 1.1 to 1.7 1.1 to 1.7
Save and load password protected (encrypted) PDFs ✔ (except public key) ✔ (except public key)
Creates linearized ("fast web view") PDFs
Test suite coverage codecov codecovpypdf2
Creates PDFs that pass PDF validation tests
Modifies PDF/A without breaking PDF/A compliance
PDF XMP metadata editing read-only
Integrates with Jupyter and IPython notebooks for rapid development

Testimonials

I decided to try writing a quick Python program with pikepdf to automate [something] and it "just worked". –Jay Berkenbilt, creator of QPDF

"Thanks for creating a great pdf library, I tested out several and this is the one that was best able to work with whatever I threw at it." –@cfcurtis

In Production

  • OCRmyPDF uses pikepdf to graft OCR text layers onto existing PDFs, to examine the contents of input PDFs, and to optimize PDFs.

  • PDF Arranger is a small Python application that provides a graphical user interface to rotate, crop and rearrange PDFs.

  • PDFStitcher is a utility for stitching PDF pages into a single document (i.e. N-up or page imposition).

License

pikepdf is licensed under the Mozilla Public License 2.0 license (MPL-2.0) 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. MPL 2.0 permits you to combine the software with other work, including commercial and closed source software, but asks you to publish source-level modifications you make to pikepdf itself.

Some components of the project may be under other license agreements, as indicated in their SPDX license header or the .dep5/reuse file.

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-8.10.0.tar.gz (2.9 MB view details)

Uploaded Source

Built Distributions

pikepdf-8.10.0-pp39-pypy39_pp73-win_amd64.whl (3.4 MB view details)

Uploaded PyPy Windows x86-64

pikepdf-8.10.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pikepdf-8.10.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (3.6 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-8.10.0-cp312-cp312-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.12 Windows x86-64

pikepdf-8.10.0-cp312-cp312-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

pikepdf-8.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pikepdf-8.10.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pikepdf-8.10.0-cp312-cp312-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pikepdf-8.10.0-cp312-cp312-macosx_10_9_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

pikepdf-8.10.0-cp311-cp311-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.11 Windows x86-64

pikepdf-8.10.0-cp311-cp311-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

pikepdf-8.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pikepdf-8.10.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pikepdf-8.10.0-cp311-cp311-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pikepdf-8.10.0-cp311-cp311-macosx_10_9_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pikepdf-8.10.0-cp310-cp310-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.10 Windows x86-64

pikepdf-8.10.0-cp310-cp310-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

pikepdf-8.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pikepdf-8.10.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pikepdf-8.10.0-cp310-cp310-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pikepdf-8.10.0-cp310-cp310-macosx_10_9_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pikepdf-8.10.0-cp39-cp39-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.9 Windows x86-64

pikepdf-8.10.0-cp39-cp39-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

pikepdf-8.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pikepdf-8.10.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pikepdf-8.10.0-cp39-cp39-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pikepdf-8.10.0-cp39-cp39-macosx_10_9_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pikepdf-8.10.0-cp38-cp38-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

pikepdf-8.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pikepdf-8.10.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pikepdf-8.10.0-cp38-cp38-macosx_10_9_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

Details for the file pikepdf-8.10.0.tar.gz.

File metadata

  • Download URL: pikepdf-8.10.0.tar.gz
  • Upload date:
  • Size: 2.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pikepdf-8.10.0.tar.gz
Algorithm Hash digest
SHA256 4b9d6fc972b93bc3ef7c7f7b1c79268d8ab53239e7ff8a1cfc288ec1ddd1cb41
MD5 710a16f665005b59cc9d69228474f63b
BLAKE2b-256 1fd3ed972dabe20fa58b5ba4a729ca87f960a831938fe0cbc429df01933c0f84

See more details on using hashes here.

File details

Details for the file pikepdf-8.10.0-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pikepdf-8.10.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c92b83425fe2bc0ed580503e2648110e41660a962f0fd4741a81e165b28d556d
MD5 ab8e6eb8083e71cef10315dd61d68dc1
BLAKE2b-256 b1c5335bdc61d7334626541cdd023f7fd259f87c96c1e49621f5210639ce6cff

See more details on using hashes here.

File details

Details for the file pikepdf-8.10.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.10.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9182b6fff5c907842be33aa978ba882fd2d559657a41c98a441f92081f71c46b
MD5 0ef6a9d900532c4f527f23319d1a990e
BLAKE2b-256 33179dc7fa15b5823c161ac16b4edad3c6a680f9e2ff7399be26432711f673fd

See more details on using hashes here.

File details

Details for the file pikepdf-8.10.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.10.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 526ba1893fd5a9c5e537119c98ce9799a471b555ec0015d636487aaed51f1309
MD5 a61b93d82808f3e58eeb4c3507e40628
BLAKE2b-256 77758d1cb6c4a9067d2719182d52d2271babaa4ae6d6ed2a4e2e490eec79272e

See more details on using hashes here.

File details

Details for the file pikepdf-8.10.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pikepdf-8.10.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pikepdf-8.10.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 eee39d27aa9c1ef890664ba534ba1b334e3c860228dba957255973de87ad4575
MD5 f95cee99c2e39d784861f807cafa2b77
BLAKE2b-256 cfb5ad0ba1520a71318128f489983a04cff89167190a2451516632c1d247b560

See more details on using hashes here.

File details

Details for the file pikepdf-8.10.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.10.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 94cc30b2f09938806f20f71fe04f994cd14096046a05698fc23c480ec46e1cae
MD5 1ceaa43db9e8c8673343d20aa0c2b21a
BLAKE2b-256 a99f4eb75775d080568592b5e0ff365764a3301931de4b705d2d3d3b651caec4

See more details on using hashes here.

File details

Details for the file pikepdf-8.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 22beef92f8d59abb7c2aa99d79c83126af29b9950daa9b96bb4957f70cad96ac
MD5 8614c3a32b32fb4225aec51c35a26f28
BLAKE2b-256 06b43e5d8d3f5f22c34ea80bcae403626c8901d841847ac021592a82dc52ceee

See more details on using hashes here.

File details

Details for the file pikepdf-8.10.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pikepdf-8.10.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0838733f73b2e37775b130eb7b401c4c9cf09d5b5724ff848a5d40a1663b2fa1
MD5 da6827d75de3ac70d300f06856a6f4d8
BLAKE2b-256 3cfc83ad6e0259546499a50ec0f67d79d5519ba28441e8642bc1632e3a01e669

See more details on using hashes here.

File details

Details for the file pikepdf-8.10.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pikepdf-8.10.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9727349316f299f8a1a4b71bc8425e9463da8beaf943bb6deb92631c19f5ae0d
MD5 6051e09965377326adac977f18af28a9
BLAKE2b-256 0542108bc5fe7ae8961a04b88a5a966f8b4f3a8a5c9ca0df00c6c87f576df1ca

See more details on using hashes here.

File details

Details for the file pikepdf-8.10.0-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.10.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b2be6e227c898fb7f42f6f8c3688490f9eda16c727df3ca653a585a2f94c3bdd
MD5 c9492c16e54d99355d4afd4cccb2cc74
BLAKE2b-256 88f9de56242b890abfab03a135cb2d368be11e071da6dffd0cded28b2bea9e69

See more details on using hashes here.

File details

Details for the file pikepdf-8.10.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pikepdf-8.10.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pikepdf-8.10.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6c5fd8d613e9f1a52c44da270de6b4abf060ff61a01941dc30a4f83cce046a8f
MD5 c996d3e13b26230b4baee5c0f4513763
BLAKE2b-256 622f815996c433bb266d038694742103ec692c3f14268ec8d8cd2017f3e01aad

See more details on using hashes here.

File details

Details for the file pikepdf-8.10.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.10.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a90241cc6d7917713400812e6d1b10fdb11c48fd5890a1db17c06a031262f7dc
MD5 df0147ca4b6a70273a81093c694aa7f4
BLAKE2b-256 bab5c43b4e534a5cb0c1a637d55e26c4e27c972ddbf71bda24e75f9eae7161d6

See more details on using hashes here.

File details

Details for the file pikepdf-8.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 35d1f8b14717ac2b40990702aeb04301630014996236afda975852031adf1f57
MD5 ef8399f20052d3d44a2a4dc96b957616
BLAKE2b-256 e818f1c2a6a1f60d310cc713bf0f1a72474095e859f91e0c4ded2c36f304d99b

See more details on using hashes here.

File details

Details for the file pikepdf-8.10.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pikepdf-8.10.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d7ba3a7338130637a12935cb0aca842d489400e6d385dec564fa2d7f1981f1cd
MD5 bdcd5678d4f094f921e1322bc744ab74
BLAKE2b-256 2c6c836c6d587acfdf4700e5045cfa167636638b1c59e8f2c1130ff7210ec3bc

See more details on using hashes here.

File details

Details for the file pikepdf-8.10.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pikepdf-8.10.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6e62815c7bc7ba884af9aaa064733b9b60727814de98b33e9ebf79556443a07e
MD5 64cffb5ecb553989df1dc51a6ea166b3
BLAKE2b-256 6cc5e60c3aa80849358b8504c23b9a8cb08be0a501ec6bb0ddbe8f646c2434e1

See more details on using hashes here.

File details

Details for the file pikepdf-8.10.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.10.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b58d33dac79a552eb677799798cd1572b689002233bb1e65c5cf4e1cef8818c3
MD5 8233137359e3b1e6c302e5a5d95cb91f
BLAKE2b-256 c7774a95e547ff712e32a17daacf1e4381bcc7145df69f9a4e6e44cf4a761529

See more details on using hashes here.

File details

Details for the file pikepdf-8.10.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pikepdf-8.10.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pikepdf-8.10.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3a771724ba9c048d3a178e2bcaa23f77780a21e40706f76f227a9d47e3ff5322
MD5 4732a996d38f243ba986365137aa094d
BLAKE2b-256 8550570fc0ecb0daa8d5022ab33e1f242e5c375f6836030b832aa1a126bdc51d

See more details on using hashes here.

File details

Details for the file pikepdf-8.10.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.10.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 160700ecba584e479dbd62939e44fa6891f76661b382b7f518c3f085b8ab81ff
MD5 502a35aa17e62adfb3b04975d52e08d3
BLAKE2b-256 6e64b311911110e60395428df9f9354f6486bc58e35d9bee160ac5952677a2d5

See more details on using hashes here.

File details

Details for the file pikepdf-8.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 16a79b31ee926d9a271f71a58c4c0d8c3e5a325b2110a68d45cbb474a356f338
MD5 9d6e74f911ef6ea602b5608571e0690d
BLAKE2b-256 a63bdb763319851d74f88f39ba5523e1e22f0d398b7fdc217303b577c2d6cb7b

See more details on using hashes here.

File details

Details for the file pikepdf-8.10.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pikepdf-8.10.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1bff6529ee7fb7cd8058d42aa442893900eefa18626cf0bfede085915914671e
MD5 99f09e1dd404b63cb1ce3d845ba5c3b6
BLAKE2b-256 8e61aa839f9c3b142cef3ce33730761561ad5537362e3b03ce8c84479e58dcd4

See more details on using hashes here.

File details

Details for the file pikepdf-8.10.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pikepdf-8.10.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8608ee0b3afd4077081cf73052877e92258e9c1597cd5104caf1a0d670d37123
MD5 5502b06ea6a39a8713369a30acd017e5
BLAKE2b-256 911cd8898819c1d1da2b414586b99a743ced977d022ee9b8e3027da724bcc207

See more details on using hashes here.

File details

Details for the file pikepdf-8.10.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.10.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b1812d3c00d28c5c573aa5c385d0b0c33eb8e3bfb330131685496fdcdb6c7796
MD5 12f324666598e86a50d8c9b86a85a1f3
BLAKE2b-256 72ece11ced7d8e4b1491652a8a916f34cfe2a9f09427e4243baf8509b23b1abe

See more details on using hashes here.

File details

Details for the file pikepdf-8.10.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pikepdf-8.10.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pikepdf-8.10.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5e16f531cba87cc19f34a60bda36cdbac889981b9b91a60d4aed0ac247190204
MD5 8b3fbd81e1e94e3107b5c91893684a8b
BLAKE2b-256 18d184fe64076b82c56d21c76068fe49794967c135030af21cb5d2372cc93f04

See more details on using hashes here.

File details

Details for the file pikepdf-8.10.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.10.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ac533d00979fbf62c75399ac50622b29ee815dd69f3f4ec151e56744ddf438b7
MD5 9cf11ada8791fbefed6f5848ced48840
BLAKE2b-256 07a4b6091b2ea61b9a73fe3d5fb94653c75146d76d6bad425ed62e0bb1ed898c

See more details on using hashes here.

File details

Details for the file pikepdf-8.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bc96c8dbb36dcd1c6055e4cddddae5e93c6f679f16318ee6a61fbb253daf9f6c
MD5 de9fa724148f720cf89811f3fd472bc2
BLAKE2b-256 912be368a846f1b4e9afa972095385ecbcca85270cb53f139892a6685efd6420

See more details on using hashes here.

File details

Details for the file pikepdf-8.10.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pikepdf-8.10.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2154694313133cabe62b916a3aae9297e82ec184e54ab8556ab6baebfcda943c
MD5 d1c2a2de55b2917ecc0ced4a919938f4
BLAKE2b-256 9c296a79743f569cc3440cc7340dff67b3f062b20dfa49a762f62c65ab5971ad

See more details on using hashes here.

File details

Details for the file pikepdf-8.10.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pikepdf-8.10.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 247d1a373cf5ba475b463b9be5d8f329f4e483ecd1edd201ffb9557ecf7d333c
MD5 24d7a6bca38bddf8adb9e80a1fc9038b
BLAKE2b-256 2254e8a162f27de58588df96269021f7cdbd3871d24307d141d18c824ac44be7

See more details on using hashes here.

File details

Details for the file pikepdf-8.10.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.10.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 180dc86611e861948dc2cb2a53e0bb3064fd2c9797b8d37859b85a6b18eded0d
MD5 63a20a6e63138a0ed89bedc88aa3b098
BLAKE2b-256 9b84947589995c9b76af6041e2a0f56163870165300dd1bfdfc5b043b4369bd4

See more details on using hashes here.

File details

Details for the file pikepdf-8.10.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pikepdf-8.10.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pikepdf-8.10.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 9af082e366604ed97f8b7b6ff628dc4dbc90e6e1388896a69952393fb4337200
MD5 c6a2875314c8f1801ae4e220950b78a3
BLAKE2b-256 97ebf01b78457d5a5c82ea8151f49eb0095933453293c057c3859de768e70a59

See more details on using hashes here.

File details

Details for the file pikepdf-8.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 43fead1f67fc2a76e637462b5f94c325d5611b2d2a5be23763db887a994eaafe
MD5 2f5e8355de91c79d9fc7321c6ce93b0d
BLAKE2b-256 b57beeaaaedcbf9b40f422f1178498e867e0a45a8b2c22448e3cb81e859b3deb

See more details on using hashes here.

File details

Details for the file pikepdf-8.10.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pikepdf-8.10.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d5f370083ffb96ae0fc48c21609551360d722af203918e28227a811be1e2d176
MD5 0d06dcb1e0e186363de2d7cf33db0009
BLAKE2b-256 7de8749112a2257ebc0401c0f5b155bcd8650176f2cedede0b209d67c9197770

See more details on using hashes here.

File details

Details for the file pikepdf-8.10.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.10.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b29c490844ebb5ae2d6cbd9e43c3914f3d6eab34dbf5a6da7d546064b3304b64
MD5 3bd625e1a731369d7a74c2a7860f2650
BLAKE2b-256 f367c9c4906aa1dc3820395955e8b595c68b2f772ad4851ccc8f071edbe93251

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