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

This version

9.2.1

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

Uploaded Source

Built Distributions

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

Uploaded PyPy Windows x86-64

pikepdf-9.2.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

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

Uploaded PyPy macOS 14.0+ ARM64

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

Uploaded PyPy macOS 12.0+ x86-64

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

Uploaded PyPy Windows x86-64

pikepdf-9.2.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pikepdf-9.2.1-pp39-pypy39_pp73-macosx_14_0_arm64.whl (4.4 MB view details)

Uploaded PyPy macOS 14.0+ ARM64

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

Uploaded PyPy macOS 12.0+ x86-64

pikepdf-9.2.1-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.2.1-cp313-cp313-macosx_14_0_arm64.whl (4.4 MB view details)

Uploaded CPython 3.13 macOS 14.0+ ARM64

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

Uploaded CPython 3.13 macOS 12.0+ x86-64

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

Uploaded CPython 3.12 Windows x86-64

pikepdf-9.2.1-cp312-cp312-musllinux_1_2_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

pikepdf-9.2.1-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.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12 macOS 14.0+ ARM64

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

Uploaded CPython 3.12 macOS 12.0+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

pikepdf-9.2.1-cp311-cp311-musllinux_1_2_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

pikepdf-9.2.1-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.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11 macOS 14.0+ ARM64

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

Uploaded CPython 3.11 macOS 12.0+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

pikepdf-9.2.1-cp310-cp310-musllinux_1_2_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

pikepdf-9.2.1-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.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10 macOS 14.0+ ARM64

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

Uploaded CPython 3.10 macOS 12.0+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

pikepdf-9.2.1-cp39-cp39-musllinux_1_2_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

pikepdf-9.2.1-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.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 macOS 14.0+ ARM64

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

Uploaded CPython 3.9 macOS 12.0+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

pikepdf-9.2.1-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.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8 macOS 14.0+ ARM64

pikepdf-9.2.1-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.2.1.tar.gz.

File metadata

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

File hashes

Hashes for pikepdf-9.2.1.tar.gz
Algorithm Hash digest
SHA256 5e31aeb15ab21ba340a9013c1665e7ce85bd1f8167e6710c455d51f82c2e64e0
MD5 296edac5c8c67c6273e8317d776555f9
BLAKE2b-256 10da09549ebdea6e8b309c9520e287c9398ac14a01648cd2a51b88483f6d2649

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 4a5c5ccccb5812a5be5b5cb66c8c8a6f796910ab89932a3048a4e66e5436bd01
MD5 1a23292bfa8a590a036472963ae21441
BLAKE2b-256 2f017b39695b5f28742fbd183286c41039b9cef0f4323058cf7841115a0c0d23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 98ff348c97c7c641c2d2b741d60c8edf22e0fe76fa5c386cb351a3abd3f2a9b9
MD5 61abce3f21b5048f4533df06933c668d
BLAKE2b-256 99c34abf5c13b3310497efd9716efd9d99d05deb3586f3765c89bbb564445043

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-pp310-pypy310_pp73-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 cd73d828799e41ee778606e30efd0c27be1e2420b1ed0c9cbc39299872ceed76
MD5 09b9b8811a106aad5858a2bbc11cfa7f
BLAKE2b-256 1809cf6f4f0b33631f9d82885ee0148bf9f2220c43da5c79255478bb867350f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-pp310-pypy310_pp73-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 0759842e47369fe5fa0d61de2ac9ff073895c75567f3efbc4aebc6c1cafee17e
MD5 c7f7d760033fb5f0a1d152708140cd4d
BLAKE2b-256 812bd4bb38dc9e1c1d42addd57fa6d9aeb7f2a7e5c183af155c4a931a45c1e2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c2c21c6a3d7ec96c7f9627ad61195eadff12659e3e00abe7156c34503189db47
MD5 cbb64ffc472c65b8ba098b7660dce9aa
BLAKE2b-256 f060b535c491cb1d616d36c8b0d5a0f971792969ccb3a2d608e31664c4a25bab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 531b6685912eb630a7fe57c527c9b5636c50c543eb0cdb5807b139e0d7712696
MD5 56098ade448baa5cdd92621255828b4c
BLAKE2b-256 c451fbee8ffb271e95c413280db0e280eb68c2ea234014299ebd77c568016fd2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-pp39-pypy39_pp73-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 61bb9dfe58ee3ee2a286ea4cd21af87e1853a2d1433b550e3f58faa005b6ea3a
MD5 8a10d6962d21d0e5878c3f0fd8cde7a6
BLAKE2b-256 aa5fc5b5f9e04797c7714edfb52b1f513daad5c3febf62e2e82219515d1c1239

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-pp39-pypy39_pp73-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 1dd707e6159af953f5560138f695b3a1ae2e1a0750535be70a3b75a720279330
MD5 678f60a951a5a2093bd39531b65e0527
BLAKE2b-256 e9408c492cb66d41bba5617557ee4338525da0390844e0b01ebdf42ffc8dd03f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aefa94f8ea6371fc3cbf78f55f669efec6e28e317927e8dd8a237e19a7be50fb
MD5 ceac49964383b1b6decb03eb89a368a3
BLAKE2b-256 1ec5d281ac26d9179a8ad80f29e5f8084a4c57920f59d1ea3bf074139ed5ba0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 baaf78ed49e3cecfc4d30f2c7291d9b19bebe8a5f8e5940d7e7c93683b47a6f9
MD5 5840e2bef6b7067a23c56ad3793f7ea7
BLAKE2b-256 8310c0b65b543d6ab0c911340803d8060e6308194cf1f9b14383d01ef5e99621

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-cp313-cp313-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 01be001988ce0f6a5a89319f37fc14f27df75c4e332222ed8e993d14405acb02
MD5 a220f347978d735d647abfebc5b1ada6
BLAKE2b-256 a1d6c7f7bc2c3e1c09663c775e98e4d8b03fe251f5a0f500db230ede4a4815c6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-9.2.1-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.1 CPython/3.12.5

