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

Uploaded Source

Built Distributions

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

Uploaded PyPy Windows x86-64

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

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pikepdf-8.5.3-cp312-cp312-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pikepdf-8.5.3-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.3-cp311-cp311-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

pikepdf-8.5.3-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.3-cp310-cp310-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

pikepdf-8.5.3-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.3-cp39-cp39-win_amd64.whl (3.3 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

pikepdf-8.5.3-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.3-cp38-cp38-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

pikepdf-8.5.3-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.3-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.3-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.3.tar.gz.

File metadata

  • Download URL: pikepdf-8.5.3.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.3.tar.gz
Algorithm Hash digest
SHA256 7b4303e9000375b4f6ff51779bd5ca72aba3befb01cfdb5530f4ebabdde3f82b
MD5 78c2f434b9ece5a3fa83a9df71dcc986
BLAKE2b-256 25035d12db46d10d6f8979edaedf286f7c4f399c8b022ed653c5f78f6a74e0f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.3-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 2ba6165463aa781828fcad96609dd2e89f5d3b7d68397811f3a124d0424e1540
MD5 24c892b50c8f46833d6df84539da4b36
BLAKE2b-256 4c042b87c574ed93bbd47aa656c308ad7a75348cef1e3d91a2f5cce6fb4a83f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 644633b803852085d712c209f3331630a1d771e2260f6230c1f2d244a51a2504
MD5 0db4fcb0cd1ecd4f94a26fb1cad8cbd6
BLAKE2b-256 9a301891180a2afa94459f7b3f7742f6cb1ae30f2bbb254469db44ae7fb24e6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bfeec969f068b9b6f76f99c448e7ed9460d80951bce405e055d5f0900e0afb02
MD5 63d23a7976f18df12e3ecb33c767f6ad
BLAKE2b-256 b7ab5815f2adbbb8a5f03f3f325a5099e3c8cb120725acc1b2e85f6cfc7d5b54

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-8.5.3-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.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 571d699b163b47b1e8df0325cbd413fd72480e95dea49d6ebf5e380f62639504
MD5 f583e4e28084388eade4f9b770eca0b9
BLAKE2b-256 3bdcfcf48f779264e4eff15bd9be15845918881328d83d7e52b6d2a8c2dcf1f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c88c9fa6640e7c81f3a83de8bbf19d1a8ab8a9073281098449ef1dab7e4a8118
MD5 87af180b8ce5f0e73acc218043223ab5
BLAKE2b-256 e60d4c0e3222bc00d487bc01caa68c0052d0b2b3c8b7261969b0a6b3cb5252a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 229580cf191021ecb705d5ac470cd1058326476475c6bad2e30d582e2707ac79
MD5 b54c271cd53228c10a75ddb8648d1fe8
BLAKE2b-256 cafc1a61fd5f1e8d873a7f7eb025a6ed2e37fb6065059d947e8884374bcbc53c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 93933e037042cf4b8e389e5405dddb3d42258004d079098f2082e631806d7198
MD5 98a257093709b2d828de34ae84e007c5
BLAKE2b-256 a56ca00f818e679007eccf5998c70f203f81bb15de6d9d73c9e4bafa3c424662

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3f762ce0ae9e767f7206165e9f76c692dfc89d16aed5274065a84169c2d85208
MD5 63d0afc4720ac68070393de0c81d6467
BLAKE2b-256 77cc2ae341c46f687126a174e596f27b2d50fd345ea7fe3fe7f0bc1bec3d777f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.3-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6b64262c1d70bfbe99155280b443a158f532b7bf443d392f595e7db41e618d69
MD5 0b4bb6743bfa2b631fd9451763803c6a
BLAKE2b-256 b29f9990ea7e75eb60740d9988a52eb98666bf0d01ac6b2836a947bec37853a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-8.5.3-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.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f2f7f5d93a75a88484a7b40474d5578192e3d4d3273840286817fc1515141690
MD5 ec7e1c2e2980e8903a5d345933c6f83c
BLAKE2b-256 86c4904d43bf04d7ce4a055a9947b90fce04b6fbbe208cab22eebbb912ed8b7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 020ec1dbf106d1833204b0b3fa741cced66dea307a27c6a21904e2220bf60e27
MD5 26cf9aa985814982f45606f71f7eec05
BLAKE2b-256 4eb6678a7fa534bf1705bbaa314442bdb84b8300733277e1e6af83c702bc33c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5c85bd66f1d38a2d750dedecabe273072acb76d74ab95b136890ef0d541d7118
MD5 c418ea191cc9e5200fa62fcf419d9a62
BLAKE2b-256 a77ba84ecde10975e5a49ec56e46c27569a71a2e71d7e3d40fc15bcda57d9ddf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1f84069739b2a4d2d7da57d998467d489301b2228a29934f829a2a6408decf11
MD5 80326212f97ddecbc306b3207e8f7774
BLAKE2b-256 503ebd02d520cde784969f2b8823b99f092d8a56574bd6d863fe578cadbe1aee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6aa24a8bd3ac90f175ec50e989b4b953155e7381215b361021059f940bae6b76
MD5 4380c59aceafe0d794835710e2e2d625
BLAKE2b-256 c6032508b74b02a9661ba510c7fa6eda05b0913328587cccf800de23eb7c221a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8d921e374696509e29c949c9f2a4f44745c97a6a043d5c13113953d863221194
MD5 10fc857ee55f20d83955baa809a3010f
BLAKE2b-256 0a661ed87e736356ac5827371be38e0d5561d8a945daa3c48b5d04e51d8b5c87

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-8.5.3-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.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9b651ab14dc8b0570e3d9a40f703d40ab439e11f182020aff6e15c8317431dd9
MD5 977eecb47b1235c781121d4dc5c5243e
BLAKE2b-256 f4427e0901db531f5f4114a8984e775d81c259396da6a3b4e988231290dc68aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e1fa350a678824170990e5280bb9aa7e5a8330117f616262375407823fdcaa41
MD5 87c1c75b7d0bbfbeaa5ebeba978ccc5c
BLAKE2b-256 0c652ca76f59637191d7a6ae97ed860fb805f3c9917a07ca91f54bded0a83181

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c887d60c19d137d0febb4394b42c033ba9d34a98cc039b985db24dabee4ac04f
MD5 25447943b096b4699c6e6d8baafc4cdf
BLAKE2b-256 e57c44a84055d6635c230c2b074683f446ecb0af149366337c1dbf6a5def1483

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dfd08642e9bfac1b098047be6dd611b7b3747b6e6be7ccf0b7681ae9022255f2
MD5 bc95e17f1d077716bed608e26297e00b
BLAKE2b-256 d7a7b45c34c6b3d371e8e5e8eb2cfacf2ad8ab19a1069524d7b428dbfa4725fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9c0c708417a0806fef1e9220521c0169495ee028b616a71fa72c2b2ecf9aded6
MD5 fe74c1e86d432edf7bd4650063e8a335
BLAKE2b-256 04ab2bf2cdc0d2bd169e65278cf8afe9fa2adf74e1764aedc292ef1bf904dc9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e957c05d4a30ccc68ff3fe03115b22e2a057afc7a7172f6594eef96830f7c3b6
MD5 839dcd54505fb35983b0a887ee93f306
BLAKE2b-256 4455500cf005437aeacf98699f2365f4ee0eabe28086b4947f0d540ff54ea656

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-8.5.3-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.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d6e5fde9afae0f9fe493832c53275d938b3ec81dd9fda84130fce58d7615cae3
MD5 8fae3d6d5ee125adeb475974876cb724
BLAKE2b-256 5ec7e270ea557050576f6d50e8fe732cf17e5fe86d2532c5db8bcbea960e20d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 603bfdb83a83d2cd6f81b47748f0610efa6bde5240ab085711cf2a8ad1d94047
MD5 2f3704b12d9d275ef3353b3103fe9759
BLAKE2b-256 365629478696bf95f2bfb7720e592056193ba2303757d0a79af25127bbfe3eca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fa597ed4c92cfa0564c9dfe46ad42ceb21f703168c6c3655e88a5fee596d4841
MD5 74789bffcabc64138ec8e1ea09f7c622
BLAKE2b-256 2bb30e0b0284571cee9f6ab131b1fc6f06a515be32822d44dfc0b19b68631fee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 57b40a56ec3be63e031a8e77260776e5b27ea87c589f964e44db4197771ff762
MD5 602169bb549ab0b8190996759941ca10
BLAKE2b-256 c490b9c17d94f497c098490d8523df52e892c9b2f06367c639efee29bac20776

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3e28d9cc1f2a19b2ebc62aacf62dad355025d7a061bba75cdc8f82449c99a8c1
MD5 184c4e282e5e0b4b961354d2c99691db
BLAKE2b-256 b1cc5e64c83e9e03a703a77bbe30783c4f9ce9a27bbdaf9f63d0f8ad83a2e237

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a740676bd49e12f7b6a40adc999276ee7f072abba918cd6027a0914dfa4c71b7
MD5 c6797328f647bb703133f78c60be661e
BLAKE2b-256 83e83c4902ccc19b9427c50049dd5f036301ccf709ddf4e911cad1361f5632d6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-8.5.3-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.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7769b1885db81beac18fe700d3f8501466e7fdccffa063b3138c23a885ef6048
MD5 67416782e956dd454f966509974105aa
BLAKE2b-256 f2bcacc056bc8d3db3e282ef6f52ed966edc540664417be188e1b7960468a204

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 06d2e46e8f9835d33566355b8e5ea5a29c2f316a353d3314abda1c6cb964b3b6
MD5 39ed1051fdd3762dc353910d371730f1
BLAKE2b-256 6d19162144b472a3b88895762556b280639642997f76841e966a885b9101c412

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6b4493d923bcfbffcdf369336561cd95c02d420e0d2a6ddea3255acaaf7073b9
MD5 8164ee9c12f8f90a586faf6aaf669d7f
BLAKE2b-256 3f7e86a5499f73069c889b73ce845c75a61bc3c47149ab8c17c4736ecae46c93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9523245b29827aadfe686d6a34f0578fe8648d38aab34503587f40b7f6cc2c89
MD5 23b3a9cec3f2a8c1f2963bcc604d1d54
BLAKE2b-256 36e04d18606ec742fc81a9a73ad116e11d363d090e126fb70b24fde2111cc72e

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