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

Uploaded Source

Built Distributions

pikepdf-9.1.2-pp310-pypy310_pp73-win_amd64.whl (3.5 MB view details)

Uploaded PyPy Windows x86-64

pikepdf-9.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pikepdf-9.1.2-pp310-pypy310_pp73-macosx_14_0_arm64.whl (4.4 MB view details)

Uploaded PyPy macOS 14.0+ ARM64

pikepdf-9.1.2-pp310-pypy310_pp73-macosx_12_0_x86_64.whl (4.7 MB view details)

Uploaded PyPy macOS 12.0+ x86-64

pikepdf-9.1.2-pp39-pypy39_pp73-win_amd64.whl (3.5 MB view details)

Uploaded PyPy Windows x86-64

pikepdf-9.1.2-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-9.1.2-pp39-pypy39_pp73-macosx_14_0_arm64.whl (4.4 MB view details)

Uploaded PyPy macOS 14.0+ ARM64

pikepdf-9.1.2-pp39-pypy39_pp73-macosx_12_0_x86_64.whl (4.7 MB view details)

Uploaded PyPy macOS 12.0+ x86-64

pikepdf-9.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

pikepdf-9.1.2-cp313-cp313-macosx_14_0_arm64.whl (4.4 MB view details)

Uploaded CPython 3.13 macOS 14.0+ ARM64

pikepdf-9.1.2-cp313-cp313-macosx_12_0_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.13 macOS 12.0+ x86-64

pikepdf-9.1.2-cp312-cp312-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.12 Windows x86-64

pikepdf-9.1.2-cp312-cp312-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

pikepdf-9.1.2-cp312-cp312-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

pikepdf-9.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pikepdf-9.1.2-cp312-cp312-macosx_14_0_arm64.whl (4.4 MB view details)

Uploaded CPython 3.12 macOS 14.0+ ARM64

pikepdf-9.1.2-cp312-cp312-macosx_12_0_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.12 macOS 12.0+ x86-64

pikepdf-9.1.2-cp311-cp311-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.11 Windows x86-64

pikepdf-9.1.2-cp311-cp311-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

pikepdf-9.1.2-cp311-cp311-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

pikepdf-9.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pikepdf-9.1.2-cp311-cp311-macosx_14_0_arm64.whl (4.4 MB view details)

Uploaded CPython 3.11 macOS 14.0+ ARM64

pikepdf-9.1.2-cp311-cp311-macosx_12_0_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.11 macOS 12.0+ x86-64

pikepdf-9.1.2-cp310-cp310-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.10 Windows x86-64

pikepdf-9.1.2-cp310-cp310-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

pikepdf-9.1.2-cp310-cp310-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

pikepdf-9.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pikepdf-9.1.2-cp310-cp310-macosx_14_0_arm64.whl (4.4 MB view details)

Uploaded CPython 3.10 macOS 14.0+ ARM64

pikepdf-9.1.2-cp310-cp310-macosx_12_0_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.10 macOS 12.0+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

pikepdf-9.1.2-cp39-cp39-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

pikepdf-9.1.2-cp39-cp39-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

pikepdf-9.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pikepdf-9.1.2-cp39-cp39-macosx_14_0_arm64.whl (4.4 MB view details)

Uploaded CPython 3.9 macOS 14.0+ ARM64

pikepdf-9.1.2-cp39-cp39-macosx_12_0_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.9 macOS 12.0+ x86-64

pikepdf-9.1.2-cp38-cp38-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.8 Windows x86-64

pikepdf-9.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pikepdf-9.1.2-cp38-cp38-macosx_14_0_arm64.whl (4.4 MB view details)

Uploaded CPython 3.8 macOS 14.0+ ARM64

pikepdf-9.1.2-cp38-cp38-macosx_12_0_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.8 macOS 12.0+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pikepdf-9.1.2.tar.gz
Algorithm Hash digest
SHA256 e728c178165bdc087a7fdf62e4457201a3d03581a7f6270354fb8c78122e105b
MD5 9eca05583fb75bdcead37e545e0dbc19
BLAKE2b-256 f377eeb4b18c8e8312e9246475d337fbe4c47f2c5c8ab1446ecf9fb76e7d08c3

See more details on using hashes here.

