Skip to main content

Python bindings for the PDF toolkit and renderer MuPDF

Project description

PyMuPDF 1.22.2

logo

Release date: April 26, 2023

On PyPI since August 2016: Downloads

Author

Artifex, based on code by Jorj X. McKie and Ruikai Liu.

Introduction

PyMuPDF adds Python bindings and abstractions to MuPDF, a lightweight PDF, XPS, and eBook viewer, renderer, and toolkit. Both PyMuPDF and MuPDF are maintained and developed by Artifex Software, Inc.

MuPDF can access files in PDF, XPS, OpenXPS, CBZ, EPUB and FB2 (eBooks) formats, and it is known for its top performance and exceptional rendering quality.

With PyMuPDF you can access files with extensions like .pdf, .xps, .oxps, .cbz, .fb2 or .epub. In addition, about 10 popular image formats can also be handled like documents: .png, .jpg, .bmp, .tiff, etc.

Usage

For all supported document types (i.e. including images) you can

  • Decrypt the document.
  • Access meta information, links and bookmarks.
  • Render pages in raster formats (PNG and some others), or the vector format SVG.
  • Search for text.
  • Extract text and images.
  • Convert to other formats: PDF, (X)HTML, XML, JSON, text.
  • Do OCR (Optical Character Recognition) if Tesseract is installed.

To some degree, PyMuPDF can also be used as an image converter: it can read a range of input formats and can produce Portable Network Graphics (PNG), Portable Anymaps (PNM, etc.), Portable Arbitrary Maps (PAM), Adobe PostScript and Adobe Photoshop documents, making the use of other graphics packages obselete in these cases. But interfacing with e.g. PIL/Pillow for image input and output is easy as well.

For PDF documents, there exists a plethora of additional features: they can be created, joined or split up. Pages can be inserted, deleted, re-arranged or modified in many ways (including annotations and form fields).

  • Images and fonts can be extracted or inserted.

    You may want to have a look at this cool GUI example script, which lets you insert, delete, replace or re-position images under your visual control.

    If fontTools is installed, subsets can be built for eligible fonts based on their usage in the document. Especially for new PDFs, this can lead to significant file size reductions.

  • Embedded files are fully supported.

  • PDFs can be reformatted to support double-sided printing, posterizing, applying logos or watermarks

  • Password protection is fully supported: decryption, encryption, encryption method selection, permission level and user / owner password setting.

  • Support of the PDF Optional Content concept for images, text and drawings.

  • Low-level PDF structures can be accessed and modified.

  • Command line module "python -m fitz ...". A versatile utility with the following features

    • encryption / decryption / optimization
    • creation of sub-documents
    • document joining
    • image / font extraction
    • full support of embedded files
    • layout-preserving text extraction (all documents)

Have a look at the basic demos, the examples (which contain complete, working programs), and notebooks.

Documentation

Documentation is written using Sphinx and is available online. It is currently a combination of a reference guide and user manual.

  • You can view it online at Read the Docs. This site also provides download options for PDF.
  • For a quick start look at the tutorial and the recipes chapters.

The latest changelog can be viewed here.

Installation

PyMuPDF requires Python 3.7 or later.

For versions 3.7 and up, Python wheels exist for Windows (32bit and 64bit), Linux (64bit, Intel and ARM) and Mac OSX (64bit, Intel only), so it can be installed from PyPI in the usual way. To ensure pip support for the latest wheel platform tags, we strongly recommend to always upgrade pip first.

python -m pip install --upgrade pip
python -m pip install --upgrade pymupdf

There are no mandatory external dependencies. However, some optional features become available only if additional packages are installed:

  • Pillow for using pillow image output directly from PyMuPDF
  • fontTools for creating font subsets.
  • pymupdf-fonts contains some nice fonts for your text output.
  • Tesseract-OCR for optical character recognition in images and document pages. Tesseract is separate software, not a Python package. To enable OCR functions in PyMuPDF, the system environment variable "TESSDATA_PREFIX" must be defined and contain the tessdata folder name of the Tesseract installation location.

Older wheels - also with support for older Python versions - can be found here and on PyPI.

Note: If pip cannot find a wheel that is compatible with your platform, it will automatically build and install from source using the PyMuPDF sdist; this requires only that SWIG is installed on your system.

License and Copyright

PyMuPDF and MuPDF are available under both, open-source AGPL and commercial license agreements.

Please read the full text of the AGPL license agreement (which is also included here in file COPYING) to ensure that your use case complies with the guidelines of this license. If you determine you cannot meet the requirements of the AGPL, please contact Artifex for more information regarding a commercial license.

Artifex is the exclusive commercial licensing agent for MuPDF.