File hashes

Hashes for pikepdf-9.2.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c4eb22efae62b057a31ee4cb5574db8edfe15b185c8e89500eca8157fda15974
MD5 18fe79ff8610efb9c9a1945a8b09e6b1
BLAKE2b-256 aed58eef0d85ba44991d169af0a29cc11a5e0dd8ad10e288db1d6a05c869852e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f2e4d5632dc03a41d901e4feee474557145c4906d96cf6e7ae8106a85142d2eb
MD5 f32824aeebf047f538a20c87cff1113f
BLAKE2b-256 c644b324dca7adc700c419e3e254f41768c0ab5caa64e2e5c1fd4c29ab767fd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fc0deac6dd356ef95fcf42db917cfe2c5375640295609924d4825052c2124509
MD5 ac9fcd28535c5df980f93ad91665e25c
BLAKE2b-256 7168b642f07fd418d9afb7b93eb630704f83ae7950651dcf72204eb356ed6071

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f6b1ee86850fddaea15afdde394109332f7dc63a156e52fb131f9b647b16f920
MD5 6f4f11f8df3dd60783299db39bcbf9af
BLAKE2b-256 61885d50502c4356b249454bbbd609f0eb0515658829af96097eeaad6cd1ec5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a32ef219737e53b48754acb45ad7840aee8403d97fc79539c26501a2d9089c91
MD5 65d1302399457fa24507f5e0f7f20e45
BLAKE2b-256 b310d8e3d127ad2692fba170061cfb7d810135208c7c5957568c28d116704a7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 4c8bf24b8bf933f4022c6ace5ee757453e3dacb806a8e826461fd5f33ce15a70
MD5 5673165257b3b1bb9fbf178d59d291e9
BLAKE2b-256 110675b310617a2eb6163dc5b02c0bd16493505b2998a6ad81aac6709c85eb05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-cp312-cp312-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 e199833ef11a64f22945a9a98d56a98968e988e407cb20d9fa8b6081075c9604
MD5 2fe97ceb19aec742acff4144813c30a2
BLAKE2b-256 edf90867bd0fc3c30d017fa62c886b09da34155486cd41a139379d76fb542cc9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-9.2.1-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.1 CPython/3.12.5

File hashes

