Skip to main content

Python bindings for the PDF toolkit and renderer MuPDF

Project description

PyMuPDF 1.21.1

logo

Release date: December 13, 2022

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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11 Windows x86-64

PyMuPDF-1.21.1-cp311-cp311-win32.whl (10.9 MB view details)

Uploaded CPython 3.11 Windows x86

PyMuPDF-1.21.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

PyMuPDF-1.21.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

PyMuPDF-1.21.1-cp311-cp311-macosx_10_9_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

PyMuPDF-1.21.1-cp310-cp310-win32.whl (10.9 MB view details)

Uploaded CPython 3.10 Windows x86

PyMuPDF-1.21.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

PyMuPDF-1.21.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

PyMuPDF-1.21.1-cp310-cp310-macosx_10_9_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

PyMuPDF-1.21.1-cp39-cp39-win32.whl (10.9 MB view details)

Uploaded CPython 3.9 Windows x86

PyMuPDF-1.21.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

PyMuPDF-1.21.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

PyMuPDF-1.21.1-cp39-cp39-macosx_10_9_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

PyMuPDF-1.21.1-cp38-cp38-win32.whl (10.9 MB view details)

Uploaded CPython 3.8 Windows x86

PyMuPDF-1.21.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

PyMuPDF-1.21.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

PyMuPDF-1.21.1-cp38-cp38-macosx_11_0_arm64.whl (12.4 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

PyMuPDF-1.21.1-cp38-cp38-macosx_10_9_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

PyMuPDF-1.21.1-cp37-cp37m-win32.whl (10.9 MB view details)

Uploaded CPython 3.7m Windows x86

PyMuPDF-1.21.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.0 MB view details)

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

PyMuPDF-1.21.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

PyMuPDF-1.21.1-cp37-cp37m-macosx_10_9_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for PyMuPDF-1.21.1.tar.gz
Algorithm Hash digest
SHA256 f815741a435c62a0036bbcbf5fa6c533567bd69c5338d413714fc57b22db93e0
MD5 be10963679ac6d52b7aed2311ca7e3c5
BLAKE2b-256 30449fce79689e5df7deebe2d17cb2b9b2a6b888439c241e71296e732aefa649

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.21.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.15

File hashes

Hashes for PyMuPDF-1.21.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 dab0459791175dea813e6130e08b9026d3b9d66854f0dbb7ab51ab1619875d24
MD5 7cfc3d2ffc9bb40bc48ad7e369bfa93a
BLAKE2b-256 aac02a7bfe118a5c965aa358da95fe77872d8d4fabadd14ed5f46a55b6ce7cc6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for PyMuPDF-1.21.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 1fc4c8aee186326b3f138be8a4ac16a343e76c8ec45b5afab2d105a5e3b02d80
MD5 54264c7b6719bde0948e69d1473fdb56
BLAKE2b-256 15187037eabe854ee4c5be8cf57cfc362d417a716f5e881411291e6984be2a1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.21.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ff7d01cb563c3ca18880ba6a2661351f07b8a54f6599272be2e3568524e5e721
MD5 b5fc4338d60d9aca0ae5fe1101512bf3
BLAKE2b-256 e2bb76ce95d6c3d294304b458c2477ae64074f600db5a761c59534571ccc65e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.21.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 06860a8e60ba14f25aac5db90803d59b1a2fdac24c2b65dc6f9876ff36df586e
MD5 3bdea9c779821a3282c866004aad9382
BLAKE2b-256 73cc873d325a756bff12a49f315c2b561f9ad3421a92c79dd2ce643006847325

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.21.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb29cbfd34d5ef99c657539c4f48953ea15f4b1e4e162b48efcffa5c4101ce1d
MD5 f2ec1f7970e85a51f743507461db2213
BLAKE2b-256 15d05500875aa80d48e3f7d19f023b06b81e3fe7bda495f13c53baa6b6e7bfd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.21.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ac2f61632bcd4c9532a26b52684ca05a4c8b7b96d6be947134b3e01a420904fd
MD5 0adf7f32ffb6fda6e69fab1e03bac2f1
BLAKE2b-256 de636d8a8d05a6e41dfa5ab358e075a1e619b7eaa3d5128088b071d96aff9478

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.21.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.15

