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

Uploaded Source

Built Distributions

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

Uploaded PyPy Windows x86-64

pikepdf-8.5.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-8.5.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (3.8 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.12 Windows x86-64

pikepdf-8.5.2-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.5.2-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.5.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-8.5.2-cp312-cp312-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pikepdf-8.5.2-cp312-cp312-macosx_10_9_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

pikepdf-8.5.2-cp311-cp311-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

pikepdf-8.5.2-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.5.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-8.5.2-cp311-cp311-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pikepdf-8.5.2-cp311-cp311-macosx_10_9_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

pikepdf-8.5.2-cp310-cp310-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

pikepdf-8.5.2-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.5.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-8.5.2-cp310-cp310-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pikepdf-8.5.2-cp310-cp310-macosx_10_9_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pikepdf-8.5.2-cp39-cp39-win_amd64.whl (3.3 MB view details)

Uploaded CPython 3.9 Windows x86-64

pikepdf-8.5.2-cp39-cp39-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

pikepdf-8.5.2-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.5.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-8.5.2-cp39-cp39-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pikepdf-8.5.2-cp39-cp39-macosx_10_9_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

pikepdf-8.5.2-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.5.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-8.5.2-cp38-cp38-macosx_10_9_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pikepdf-8.5.2.tar.gz
Algorithm Hash digest
SHA256 297af123077dc22f738aedd4ca97b3561454301491ec8d514f526ce564f8fde9
MD5 3ebc2d50790405dfcc78dfc65f4be9a2
BLAKE2b-256 2e2f0afb4954107de091e1ece89993f6d81896e4414fa488b52446a011517f44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.2-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 d049f80a0266bbb53e349bd51faae83f6e2e414f361e8070f8a43f2276d99b42
MD5 5517041bb03b4bc7bdbbdb2c564fc7b1
BLAKE2b-256 b235beffc1b7002edb2a5bc41f1b5e997a3e042df71e37ccbc82f3bd240edf20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 21e23d12e4bb12274990d7465c8b1bc691b7fd728d01400c902b8306fca7b751
MD5 d8773308a4dcdf81ba7c3bc1d4f12363
BLAKE2b-256 2fef01ce4a373330fdbd3ac79323917d873de68b444ccfbb72e74aa22c34d318

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bc34e520d2e397949f07b6dc671cdbc24d73a8eff702e5901130d869f513fecc
MD5 9e8c3276674fce4740eb308390035205
BLAKE2b-256 e76f1da3b767f3a969237490b22753fa1752525334f8a004f629f5b6d4b58435

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-8.5.2-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.6

File hashes

Hashes for pikepdf-8.5.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b4764028892bb934afc92bea93afe61de58c0003ca77a017d1e1aa2c439ac02f
MD5 56b40464546481969370e1f019260932
BLAKE2b-256 d3fdf98b65367e3259e34f302f02eb964abe82afb764c7ec42864708b4d42615

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3c466ff497350fb8b28eb03fc6c20deedee2cec5ef55779729a9c72a73898d27
MD5 8476bc26e8b9dafaf527eec3a0e7ccb9
BLAKE2b-256 c70c04b596fd3801fee3e1c29b1675ebdd867cf8ec687f34671c00aebebedd08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 238193cad19108a42c6fe3273bc08d0c405d98385022e21dfad63babf008216e
MD5 242904b65beb8119f5c4a158d439b350
BLAKE2b-256 6600e2c6da4e0d8d0433e51a444ed54128278339a5d407803e8dddc2d553dce5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 86f9ed4c902923c365b6796aca4d579d3f33b736f185b11bc7087f93f05c8457
MD5 49aad38d24307b06ebc0f49b5d3d1687
BLAKE2b-256 6d31537d3a68ab0cfa440bfa95b019c5facee54e5b6ba3deff1a51209e6ee492

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a68ef4dbe043eb43c9bf9f88ba1d25d283db87ff598a7fa00e72d792e0dace1a
MD5 63802b9ca878985950c89f18bdf6fd22
BLAKE2b-256 5239c8424677b762fc5e10308d9cd3b1927de40b4023446a81969041fb9b1290

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.2-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ebc40829178eb9f1935b28fad28acb92a29769c3ed3e213f6339a55e9d91f123
MD5 dfdbe286c24b20581b41f41df9048a48
BLAKE2b-256 3e4872dfd5d794f896d56c300f4a6d0128b275783331aea53c5d4fa2a6dcaced

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-8.5.2-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.6

File hashes

Hashes for pikepdf-8.5.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 90b98d338cfaa5ea5958a77ae377f1a8f88e664cb0afcfad230c9f429710d482
MD5 6c809f50a4d3bb7c668f04865d72aee6
BLAKE2b-256 d03670bab4aeeace7ee6b6294e060d4b90a44ea6a15e86a45dce65f4712f329b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3fbe5c51a2ed089710d344a006e2f8dede9059d8e28396adfd84f88c39984f66
MD5 411e6408cc727dbe283a243d8e60bfbe
BLAKE2b-256 570325cd9a9a715c1aa06097896d1faec921374b35e647f53d4047795db355f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ab4933a304d538b912e9be46d4d2e7ae3844ff1993ed500e3358df44f103fea9
MD5 62e62358393f66ed72c8329eea496776
BLAKE2b-256 eb10dfff855bd4948366819261f4cb35d8f3e07141ee7756692f3c53144188be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f1038fdf60bd5e2ab9f56dcb20de0bc1fc8135f3f65e1d3d39a5f5849c388169
MD5 32616ef7713a2ac1677a026256753014
BLAKE2b-256 6cf2cffbd8f074011bcb111db5376c5e272e31b141b118ecd675f50661fc2f0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f8abf558ad89ea3df89201534063d383a5d451f63e057240fa62506f191e4485
MD5 c373f5ac1d0e14040be48cf476552f0f
BLAKE2b-256 30e141d43ac9075520dda44bb7bcbeedd1e97bc9b7c34c280fd5b252c40660bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 07a464e8b4fb7133863d9aac70113c876b891a56daa418a561115986407f9707
MD5 835e931420074c2eeb15ed2637591d2e
BLAKE2b-256 2b440b9c3b4708a538e66a3502adb57af10737838427ba77ae7d01e387e37928

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-8.5.2-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.6

File hashes

Hashes for pikepdf-8.5.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 624b959491fcb6b3cc0f33c91bf811d8e9e7f3080b206be78a8c20970180f3fa
MD5 014aa4d60274ee3e0427a648de4afcc1
BLAKE2b-256 04a70d31270f1c390e26316f4f3c0863f7625e560eada849124e423e2178d9c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e453d629673011a371c2ee4798a1ece297673cfb25f8d200ef9b8265f125e04c
MD5 a1829e09b6be71b0a38a398606ba1d65
BLAKE2b-256 87c5c064440ec8a3e2dd75ad2c5d72ad9967127d00f946fbd6c973d2a46de722

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a08b0e94040bf6ebe2290af6728fbb1f411a2a2e799f295c8d457af8b31424e2
MD5 7d64f54af2330a3779d488400584f18e
BLAKE2b-256 f8e2836718cc1ac049fd19860a5b29e1f9c5e992236402554d8e84eeae5c52cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 afcfb652d651335b4132c6edcbad2fb82f13040e3789e914867687e81d0e8369
MD5 8ddb5be4b1679130874f88611d17ff57
BLAKE2b-256 41d19c9531d1ca69e8d18284780690253ad54b30873fb35947238e28f95b4cbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2208edae4aa54e96e0e8d3e5deba43602cd788a4567ea4756b29234fa5ea0ef7
MD5 51b82addbb2364488b3d1539d16e23a7
BLAKE2b-256 f4fcfd8e3746559bbac89470a841fb3de668733d3478161792c5dedbbdc4e3f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2f3b51b4e6dd527442738d2e6b7cd269506e39be1b5a2039acfd5dd4423fc259
MD5 0fd7164d4e88dfcd18fc7bf0b3320cd0
BLAKE2b-256 98090c227faf76a16c5563d2f2a48c43fa6788ebafe43f6fd6dab8bbe9458f6a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-8.5.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 df90cc29570c03b4965c2892a5f7836bfc0184cb9df77b4045c2c00e234f0be7
MD5 b0abb895dfb84f9670b8e2c598a1508a
BLAKE2b-256 fc0174585d8e95e01c54ec904ba780516c3494104fc2fcbe3868db02dd1b9a0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 20660af57399f430d3a62bd628e50d0967c75bb8f581e480e61094b50fc363dd
MD5 4c4dc67b917676360a4634c22cc59359
BLAKE2b-256 8dc14d6a6ff166cf8ff2600c4252cffed6510945da15d54853da203c2cb73850

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 344265280a944c670a83aa7637095cbdccc1ba4242270720bbc95dc7613a6aaf
MD5 0f6af0304a1c495c07ae46af46c79f0d
BLAKE2b-256 5bfa2510de3c0ab2193f2b0920165843813995a08f991107cadb4f3b347749d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1d25274defc45f3f35fb463aed2ddb9cd10e9c870795ca6ffe0bbbb7ba82e581
MD5 70382f7d3f52b3856fed9fa162a9ce6e
BLAKE2b-256 46eb8fb00fbc8b896d8f9b4a412b3183793a378748bc50369ae10f49ac1da7ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 643e4cc698cc03c3a0eef8f46ba9be3daf5acea4f40638a665d01bfa0947f0ca
MD5 4468fe5780b4cd679e7497059afbdb23
BLAKE2b-256 0b43af6d82d433bae361a3105a1c57c227017a778139de85f088d63912c5f624

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 00efed57fcf0d2f87103e86e49ed926396c182693c71d57f6bc3a456ddb7c3e1
MD5 974ec1d10b6e1744f1a97a70d8102130
BLAKE2b-256 d25742620ff8e0b4cb6e338301e86c69950d3384d964f90ba005f96eaf3642d7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-8.5.2-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.6

File hashes

Hashes for pikepdf-8.5.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b2a72cfd8b374deadecd3ab7ebc063ff4022f14a49c26c52835e0d6363436f0b
MD5 f02c4b5c442408446a500a1ab06708a1
BLAKE2b-256 5e0d38a349995d9720337697440e4681238f142b7864bf944d9fcb99e6cf3a05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 70ff6b0044506481be6bbdfea41425ded38776597f0f52713fb01e024f626b87
MD5 0758003aa48f0f14a2b17bb52a66f577
BLAKE2b-256 d9c33488004b69183ca21352e8d6a8b26524a4550868c08275b86ca6dc53754a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c0ab746da0ba856d88bb699716e81841076b626a59d7250327dba80d01324ddf
MD5 404fc6c5aa00034c8d140f4694ca84c8
BLAKE2b-256 12e17ecad1981d95039f0756f102a80e0676f0b9ca74c0f25f2117a4cf0ad5d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c13bd029000b2ea6cee021ec9e46099968f7dcdf8b75eec6a78d93b171a287d8
MD5 0f282ec704751bd7f7a17287594954d2
BLAKE2b-256 39cc48732356a6cbe5d841405d28949ebf791accfa60a8238d1bd541f136065d

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