Skip to main content

Python bindings for the PDF toolkit and renderer MuPDF

Project description

PyMuPDF 1.22.1

logo

Release date: April 18, 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.1.tar.gz (58.7 MB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

PyMuPDF-1.22.1-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.1-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.1-cp311-cp311-macosx_11_0_arm64.whl (12.5 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

PyMuPDF-1.22.1-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.1-cp310-cp310-win_amd64.whl (11.7 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

PyMuPDF-1.22.1-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.1-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.1-cp310-cp310-macosx_11_0_arm64.whl (12.5 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

PyMuPDF-1.22.1-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.1-cp39-cp39-win_amd64.whl (11.7 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

PyMuPDF-1.22.1-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.1-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.1-cp39-cp39-macosx_11_0_arm64.whl (12.5 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

PyMuPDF-1.22.1-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.1-cp38-cp38-win_amd64.whl (11.7 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

PyMuPDF-1.22.1-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.1-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.1-cp38-cp38-macosx_11_0_arm64.whl (12.5 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

PyMuPDF-1.22.1-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.1-cp37-cp37m-win_amd64.whl (11.7 MB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

PyMuPDF-1.22.1-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.1-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.1-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.1.tar.gz.

File metadata

  • Download URL: PyMuPDF-1.22.1.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.1.tar.gz
Algorithm Hash digest
SHA256 ad34bba78ce147cee50e1dc30fa16f29135a4c3d6a2b1c1b0403ebbcc9fbe4be
MD5 97b69f62454ba3ba7b20f9c80c58daf2
BLAKE2b-256 79fc9dd8f019a9a3e589682237b2612d0e9c6a4ffbeb038c0783ccb83a415c4a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.1-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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8e0bfbd6195f45326f9182fff04ac2af9568d78fc1f32dcfa15f84a302d8aafe
MD5 f766ea671bb62534107ac3e4b1a37981
BLAKE2b-256 89febee5236795fddefdc37708dc7b0071320f615a8a42daf90f5438582e451e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.1-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.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b5eca48ea55eafcea68b14669a9f5030c15056431b10710d863de9f9a6b1a0ce
MD5 f3954b47f3c9ccc4e2d3da4e0e8517ac
BLAKE2b-256 0c634f3a0cf9adeea757022e31d064876e5846fbee76e6a29eb5449fd8111489

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a1d77a3057ad7fc3e2e02e5fedd53199206a49c4b4c5e3ee75458c17d6b739cb
MD5 58c6dce5684abe35b0554357056b9b83
BLAKE2b-256 b1386ab73bd2fa9ea749dd89943fcbbdca0862e22f3cef703d93c4dbe6c3bf82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 711adc70d664cdd5d361154bb3485546eaa5e8a90827db6abf9c42ca292aa9e1
MD5 7a6affa0a4121d43e3ae35eb5434619b
BLAKE2b-256 40f0c1b682ed7e7eb122e8ca941a4845c2f997277e56c96b4cbe96a45140e111

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7744b9853fc55df75f6d37a376432eddd450c1d2072f6ef66b392b7229bccdc6
MD5 180a6ca335161abf715e46d3f5a8a85e
BLAKE2b-256 2974cd54d8386fd2ee2fa121fa9d6e09cc538916b707d2dcb9515df1b6fc3058

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4edac1dd8e5c35b55420925b5486bec4427b07a073cd03f6081b7234ed37217e
MD5 025176517a7f26ce5d2d360b78eaa816
BLAKE2b-256 1cb973eb47e6b70afd771a29b64ae8e8648f30ba04abd4de867211425c757b75

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.1-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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 81fa90d157ef7b2ecd72eedafe9db56d3b0f8c3b392d7a2057f659bfcc1f7cad
MD5 35da7ac6073379df0028a1a0e4d98015
BLAKE2b-256 4e95e1ff6744e958bad2231235b8abb3724f353b976683bcad98129f1c5a4a54

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.1-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.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 701499f0a17ccc8dd80707dbeb3a2e60657a6bdc05be7c8c69fa60eb134e1805
MD5 89024bb65cd9a52840ca97ae2beb7a69
BLAKE2b-256 ecc9ea85cb6b9d85c6d5cc921366c4f38554054ee08e77eedf94169e2f283a63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 733e7b87765ea55202b042b7c84c6b94185ee29fe3a2bd2ee02681c0fd584033
MD5 b6444d3190018d55e5c1508878025064
BLAKE2b-256 9d673e8fa7f3d7d22e9231e51559f818bad204b7b94c0cb84a15ce05823395fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ce633b9d522528959988647dfbd2c9144ad5422dd75e89e60039da36a412fd3c
MD5 379f9676085e87ad37f04a02bc70f674
BLAKE2b-256 08e57d0460a65c5b486ee1d2f56b67ec79a395b529023b1c08002615f0f6fcfa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b5f62ad244b04b7aa5e7d50b06b8bbc582b2f1d0f2c66013051463d63dfe6c5e
MD5 f9908540e57bbd037b77827719d5bf7f
BLAKE2b-256 a7652f428aff966ac8caa069c10145515accf305b6d8b579d0a9e71bb81a6a26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6bda7a64a1263f1c2b6421ae8803db50d4c8a67de95e05d7a38c313de913b0de
MD5 1777970875e0842ee5c42f779935ced4
BLAKE2b-256 bf37a37c9b4f6ea97a0b3a1d37c82832815e6562d9f396702cb5a55c6bee8d29

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.1-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.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 af1e6d5dd122c097f23a7e89f8c2197310e85a4c8e8f63ff94444188d9bc0a4e
MD5 b58746597d1aca40832e7d8cf36c7f8b
BLAKE2b-256 dfe2302d18535cd16820e88fc4a62a6292b802b11d58be03eeb3878fed7ea5a3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.1-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.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c610acdbd2f2d994130341559f26c098df546a1fc187adee3b63a0f489310808
MD5 65be38ea453597d453ceebdb7d59f36e
BLAKE2b-256 45fe88f288668c7eb603cfd5ac364c718b7612a9181167280a7c4aa28a44799d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 45e601f7b1ee2a0c1a261bb0179eba4a9899117404eccf0a573e6497ed507ea8
MD5 67272674ec1cb07b4b5fa7e58ec10c6b
BLAKE2b-256 d3b314c8655bf652d60f9f987552fa5374eedce4084a05a5e035ac3283814914

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 36b7fd85f5813045f10b65caf4cbdad03b51b07076f07b205853a1e44c898e34
MD5 74957d7969ade8b0cb06d0eb4863271b
BLAKE2b-256 23fcfe0ec6c0261b01b485472d355b9286a5d08dbfd9cd1427c8ba9b05ced5c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 88202e42d957a41deff212dcb1d8e16e469d21d09a72ab372ee2f173a22112c8
MD5 5db769a8402629607d405a38e7bfec00
BLAKE2b-256 6c576a808fba1c6eb9aa2804ebc8544c21a712ad90d211a634bd98244f27847f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fdb21332d28567e278008dd6130564ac0f5de8aff364a1e7809a70a0f969df26
MD5 ad7eeb2782dd2208744c9c1152c9e006
BLAKE2b-256 81303f8070b702d4c961a224029f04779d9aaa91cb48ba01e1b0b0f69b7725ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.1-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.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 99764c46fb8df253a3ea9fbb13b132f205561d6227b0d00e673998b18d7280eb
MD5 244f6739bdef109cb8186bc91c23c8d9
BLAKE2b-256 dfab6c2e6d61800e3cb68d4943ef8888a3223008044bd675708b437dff64249f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.1-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.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 127985812c4a2f0106375c4f4916ca68c1559d6b224a050ce75393e454333995
MD5 9acbb911496f55e18ca769448a9fa2fb
BLAKE2b-256 952c9638503710d8593894e2298e439e7be4943cae5a63fe91326973aae16a6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a5a0332d6dac4ebf32cb7f0c8639b22b56c9475cb87bc0a0361f9cdc9c2d08a1
MD5 792820d041334ee133994cafdef81668
BLAKE2b-256 574a69122552e99a1ebfbc0f2d2e139b7a052452c9028e9069b558170f1b0c0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5871b9e38e68b92533fb7c6fbe3eb7b059f5071d4c2e3ff51cedcc73c994afbc
MD5 f9a3415ce31d9d4d493c3ef95a6a2296
BLAKE2b-256 4ba2603f964b9c23724153fae16357b79b5305b1da3a30c0010eb85e957169b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 050719cb42a8847d564af1d8509d7290176e7c4fde6da7be5751303fa8237aed
MD5 c2fa04f2bcc7012c11e6418258488ffa
BLAKE2b-256 c6e2c8396e6086cbd7e273c11cee685c8fac5005bebcd575dfeaaac9acb974ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 219337a3be00df2bf65071d5e4e1e6759afd06310d4ec7b1c9694a5b03b5d8d6
MD5 cf1f48856cc741423597ba036d9398eb
BLAKE2b-256 c88ee040f3af9addd2cfa77dc681c2ab9dd43c77562d2631496201f76e91a78f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.1-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.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 51504bfa2ee207c5c1a38d47b4b91af1bacbd8937b959d947d81fc8f7e023bd8
MD5 d2d8894f86f4a247e72e05d5814eedff
BLAKE2b-256 f35efdfda2b9eac9fd85efa1f46e713be4552977a0d4450fef828f485d7f98db

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.1-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.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 24e66c2ff4d6cfee5b082c3e2c92b40214799888bf2efcca1f70108c3dfedddb
MD5 5af5f833b9bf54bb251f93def83761a0
BLAKE2b-256 547ddd1e65a3e45b3ef1a79995d82257600fa8e3309391d75fb7a3771bc209da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7e4a924ffecb8046fbfe7dff9b69f9938389f094dccab07a378850bf9f889c62
MD5 d21d2e2e26304327f6e4ae5368f2722c
BLAKE2b-256 1fc2373a362d2a4b05a02fd3a6c99b23e7cd90dff3120289f3721f249f38b74a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a70ab2d38b366c7237adce7d54f3028a7825f165a73c137a1746a6b592d26bb2
MD5 1f6469832e7c081066baf656c85e072b
BLAKE2b-256 42f0297f8bc60abcacabd66080106c5dce796f1e145794ce1fa1c9cc3671bd92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 440efca115e70c8cdfc492e98b182e24c565d8e68f26754e28e61cf108a915d9
MD5 843445af8bb9b1f25842d29fe44c05f6
BLAKE2b-256 71f61e49b5f213733d053061966f53bbf2b3e1de22c9f3f1271429c5f09d227e

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