File hashes

Hashes for PyMuPDF-1.21.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c040c9ac98b7a1afc06fe55ffedbf6a305c24bf1c97597838f208c68035971f4
MD5 20ad2982bd14e2641d4f67e1b78a90d9
BLAKE2b-256 6fc8956faf3059fbca56f592011af5b5c317f6aa49a14dffe5dcb5ea67ed5b65

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for PyMuPDF-1.21.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 7e5a1ed49df5eee7834fb37adb5c94354e98b23fa997e67034b157790a31bbfc
MD5 82a050d20989aa919bb1210e9850c7fd
BLAKE2b-256 d4cb1e325b14294e4502a482c8b5f8dbe38e7aab8f8a215b527fd66795a12865

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.21.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e5273ff0c3bf08428ef956c4a5e5e0b475667cc3e1cb7b41d9f5131636996e59
MD5 9c4c422aa3f9d7b49ec6798d3a675748
BLAKE2b-256 e02783c843ef54f5c65874c844a77e216326eb5b2a2fcb08bd7cb0784fb759f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.21.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 36181c4cb27740791d611d0224dd18ac78e23a1f06aa2151394c5b9194b4f885
MD5 85bc65f77708d56cff183f3772ef3e55
BLAKE2b-256 9c904dcdb731e9aaecfa2f10300bf51f4f2d2079083819fd4a109a3e1d331338

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.21.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 19fe49966f3a072a258cdfbab3d8c5b11cb7c2fb7c8e6abf3398d9e55af6f1ca
MD5 2b0e0239626ab1fe19b34c09f642f3c6
BLAKE2b-256 7c24aec29264ce9da88da01d3ebcf3424eae481d846dbce2d362389519060e4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.21.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e334e7baea701d4029faa034520c722c9c55e8315b7ccf4d1b686eba8e293f32
MD5 9ddcbc4658e86c96b5ce7668b4f6a1e3
BLAKE2b-256 5c554103df57c3e83f88b9b8870461214bcb44202cc3f81d0322beaa45ef497a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.21.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.15

File hashes

Hashes for PyMuPDF-1.21.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 069ba56c28cb9b603d016c63f23a21bf22a00c5b2a92286bf3dd6a2759e119d4
MD5 c3dab2dce1fe7f4a020c1b37fc9c426a
BLAKE2b-256 0af1fd5c5f277f5cd7c76363801b0f489c133a1cbd6f96a4a2cec3acd29eeb5b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for PyMuPDF-1.21.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 909afad284c24f25a831b37e433e444dc4cb5b3e38b3f761b1e4acad5c65327d
MD5 7734464f3e5fa68c7be453cca0b67bdf
BLAKE2b-256 450634f41fe6f8884308ef07edf84a89a1a1d525a6f7f3ce649b367f35ff8346

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.21.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2fbb96336c5cc065f6e5359f034a689e4d64ca7697dc5965b03f105b2ecb7ba1
MD5 0fda0136bfe2d5dac38972c5ff0ee9a2
BLAKE2b-256 b6747883ec5bb17c4b11ed735e649e097ca62a10315b87ade689cf0149b577df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.21.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2bb5f9ce33054ebfbf63c41e68606d51e3ad5d85def0af5ebb6f0dd276e61037
MD5 549dca5e48304669fefafab544491028
BLAKE2b-256 21616a82ea468ed8e2ee395acf82cb54baffa7bd09ec45a4eac834a390a86581

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.21.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 18fbdcb35c144b26a3a507bfa73f98401a27819f29dca496eb470b9a1ec09fad
MD5 76df5d406b5e84b9fec8917ec7d2c066
BLAKE2b-256 eef98979970a643e963af321bf9314cbf77af83509abac5111e99e0af9e15658

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.21.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f3ffa9a8c643da39aba80e787d2c1771d5be07b0e15bf193ddd1fda888bbca88
MD5 b15326fafc34952a98f7ec365aa79a4e
BLAKE2b-256 e5889b4207bad0e07afc8d985cdc28c0da85bbed14a6f7cf295660ba77a68c73

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.21.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.15