File details

Details for the file pikepdf-9.1.2-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pikepdf-9.1.2-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 67c288abc67e7dd61dd7b512361cc241e254f91a1e51c582a4b02dfbd5c2bcf2
MD5 edba539930d4f35cd5db970413cbad98
BLAKE2b-256 3dabe8db96c009ef8bb6e95fa62120eb60401afd599addb0778c03636a6773ce

See more details on using hashes here.

File details

Details for the file pikepdf-9.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-9.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fdef63c8791b50158660440270888a83828776b18f6b44a7f53cc484b5070116
MD5 1f7d9af18cf2c02e2912993e1b1df881
BLAKE2b-256 db8f3f9f582a3634565ba941b02d2a93ab2c7ab413fb7cd6dc623d79ff8318ef

See more details on using hashes here.

File details

Details for the file pikepdf-9.1.2-pp310-pypy310_pp73-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pikepdf-9.1.2-pp310-pypy310_pp73-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ef0ab4a2d03688fd741675a869cfc6add955665421d747419e2e28f50b961446
MD5 c0312bcd943cd3b6aba818989565f7f7
BLAKE2b-256 d756910379d34cdf8f4df40da8e14ea93beb712affd71e9645e6d4238300c0e2

See more details on using hashes here.

File details

Details for the file pikepdf-9.1.2-pp310-pypy310_pp73-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-9.1.2-pp310-pypy310_pp73-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 2494ec1f7cd517ec54c7c20615ccf7536a00d1b8b4027a6b809a016763a504e2
MD5 2f5d7c7f8939c1156e48059aaf85572f
BLAKE2b-256 4e11f05b4ee5b1e05cf3b0d5a721aa8c2d655ae86303030a1b4f038ba79c356d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.1.2-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 2303f1c44bd91beec81e199655c0be6f819e7c9af49bbba7e2423bdf9404074d
MD5 b833a181e5be93b875aeb3eb631d44f8
BLAKE2b-256 2e4011408a8f3d1df74de4a4538c8329a24fe1bfa6ef207bce61eb814815b4d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.1.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 64e8d1037b484f415b6ed7debf809d9117f64c3a51fd879b941c5cd4e77e3b2a
MD5 c3f77fb32da2629f2efa669841c3f987
BLAKE2b-256 c50273d15fe365535f2a3bc407485e652f63789063226c43557496e0f9c0a53e

See more details on using hashes here.

File details

Details for the file pikepdf-9.1.2-pp39-pypy39_pp73-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pikepdf-9.1.2-pp39-pypy39_pp73-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 5df82004c1a2bac74aa866d397910d9f9664c0394ddaa56cf2f52ca7abfc7f99
MD5 1c6792e04f50806e4afaa0f6e86862e4
BLAKE2b-256 36077674e75c229940fc73ebde71b067406c7b6afdd445a11e21c92f553fbf85

See more details on using hashes here.

File details

Details for the file pikepdf-9.1.2-pp39-pypy39_pp73-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-9.1.2-pp39-pypy39_pp73-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 ca36bce66fcf8b85199f8da009eb5e63f57d4360972ca17ba9021f5a7733db21
MD5 2cb139e56147619b04838313869970a3
BLAKE2b-256 4c558d122cc031acc28b77ce0a57faabfa0c3d411dbd6f5853f0db9827141253

See more details on using hashes here.

File details

Details for the file pikepdf-9.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-9.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 14306354b460b6e868bb4a3eeb40ecac353cb02409e30249c1ed53b7ca3f25a0
MD5 896eb8d91bd74e938f32ac678a9f307f
BLAKE2b-256 1071fb9d1d24368e58b985b59927767ca2b74f9ad82f92d85ae08616d5b5bd5b

See more details on using hashes here.

File details

Details for the file pikepdf-9.1.2-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pikepdf-9.1.2-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 0e7d748baf9f37e7202c8d38cdd944c49e6fa361cc3bb345ca434f5a4caca8e7
MD5 1e0f8f4839f2d1b79bd407f9bb3a9bd8
BLAKE2b-256 301b55213a60ccb866a2a5e7f98dfc8684732661c31c1a0d5f9318cdb88b1b28

See more details on using hashes here.

File details