Artifex, the Artifex logo, MuPDF, and the MuPDF logo are registered trademarks of Artifex Software Inc. PyMuPDF and the PyMuPDF logo are trademarks of Artifex Software, Inc. © 2022 Artifex Software, Inc. All rights reserved.

Contact

Please use the Discussions menu for questions, comments, or asking for help, and submit issues here.

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

PyMuPDF-1.22.2.tar.gz (58.7 MB view details)

Uploaded Source

Built Distributions

PyMuPDF-1.22.2-cp311-cp311-win_amd64.whl (11.7 MB view details)

Uploaded CPython 3.11 Windows x86-64

PyMuPDF-1.22.2-cp311-cp311-win32.whl (11.0 MB view details)

Uploaded CPython 3.11 Windows x86

PyMuPDF-1.22.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

PyMuPDF-1.22.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

PyMuPDF-1.22.2-cp311-cp311-macosx_11_0_arm64.whl (12.5 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

PyMuPDF-1.22.2-cp311-cp311-macosx_10_9_x86_64.whl (12.8 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

PyMuPDF-1.22.2-cp310-cp310-win_amd64.whl (11.7 MB view details)

Uploaded CPython 3.10 Windows x86-64

PyMuPDF-1.22.2-cp310-cp310-win32.whl (11.0 MB view details)

Uploaded CPython 3.10 Windows x86

PyMuPDF-1.22.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

PyMuPDF-1.22.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

PyMuPDF-1.22.2-cp310-cp310-macosx_11_0_arm64.whl (12.5 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

PyMuPDF-1.22.2-cp310-cp310-macosx_10_9_x86_64.whl (12.8 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

PyMuPDF-1.22.2-cp39-cp39-win_amd64.whl (11.7 MB view details)

Uploaded CPython 3.9 Windows x86-64

PyMuPDF-1.22.2-cp39-cp39-win32.whl (11.0 MB view details)

Uploaded CPython 3.9 Windows x86

PyMuPDF-1.22.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

PyMuPDF-1.22.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

PyMuPDF-1.22.2-cp39-cp39-macosx_11_0_arm64.whl (12.5 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

PyMuPDF-1.22.2-cp39-cp39-macosx_10_9_x86_64.whl (12.8 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

PyMuPDF-1.22.2-cp38-cp38-win_amd64.whl (11.7 MB view details)

Uploaded CPython 3.8 Windows x86-64

PyMuPDF-1.22.2-cp38-cp38-win32.whl (11.0 MB view details)

Uploaded CPython 3.8 Windows x86

PyMuPDF-1.22.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

PyMuPDF-1.22.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

PyMuPDF-1.22.2-cp38-cp38-macosx_11_0_arm64.whl (12.5 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

PyMuPDF-1.22.2-cp38-cp38-macosx_10_9_x86_64.whl (12.8 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

PyMuPDF-1.22.2-cp37-cp37m-win_amd64.whl (11.7 MB view details)

Uploaded CPython 3.7m Windows x86-64

PyMuPDF-1.22.2-cp37-cp37m-win32.whl (11.0 MB view details)

Uploaded CPython 3.7m Windows x86

PyMuPDF-1.22.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

PyMuPDF-1.22.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.0 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

PyMuPDF-1.22.2-cp37-cp37m-macosx_10_9_x86_64.whl (12.8 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file PyMuPDF-1.22.2.tar.gz.

File metadata

  • Download URL: PyMuPDF-1.22.2.tar.gz
  • Upload date:
  • Size: 58.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for PyMuPDF-1.22.2.tar.gz
Algorithm Hash digest
SHA256 179fb3cb69de9727f73b5ff1745c91819da73ba2304791d198cde11495beb712
MD5 fc8566a26f1bba3e49fe3faeb4f8322c
BLAKE2b-256 d3bb643ea6171d681bf3b2cefa89db9ef8917d5f50497a4bb4ed4e8515855b8d

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: PyMuPDF-1.22.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 11.7 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for PyMuPDF-1.22.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d525f43b17a3af82d00f602988f0d3ead1b5e6b58df22854afb905804e7b97dc
MD5 a9588dff108672ba77fe9e9cb96aeea7
BLAKE2b-256 7628ee148a23869e51f5d8a0f1283cad98fb3543a1a0bacc0cf48afe91b7efac

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.2-cp311-cp311-win32.whl.

File metadata

  • Download URL: PyMuPDF-1.22.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 11.0 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for PyMuPDF-1.22.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 c5bfeb181926bee7a68058d3f2c7f821c2a7cce19a7ef2359fcd4eb299096a3b
MD5 fee8cf080a20dea7314a0c8d72cef445
BLAKE2b-256 a161da4aafb446507496928e24f922dd1ba3e150f5b9d23837b15f8f0b1407e3

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.22.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fb6a979513e332352ef8eb8b089520b8343bb0ffa97a2bb87c782cbe9343375f
MD5 9f8eec03d9d4da214e4960393b204a3d
BLAKE2b-256 23e648583b8ac0dfcfe3f34d2e0d7ac1cad22a988a5fa110aa932ce64efcc16b

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.22.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a93e14e27e8cc7f1bef1d50502c0b5a17e95f0efc712112fea96a9c72afc2d6e
MD5 10b7a92b929168335e321cda66a0360f
BLAKE2b-256 fb0ce48dfe1fabd8bdad2939dbe9e32df736d095c14260cfeafc2d3247a83656

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.22.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a8132b5c4527e3419f2864f92429dc729cc0c01a3712b950c320cad4f0063127
MD5 707ffca4f8f8f75677f21a03301722e0
BLAKE2b-256 d94ab4a96732ffd14ab6aba099fc41db462e1e7689e4f2d446f775649ccb6028

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.22.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 533fa0799bfdca66256b7487def30943c92fa79dcef58d7df943f12d2a818404
MD5 a644a9fd5dcc97ab912635d7adfd4aba
BLAKE2b-256 3985266617dd70cffe9c606181c98b6176bd6677bc67f360cfca63ce12dad6f6

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: PyMuPDF-1.22.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 11.7 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for PyMuPDF-1.22.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 69341a5a8fa66b42eb93aed757d8a4c1be068de8a29524ef0fd3e328692aa398
MD5 064b90aa7eceb67db82896e607d0c4a0
BLAKE2b-256 b49e9865a9e40da7cb93b9ec83105f4a51d5c6b8849573007abf93bb9a20b550

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: PyMuPDF-1.22.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 11.0 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for PyMuPDF-1.22.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b4dd727c6e8957112b2687a4db7f0ac39a1e056d0b1fb66925a78a4ec1cd9244
MD5 ed1b2b91ab3b9bb0caf1d0cc5b5bde0d
BLAKE2b-256 99a29b50b94ed4c28b80fa03834cb73a872e3a0ed39e482ec60b764688ac33e9

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.22.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 abe501d538123d7b1c92e0b9cb06de53e11721cadf412ed7046f80b16f8bd61c
MD5 13a2f8822d26da4bd0a16cd82b74dbe5
BLAKE2b-256 1fd45f7c08a199e90bfed80c57983f0d83696e8fb428ca98a9774f818b26eb30

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.22.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 09eca2490e5779ca310caaf46153e3e66099c67ef13ae8a08ae071a4e44707de
MD5 14d927c481aa82bc61fda7f9f437d8a9
BLAKE2b-256 5a73d4107edd32f05a024d17b69db34c391f6f12cf0798805a73d53412c6044a

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.22.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 495f2d3fdfcf403bd64e65f93554e15fa61b858f13bfcabfca8e6518fde46f45
MD5 406d9e8f8d25724307c9995525eda284
BLAKE2b-256 1e09ca579e12e5daa139aad9c78ff8e43151fa5697b7d5089b8920693510da67

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.22.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 defab2e12035e7f0044b60fca7b3841b87e6ca9a99a9d2c8efdbed8afdbc0f38
MD5 dfe566c0ef634bf52b8d27394ac524b8
BLAKE2b-256 392504c4bb8384b8f7807c77181a3123514a83c6b5f5c4c8bbbe715b884f3ac5

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: PyMuPDF-1.22.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 11.7 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for PyMuPDF-1.22.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 489ecfaa2e35acaf3ddfe4b86d8a055e3cb7ec749df3cb486fe926c988ee76e0
MD5 b9d40646f810893adb33e4f76ae69712
BLAKE2b-256 0828d338600b70ccff1ecf13686bcbc76aa56df2e3e247f7f5514179261fd91c

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: PyMuPDF-1.22.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 11.0 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for PyMuPDF-1.22.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c8e60487d38272ae49714e709ce28c7126a2318620d99c89f26bd5da89d4e38f
MD5 22dac4aeb27e2bcc9c0046a6ed4fd660
BLAKE2b-256 7816613ee19e587e28eae97e76b824a0ef735f66617b27bbf27d8fb9f0f32082

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.22.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 98a15382edb5c57ea3cdeabfb8417f7d57fb9aba182b62780d78b82b2b96e800
MD5 e816e62bb7934b69c6a6923ce17a5cf6
BLAKE2b-256 74a48a05dfce51867b0e7089faa352e51a71c49ae97f5004e9888796fdaeec2a

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.22.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5e4e5ff26d09817dc4328bb8c17122d0fdb19edf9776c301513055d10a432b18
MD5 f9f5814efdf722614db54e0ea54a17f2
BLAKE2b-256 15e9ed64fb6b8b2aa74af42a454b49d48798c26e1a2a010c1f720b302a6ae965

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.22.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7993e00e6bf80e36b5d2bb1e785c2b6aaebcdf515a2609b5602a5d7c673fc901
MD5 4e952d5f36b914c903453825400a7377
BLAKE2b-256 4316f013012c68ad98282add7056d36c7f18db9a799b4dc562726caba29486f1

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.22.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 249051552fa2db72014515872e3984277fa72572c940f14b6489c463628abaf9
MD5 45959e87d838b52a836089e68227e219
BLAKE2b-256 4c0ca648eb0fc2239bea3561ec840de5c92e26564f0c7d5a09a57e77d5f2cabd

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: PyMuPDF-1.22.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 11.7 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for PyMuPDF-1.22.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7fdb24032a78bb7051019580d8e9bbf30aa74e3410ae6fd8a46211a927bc44c4
MD5 8ea196143c77507bd34600145680c0e2
BLAKE2b-256 22cd649d5bff61822821984656446b8e2db3f0bb475002db5bd23b1c55a19cf2

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.2-cp38-cp38-win32.whl.

File metadata

  • Download URL: PyMuPDF-1.22.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 11.0 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for PyMuPDF-1.22.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 c809906557bd98627eae7504869948ff875f5a1e3ac1c7ff40e90547755db4e1
MD5 862b4feddee5d2a56eb109b7a7f6e33c
BLAKE2b-256 f662d990cf3ed3cb71e2a526c6ab3e167a18f58decd4be104dc6aeaedd19105f

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.22.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 93c5ab9871661204398171469c2f6dce9ddce9e06ab834ff5604488367bec1ea
MD5 e71e1e8e8e96bdceb3172c8c91a7cbd2
BLAKE2b-256 f452e5da661592950d86d1ab177e3a4984dc79fd0ef1db93bd499588aee2df58

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.22.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7262097be7d8db9c47f15547bbb16beb6e5d5f231dc2f34642d13e1a77951b36
MD5 ef5165a61f2ae6f628775faf5d64c884
BLAKE2b-256 c14c393118760caf44fb4e28c03a05205f2237f5add2d42ef8b1b4bf803ef8cf

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.2-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.22.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 baf126edd3dbf2921fc251ca779e35234f2b453a3c623c3da3577d997de074d2
MD5 de18dffa2a5a0cb4dfc8ea79e606beea
BLAKE2b-256 89fe7ecbaedd9c05b589bdb53f644c9e982e6943bd21c15420233e9b0d7fbbda

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.22.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6caf1ef4e4543022322205ad5461ff14f72cd7c36e5b575a787b4da83557904c
MD5 02706c9a22646b2ad499ba3a55246266
BLAKE2b-256 e0db3b317cb477cd1db14b77efd3b9f2d5af069095d1763eee3d547dcd83418c

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.2-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: PyMuPDF-1.22.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 11.7 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for PyMuPDF-1.22.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 4fc503d8d9b005e06796dd0f251216d2bf5192cc903d8b4a67a04fc99d9a0c78
MD5 71e563b75825f4c5843820af20119178
BLAKE2b-256 332bef875e1ced76d3546b907396dcfca52153a35f4085bc99b446227403325e

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.2-cp37-cp37m-win32.whl.

File metadata

  • Download URL: PyMuPDF-1.22.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 11.0 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for PyMuPDF-1.22.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 e8fb53592aefcf0bd7f580c357e6c1bbc9a9598722e9cb82890c2b774c761c2c
MD5 50f6d15deecf166f62d5f4f510c1ba0d
BLAKE2b-256 6de28946099eb8a5c5b6d0b08dddf43a68421a62808a9100cc5c825ae16e6361

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.22.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d145a0f61578a9f67d2c412e4f8d488e59300e31f572422d5e508fc06d4f848d
MD5 c0b9fe8dc6d4435d6dd64c35490d05e1
BLAKE2b-256 ab5129b2cc1b2b25c7a6af9cd5c1691011d34e9a82fec310cfe7f3509128f0df

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.22.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 465d65434c03c62afa9e6fa52aca10f8ddc09de97eea8dff524f59c95f4b7205
MD5 bd8a8bc0940c000ba6626d7717fb4b8e
BLAKE2b-256 553603b2b996f99a041e87cf6bf9d5c2562d618b14d8de54accff651e4b3e7d0

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.2-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.22.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 490cd9b13b93aae57181cdefdbadd716cfe08f315b115169154b6dfc7832aad1
MD5 5b64c5da3865b3979b5b4863a545a72c
BLAKE2b-256 deb3ffbe068d6166987e9d0150605047eb67241eeb7b5e5602238248aa8ef66d

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