File hashes

Hashes for PyMuPDF-1.21.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d85c360abd72c14e302a2cefd02ebd01568f5c669700c7fc1ed056e9cdf3c285
MD5 913125681a040ef4a0c05acd349916f9
BLAKE2b-256 9b86a1815f52c46148bb4934a6bea5b2985ed91485468797dcb8cea1cedffa1b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for PyMuPDF-1.21.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 fa0334247549def667d9f5358e558ec93815c78cebdb927a81dda38d681bf550
MD5 7bcebebb3398d4f6013f2e2ed224fd40
BLAKE2b-256 4d8b3ebe806645f92959502c360bc93b571bebf4e6b8d575678f3000bcffca16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.21.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0c85efbc08c83c8d91ae1cc7bb7e06c7cd7e203e9d0ed806ff22db173999f30c
MD5 b212209d353c5190d467cf8bd125c7fa
BLAKE2b-256 ded37b21aabd0a59ea72aedbec8d90c6c49068e17c8484ad15ce4266d5c59d7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.21.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0b08b6afbb656f0e4582a8ee44c2ce0ab6235bb81830ec92d79f6e4893db639c
MD5 ae2c42f6589e7a133f1afabe4931d82a
BLAKE2b-256 1e66b872296c47c7a549bfeb33a9580fd1a5fb8f790da0f6573f333be232df95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.21.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fdba6bf77d1d3cd57ea93181c494f4b138523000ff74b25c523be7dce0058ac9
MD5 5467ab5609cb9cc57eb0f0540efc8bb0
BLAKE2b-256 e51f0c7ec4e8e18cb73461231fe17543ee25782fdb95c2e67a9ed5e7af894027

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.21.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c09cbc7924ddf99452bb0d70438d64753815d75526d6d94293249f1665691d84
MD5 09996ad4d59bb9d303d6e165cbd1e6b8
BLAKE2b-256 3f31301880b7de428c583361ba19f6784a6a6fb65a8f105dee179450c8a260ec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.21.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.15

File hashes

Hashes for PyMuPDF-1.21.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 dddd3fe6fa20b3e2642c10e66c97cfd3727010d3dafe653f16dce52396ef0208
MD5 690d6faebefd994a73a961f4185b5a2b
BLAKE2b-256 9aa299f7bc03a24cb02a9f644764d1916742e3b0a8af7d2c05f004c786e56dfe

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for PyMuPDF-1.21.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 b2b197bb0f00159f4584f51c7bf4d897aa5fb88de3c1f964347047a710c1f1be
MD5 20ec300731ceb0f1192f8a2b733d0b63
BLAKE2b-256 7f0171ed465e1b5e38e3a9fc57f4f021f4c525df3ed156a1c7ffe4deaa0f927c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.21.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bf204723782ca481cd120e1ab124b0d59fd387103e15675ae462415bfa22b3a2
MD5 c1829680da4aa2a0b3d29d4326aa4771
BLAKE2b-256 9dd8dcbdb57e070d42956680206cf1da80299396f59eee52d6c208bb2c338246

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.21.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f99e6c2109c38c17cd5f1b82c9d35f1e815a71a3464b765f41f3c8cf875dcf4c
MD5 f312d48b0e12ac47a87e4d450c4adbac
BLAKE2b-256 750fad2f5533d12b41583c9a8f6a37ff71d8dd65a3aad326cc34875b79fdcbfb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.21.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2a870f02b2767e9371bbb3d0263c3994f59679a64b1b9dd1a6b0d9a15c963d68
MD5 77af8259cb6518e7144088430efbeaed
BLAKE2b-256 5ad28b1f0e87bf230b55b94e8dbccbf9c44fdfecc46461f8727d11b4b45861af

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