Details for the file pikepdf-9.1.2-cp313-cp313-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-9.1.2-cp313-cp313-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 e66a9b48b738cd1d03f9c2039bc2a08eec251ef034dc9ef00cbf74b745444560
MD5 a137ece5f810029210a9210be8b1700f
BLAKE2b-256 82caf2b7146726bc32bd9c7cd88e85ff0729f8d8bcc06f467b7de7e8ff419f1a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-9.1.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for pikepdf-9.1.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9676b29e189a6eb65ddf9ed0b5ac5a2369731fec88716bd465a343ac24e36d3b
MD5 e0740a1ab5dd13313c802d434d75e2c9
BLAKE2b-256 4043fdf244a44a45bf1bdfeeb3a6d561e11a480cca7ffaaa37c9a9dcef16ab07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.1.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ff77e000aac5cc582aa81e364ccf70e292842fb62548898972b25f067c718bc6
MD5 e73be6833b1e3179bbc541b0202343ba
BLAKE2b-256 83822b0fe2b0fa2d8b258069c65ade810f922bcb9dd10f274141634139279af1

See more details on using hashes here.

File details

Details for the file pikepdf-9.1.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pikepdf-9.1.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bd2a57e79b82f6ef151b51c9143ea439ec9bdfd22b22198ab6432aecba82bb1e
MD5 4d703344bf6f4c24087b96f13ccb46c2
BLAKE2b-256 cde88211062e047a4ed31cab678e499724f8711783abbac0d869924b99e30926

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5f3569164c33d6e9cb6651d2a01c34318513ce5bbfa069654c8050a572d7bde3
MD5 73cffe128fdbbc1e7a1fa0563537af02
BLAKE2b-256 56dd6bfc32ece5721ab69399341b6e3090f454ea40261067467fa53534decd8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3327abfb30087643344662f0d59ca8b1f15f7d40e839a1798ecbf1ad3471bdb0
MD5 e902639cdfef6dbc53df5381b2574bf5
BLAKE2b-256 679e2f5bfe20387ba9e466cb2772d7292a6205be8b3260880f5c24506eeb98e3

See more details on using hashes here.

File details

Details for the file pikepdf-9.1.2-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pikepdf-9.1.2-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ea95927234a3cfbc3738b7c91f62143b222b01a68fa4d7e2ce74f67a206a8565
MD5 b8e2d4b73a77bdf7c102e2b47415671a
BLAKE2b-256 e22ea6f762d7dbe552f587c8c01fa43a41e78df11bfe934fb1ae9d1e4da750e1

See more details on using hashes here.

File details

Details for the file pikepdf-9.1.2-cp312-cp312-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-9.1.2-cp312-cp312-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 ee44497855f555d3464ef3b1977c83f31602bd363eb3cdf404fd87b9f7aea79e
MD5 0bdd92ea5291676bfa1efdeac6bfde19
BLAKE2b-256 696b93b30064c11b7b0f48340156629b1d5c71c7680bb202092e9be5493f4b2b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-9.1.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for pikepdf-9.1.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e1e11cfc9c4c8c71f5454faa1804c6add847e7572cd6482cce690052b2e30095
MD5 8c9df9805fa5bf6a16b2edf340d71779
BLAKE2b-256 dced37daad75669548c25d43f3c481eea6da19ca15000d2daa569bfff9bee637

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.1.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 88e2b766fce9e8f068bdf6274ac2981a38176274dd09bc84637d9dc55b8d846a
MD5 27c6b0ff05b3c75093c3317edea9af27
BLAKE2b-256 4cdb6efd5019f3d3b058210a33c3cf5ac01a6fde81665e893347dd1e210315bc

See more details on using hashes here.

File details

Details for the file pikepdf-9.1.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pikepdf-9.1.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 67cd35bfd7c6211c1eb39376c0136ce1b4760d44cbb89ea2feb368aeec4d9f79
MD5 4f783d432a1188bae802ed684e184615
BLAKE2b-256 096a0001bc160a7ecf45ff1b99b806434f02ab7a1fa84e40d052aff6eaf18103

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 077e78f8080935381ff5ead7879f9a5a3e2af048749eeea4b8d567effae36416
MD5 44ae5076d2e91a0437a5d9d6a74b3e9e
BLAKE2b-256 3b36be74f62d7e1dce78388c017e6606b256d944d4be188ad656b43421cbeead

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d3e19161bb2fed87d173dfdbd4e0885a72916b572202dbb5c8aec31268606691
MD5 7fccd75b5b541905c7ba9e48ffd8995c
BLAKE2b-256 c1e9a9aa42f81e331bf7dbf74634df6b399b79f1f8e04135b968194dd14eab31