Hashes for pikepdf-9.2.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d360e64c31f73b16b78ca1e10e9d96f758b4a3fac195cd35f88a5f213808852e
MD5 7d951bc105aeadec9ce45dba07791337
BLAKE2b-256 b29952f67869b1e950fdbd65c24f5a86e3b6220bf2f295c0edc87e68f9eb48e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8a50c58bee394f69561ab2861f77ce763f91cf7af6c8a1919109bb33fe8ca669
MD5 a7a0ac53d1847fc7a00788444f5490d6
BLAKE2b-256 7d661da530843fdebc1c2af86c2d1f8f90d0b424988ffe5f3fda397c80daa94f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ceeac42bfb7227310e617e871d8f7ae6f304cf2783ca0131f3063c54ee1ecb73
MD5 550fa2825e406a3528b24fc9093191aa
BLAKE2b-256 d05c7993fe43a2f31467d8dafa9555b5886a4a2b2f1242535083d27c685fda70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d1a1314e4c4b2a28a1af1e700570b3c32c074cf363425768e8bc9f031438aee3
MD5 413ccc62f9bb8ed72f775f5baf613418
BLAKE2b-256 472f8ecda46a4dac92e4c628f536ef5ead33dfe536092546372f240b2a7c4018

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 96ea92374d25481a2213403ae06c990ea41a1f35b0404dd072b7070dac76f41b
MD5 8f25c348c015199bf0476a8c251023f3
BLAKE2b-256 32c7509b1938d0da7c71dab26fedaa6bff5bd6e72c2db32bf80eacd0c4592054

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 d6f240b0c1da5b6656efa3daa087394ddce5b3ecc411b85efcfd7e7228a1bc26
MD5 d38b7fcab372eb0e462b8739f737f0cd
BLAKE2b-256 add958b8342c80a7a357a07fe13edd1e4b55780daf08d8d571d9ccb355365045

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 6275467b7eacb6fb04f16727e90e6562c6bbf449ece4e57273956beb8f1cdacd
MD5 8168edb381f2ba1470d857dadb70e505
BLAKE2b-256 104605e5aca43f513c44c03ae3bdd0f2133dd3c95a1746678d8552c77b87f3c9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-9.2.1-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.1 CPython/3.12.5

File hashes

Hashes for pikepdf-9.2.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f3ecbc250254b61de2ca973e3d57acb07720e5a810ee0c81d33b051c76d22208
MD5 f94a2f543db3420da793a5caccd33fc4
BLAKE2b-256 17a67a514d87af81281a44d620347bb6b29c8823a892ff86dd3bf167461d0d11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3c7e5c3a425de7db1fc13583883d2fa10119ce85071cc1d53344383498739254
MD5 f6e66201259478e9a70001d7552557d4
BLAKE2b-256 ac10f725de595044c51d01c08b8e42bc45ee5bef54168063855a98edb0be6273

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9699fe058b44e59cdcd05bcadf9cfa8f5242b48e44f9a4772bb321cd74d8e339
MD5 edbb9b6883589536ad44355104013830
BLAKE2b-256 44b311cdcd9f6d4e4d3d2afa1695d07d0ace9dee3d9660c500456c2742f8a5dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e1e47e80ecfd77dbfc6c7e807e78e5cce0c10d5bd7804c0d9064429d72af981c
MD5 e3ffcbd5d29ad5f2385d6b1e21319f86
BLAKE2b-256 b90b8bb1bce5be9a2607cdfe6954996255bd52197890ed7e3381da1a9fe4b2b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4b9e9416da42da43f386244b2bab2a236830ccb11598b73fcd43d32fd234aaff
MD5 81f4eafce294a2bd04ffcb6becec2498
BLAKE2b-256 d96fc1e64b439e3e68b1a148ef20859cf140c2077e4e4cff2587aad055f18be4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 d37ce8a4ade0cddf3827e13867208ffc8c161d38fdb12250b31e1b8cfa58ab1b
MD5 26478c87813324e4a6f7940bef2c6574
BLAKE2b-256 14ffe680bb33e7d9b9e588c121fd3bd492fc6913b1e86c1209b1e046621eafaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 e863185d6abadab140a7c3e152d9227afe495cf97d4738efc280896660249180
MD5 13b6b80b2510b1115f255bf5d386e774
BLAKE2b-256 de9a4033a1ea8cbe63804e8a9f0beb1d339867660ab3f5c52d7319902c133166

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-9.2.1-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.1 CPython/3.12.5