See more details on using hashes here.

File details

Details for the file pikepdf-9.1.2-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pikepdf-9.1.2-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f7960375cc122160ec85be4689d36d8d0dc2bc28053aaeda9bc4ecdb8c4678d2
MD5 ac7624f7994c02877fec2dd2cd2e9b57
BLAKE2b-256 a5fc40a57bda13370553cfd76597fde90f9db5a5112b3797f4c9ed34dde8697f

See more details on using hashes here.

File details

Details for the file pikepdf-9.1.2-cp311-cp311-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-9.1.2-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 22aac73feae7e2f61a469991c3c1951f98b5b54fc4148a4e6e00b94e85aca7b6
MD5 55f19fe684763370bfb1a1683eefe2a6
BLAKE2b-256 fb52ede2b7af84deed3cc1eb0c15d217d1888fb4728cc4e61c44d698d73f9fad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-9.1.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for pikepdf-9.1.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a7d31e3038416527b4ac10775391f467ed0ab901f25c94ac30bc021506a31e41
MD5 0506166792a8557260c863d7ea77aebf
BLAKE2b-256 8f4265c0bb802cc3a581a4769cb519363b8798a765a9e40cd156f7ab7a9453da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.1.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5ad534b857287b70d089e2f977a8276ce6fec019f8b5d6b779a08ba5eb2d4e59
MD5 6d5e209898f068bff07180d66be55f3c
BLAKE2b-256 5a0f1b7f2d5ad69af4b5f3b962d3de2f7e4214891a1c8578b9372b81fd64921b

See more details on using hashes here.

File details

Details for the file pikepdf-9.1.2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pikepdf-9.1.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7ae661386e4af757e1d58682551c9375fe6192613c5ffdf9025718f96ba6ddcc
MD5 3da84bd5827bbfdf4dabde5dff2cbb19
BLAKE2b-256 c3a0f364e33925aed01177120da08ace208e6964f77886f5422e4ba97b102b23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b4aec189b5b4c5084a0cbd394900f5b19bace3653d1e656b09040be9c93b489d
MD5 91788e87a448e4b4ce29ed3fb14288e1
BLAKE2b-256 fba9132546edeb16b90cbf9bfe4cca33616487526ae559989f74fdb09a2de42f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 678bb47232a74a25e201e90bc601a3a9a24a20ba247369d9ebe6db0ef0cb0975
MD5 c37dde9f80d28cf059ce2c7e8433a6d9
BLAKE2b-256 5ad99b9ad1cb4156829a8295d3784e5694708b1ac8a85a67f7a4d6ca8a52a355

See more details on using hashes here.

File details

Details for the file pikepdf-9.1.2-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pikepdf-9.1.2-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 bc9ea1b3ffd842a86aa217380a2a2c1379e0265a29af73956796747f50bdfb09
MD5 ac78cb74c8181f501dcf22dc1dac1dcb
BLAKE2b-256 4d6a113a97084864308f3f17090291df7e745fe424b1279a4d212055b20e6472

See more details on using hashes here.

File details

Details for the file pikepdf-9.1.2-cp310-cp310-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-9.1.2-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 d2bb9444c6a8cf0c0ead503a149e9bfa1a5a92643fa42bda088e8916692a87ee
MD5 8bd46a5a4a5b062bb97e30a82524badf
BLAKE2b-256 840e189ab1cf7033598f632700c2b99249bb3a1aaeeb584bd4ea0da679868e78

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-9.1.2-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/5.1.0 CPython/3.12.5

File hashes

Hashes for pikepdf-9.1.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d475bfe6cf0616863c81411c0b8481c2ae6774a1a377eb52903d00a19a9bca2d
MD5 a2743c079438028705afb33a6aa5d4d7
BLAKE2b-256 f7cada2e1a9b612c15644429a36609910b15bcf83fafe52731bc018ccfd83e78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.1.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cc42d5f5400fba10bacc3e57a0d639681a818ef0fd230a42d20f9c58dd88e104
MD5 b5615bebeb47d0880ad20773a99e3f2a
BLAKE2b-256 8d8311f51beb0565b6ea38e4b40b5edfab07202e31b27ddaa9a54e7451b8ea99

See more details on using hashes here.

File details

Details for the file pikepdf-9.1.2-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pikepdf-9.1.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 10222e965afca1145e3b7351d2763da9d1a0b09ceea1d6498851a4ec3e49e042
MD5 42b92aa60e8d17572046026ce3edbc75
BLAKE2b-256 6ec976767072d77fff33abb626411c3566bac696a894c3a147debd184c47e460

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1b6b853bde828ed5c1e3fd8f283b2cdf7047a6fc6e56e571e06931c81d86a8d6
MD5 67ec32fb032976ef3163137a1302116c
BLAKE2b-256 85edca9c3001b329701576239e6a1b39eb27e0fcd4813cbbd9787ad922ed12f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2c35c1995119c04b7e8f2e04aa0f28495846534795d8e7cac99a983b4e8bbfa5
MD5 e245ecdfade7b0ca9312c123131e2dc6
BLAKE2b-256 9146749f230df4fdaf86d87463b5001882c71a45259e082f16d0026359557250

See more details on using hashes here.

File details

Details for the file pikepdf-9.1.2-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pikepdf-9.1.2-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 aab9c51b3528659d0066061b2fd5d91458a4ff6a16357e69bcefb8f90bc39109
MD5 a747a6ab6d62186e720e58bbe9541287
BLAKE2b-256 a4da2762ecf259cf7af15eb03c52f782f5fe7151d6e137875ce81c8d608bc883

See more details on using hashes here.

File details

Details for the file pikepdf-9.1.2-cp39-cp39-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-9.1.2-cp39-cp39-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 feca982b1c9bbfe630d0324c4344b18f76cc39c77c3eafd5ad47dcd4cd570802
MD5 4ffbc89deaa571af5e1e5b57f847ea72
BLAKE2b-256 aa0f4a4e934f34c8ec3bdfce003d4256489312fb788d7b878c8751a0e91e591e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-9.1.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for pikepdf-9.1.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7b245a6303ac6fc470c856878d064250ed9fad9e64361bff65f52cb265c5ec61
MD5 c5a6a7d1ebe94e04e3a891837ef9cd74
BLAKE2b-256 efa98238cc381e2efac2ba3498289390c841870ff670a67f12d567e39dca4fc4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bced6b489f13685d22556d73702cd7f9b80a332c7299de113265c0a32b72abc3
MD5 3b325bfead13ecfe352075f8fe0c09fe
BLAKE2b-256 82cad84c54f77bde00eb3216c8b1c4930fd26134afb6573a9c4619211066c18b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ecb19ff6659516a012fc6bb3f502477afa200e9ef6d15d35c490b9413fcd665d
MD5 6139acfa9e0d49c2d111b5e738a1f4c6
BLAKE2b-256 48644fa2db9cdb1538b5c88934f59ae4fdcc31f758119eda3334fdfd024199bb

See more details on using hashes here.

File details

Details for the file pikepdf-9.1.2-cp38-cp38-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pikepdf-9.1.2-cp38-cp38-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 900d96009329a6bcc22ffdd0f89f6f9bda861b4a6c910a13a9a1c5ac9250aed4
MD5 8f01eed35c74f962e0f37e250bafee15
BLAKE2b-256 0637ba3c53163cc0a92cb268bff46eb83a917d01f035de8d8be41aace33e7922

See more details on using hashes here.

File details

Details for the file pikepdf-9.1.2-cp38-cp38-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-9.1.2-cp38-cp38-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 e033bdc2fb9bdc9847b4b8c02ddad9644c97028dbd4abdabbaa3b3af18f26465
MD5 a4e4a99f824cc5fd05b95be7ac9aa60d
BLAKE2b-256 e0fd83752e35dc1ca0fe41830cf9fcc1bab1c4dae810de84fb89282200ccc3c2

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