File hashes

Hashes for pikepdf-9.2.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c6ea5f623629478abaf1e25b1d0edcaee3d0408fd9061fb4f7dc24fb78a25302
MD5 b1f4c75c082f15fbfefc703a6256c200
BLAKE2b-256 99b66b68b7608e5407bfd63a5bfa86bb55b09b8e9312d2bf13484c876701b3aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c1b883e1ebe28fbc318ce5c971b3dca9b30621bc2fe1642c99cda76cf442c4a2
MD5 acabd03b2371b3940bf0ef18ab1a1928
BLAKE2b-256 880506197560aad0e2d3413d56f14fbac0402fa4d167751a2c7649b7c99680c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d9ba6c639faac47a85817854d002e2f57683ffe65388a746af580c4a6521646c
MD5 fab1238ac6bcdf625627ff2c936f401e
BLAKE2b-256 39c7b4a049032c77f26702976ad9d3cd08ae6124a53e1aab697031f7ce99d0d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 163600dcd8d158e9287934b65a516b469b153859ab029e40fb3a0eff16c7dd7a
MD5 b352894f4e3b2480095a68a1ad0c6941
BLAKE2b-256 ba318f7cff169b9440137ddbf0e061f4eed11df2c6337139df5877822acc2812

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1e6b3083ef2e3c29af33fcdb73a9a61a8e4dbe540edb474c19b9866194c6bf25
MD5 76fdc00da2435e7fb3031587e2ff3f48
BLAKE2b-256 281a281cb2b983ae39d4943600cc3c6db0e293200a1cd240cd6d85ceb80e7177

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 127e94632eb1ccd5d4d859511f084a0a314555cba621595a135915fc9e1710c5
MD5 873fecf982b63a100f4cb24f5c07ecb9
BLAKE2b-256 94170bc323004953d39c35f33a4d91e7ce820f2770774aa400322e953812f01b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-cp39-cp39-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 7fa15e5ff3e17dc6295d676d673787c79fec67cca59261a22ccf7604914170b1
MD5 5c12caff20e1caaf49c535c44d8e9dac
BLAKE2b-256 1f9c9a940608ff990ffd8b4036faa6028cf7fc513fa7b0b201d6eb184f41a954

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-9.2.1-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.1 CPython/3.12.5

File hashes

Hashes for pikepdf-9.2.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d209e4a9ba99a4460cf987f6cd8703a8723d8a62fc51451c4c1233eff07db02f
MD5 053e7b098381ad24746b4ff21635b3e1
BLAKE2b-256 7d62e459d18908a2dce84ee26218490341ce304cd7fcdc9b3b61107dec7a15b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eb65a84fff25295707250b49f9e2d1186e9f6b4b7f828a0d9e7e2b65a7af6311
MD5 1cb10fb269af6e8a718e52c1610ed2c8
BLAKE2b-256 7ed5354d95decead0bcd84888d285fdb832b3c12cc0a9b53855d08aad9012f25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 755f559c206de5b3de0e35430ad28e50f37866d96a41b3ad41d7114660e1c58b
MD5 d8d0a3ac71f26e80f9ced5b8a887837e
BLAKE2b-256 d00ba171441bb7eefbc8281df71e65e8a4fa92c8131fc095655ac28033a12f54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-cp38-cp38-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 6e15689fd715e83ff555cbdb939a0453c6c94af9975ae9b3292dd68231014653
MD5 4d562c14b270fd29990e59de8d9b987e
BLAKE2b-256 1d464032c59d8456b05ff188e31db9defbe7808fc82b4b05d5f6ba742a937dfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-9.2.1-cp38-cp38-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 3efff6ffda819d4193dd8e63c6f304bf85f9ae961c0247dc0b716b7c74fb7094
MD5 d6e053db0caca8aa504a0974d12264f5
BLAKE2b-256 89374f8a02fd727ff869174986144686411b238438a7357e6cd9abfdea35322f

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