Skip to main content

Python bindings for the PDF toolkit and renderer MuPDF

Project description

PyMuPDF 1.22.0

logo

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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 macOS 11.0+ ARM64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

PyMuPDF-1.22.0-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.0-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.0-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.0.tar.gz.

File metadata

  • Download URL: PyMuPDF-1.22.0.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.0.tar.gz
Algorithm Hash digest
SHA256 6e1694e5c0cd8b92d503a506ee8e4ba1bed768528de586889d3ec90e9dc4a7d3
MD5 468fe56375a1fca99e83fe0aa0b9f8bd
BLAKE2b-256 28bad6bb6fd678e8396d7b944870286fb25fd6f499b8cb599b5436c8f725adbf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.0-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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ca09707352e506307a47aef69ecdcc340cb56720d5325390d4cfafadb6f05f9c
MD5 efc31ff8b12864dfb79219df16994451
BLAKE2b-256 8891450332d9494ca8e83cc8c753ad433a442eedd89791e8f13f4b2888974d23

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.0-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.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 7643045803d91a3933590f7980bd5df876a4f30c9254cc16fdf310a6a4db70a3
MD5 bb09eea5c5bf8d4f4e1c060b1ad0ed1a
BLAKE2b-256 1898d48f640803d016b471759c2bf935f91c2b25eef97d8212a2abc18f81a028

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5e55ce8ff69ac28b28db926bed381ca4e97afdeb95ec0b21161bdacfd4056bec
MD5 249d9aa7001a90bf7573d5f0c1f8c48f
BLAKE2b-256 af2b2f26af4988961af6a526f246f0f8b964b3ecef3dc21833b4161d312df079

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 26f64ade0a0e6e4c508b65a4d72bd875691cf51bb15a2a6051288f6d33816450
MD5 7dea0b758dd2e32a3c92c609e8052a74
BLAKE2b-256 f5c9e15a4cc0fb10511bbbcc1fe6dc1be699764d1d3eb0334d7c0d958d3431a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b7cb8b367a552f33af4806d8d451c8afc94368ff16e16a3779d360a2f54d22c8
MD5 bc72a07a381bdab72f9c187fa0b9a81a
BLAKE2b-256 8ea9bd98413bd7283eda91e03cadd6e2c24b2c689d4bd4ad1632f79cacc39116

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5266cb749873ece1e1e268d6ea693e98088d68482e1ff2279c022f88e2b6b69f
MD5 7a7ca04951f04b3fa19886c807b0db06
BLAKE2b-256 9c871d0ad20cd5977b9f8580eb1b85eab7a1214227528ee7b3cdd56d73af982c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.0-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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f20897200a01e967aa9fe87fd9f80786c73c4cae78e9fa4d3e73c9c23e6360d6
MD5 c85d16515614479b97d679646b5551a0
BLAKE2b-256 fc7b1874e3bb3edff0667e5944b148fcd89424d9f361b22fa52a53d2202aedc0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.0-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.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 06528ee7a6897044898a137114e9b5c15d8fe0ee37d924377e89a492dc178a7b
MD5 b89cc634d301cf16c3c07f83205714f3
BLAKE2b-256 e38c5ad379d49579a47a0c59ca88416637022d3c4303e5719d511aeaca7d13b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e8bb785bcb790d99d989e3a8306189bb7183536e57ef6b30d0669cde931159a5
MD5 baed98e61fdbf19def21239a185acf3f
BLAKE2b-256 c1b69c06c486b79573fbc9d47361fc67bf52fccf9fe08e87d92d3a3bce305096

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cabd8c508b41f32b504251abe7f866a6000e188d5022ac690f838cad1cbeacbf
MD5 c70761a198edffb4fafcd3708e70b84a
BLAKE2b-256 72caeefbb3cf1d9e9474b3e601a63f9216006762799a7ca25ff9b53f8e655fe4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4812abe23d489ae1526d2b907930251ed2b23b5ef3c8bb335b89770f56a8b3f1
MD5 1f9defa64c549316664b2e0252930077
BLAKE2b-256 b4c202d4ef3d15bc265832c570987a57984c282a65d9ea98225ce167a099dadd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a3e7f369b4dba0f554caf2ee6dfb118c2e1bdc63f0e663d68ba44f974b2eebde
MD5 95a3e1d46b5f5c2aeb7b83fd2c3759c1
BLAKE2b-256 da1d20dd7d607638fcfdee04deb86d369aa77a1f62bddfa664bbdbf6bf88f95e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.0-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.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e31ce3675cd92fe2bc585892f31ddf8bf8b5ffeb1a8a1579515d766f06f32ac2
MD5 8ffdfa0e5718c844c4d0464d1cc54e8f
BLAKE2b-256 add3030e1a86da35fa0865d970e4c67ff546595668f2e513424703cf461fedef

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.0-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.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d18c7eee58ab67ef78f6efcee09f4cd0f3d4416a6ce1b15d962320ba76f462e6
MD5 50b628269b9560efa61aed96cc380df0
BLAKE2b-256 cc53857c436b031340469599ecb938c23f4aefe94230f6a024c70dcbcbc23b7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b5d1fe167cd558b34f6ceae424d826b993e2c1e6cc8ace10e9bfab9cde1737f5
MD5 a96d621ff317df4a5c348c21bd35cd40
BLAKE2b-256 25053fde290e1ebe1621f1c96730588a8966424a0d636962b4c4f42167513e38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c6c1eaa52ae17950b9970b5da1b5b5aaaab7f11681314a41530e2c1f5e10e4ec
MD5 dc12e17fca414ce4783b90d5649fc600
BLAKE2b-256 93f3e9bf1dd7bf9c614b16aa56984867a3e2194ab9e42de63f305c623f1cb063

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 55afc0d990e62ded4475b7a8aea94f08a3a32bcb4d5965f13f75b0c1faa1d460
MD5 bca825e57b9b64499ff990281cc2272a
BLAKE2b-256 cbb37c7b7ba4392d82a22e4921a2ebdd9bea29417dde56f2bc52c88b75a5c145

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9ee55e821d740fb83f16b50c8429f4d9df7bbdaf35ea0ac5c8cb4cfe57315995
MD5 43f8f62be3807bc1e3409cc8ac0d71b7
BLAKE2b-256 8042972da6eb12a5b2acdfa051fdf4f1d960fa8fccac2fd9bb2a589f5eaecad2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.0-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.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 4d7e1357636b40c12d45d53a8503b30acabe9af4ba9da984ef5a726572523cb0
MD5 c22e4ff53e9050e7db18d3f7464c5f51
BLAKE2b-256 04911319445cd7f97732895deb74f19d91e4dc32c387a0ede02f4a1374631fa8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.0-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.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 3f5cdef73744c6c30d08a9a44d02eec0d4ca78231657f270995b81e439f66dde
MD5 b243c0437d875be570a089a15dc91134
BLAKE2b-256 1c7566667bf0c293dac2a1c5ac0ea31aaec952100c5d2e1fa68666ab6c033531

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 982ffa5bf1298cda7dde4d4274535ef05cb16bb37877b0cb743aa4236118a5c6
MD5 4dae397f52eaacc7d39611319f19ebb7
BLAKE2b-256 c89ad9bc1f709a70dc5f3706c1f844c157b77431da380530d373f14fc6a36ccd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 363a71e70cff1a7607d7b24dda8ea9c8fb85c147026c934c7ecf6f7c30d2159b
MD5 928f89743de8994e792f8976574bd111
BLAKE2b-256 487f6b391bf8ca7e577b11451c745bad156c15d0d7f333d6c678e600a6de0fc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d86816439954e015e59340a699845d98b88affd64b70e2e94de6cb1383772486
MD5 bdc05eb6a87957d523fb980d6f066d06
BLAKE2b-256 c5110e8dc60635bdc4965b43fe1883d9ad7cac2b9da59ae94ecd5fd11d8af3f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d962e99eefce970f3122534bec960c77201675297aefe1ca386b7479fa57b477
MD5 41498cac5d0f427575decdae247f4fec
BLAKE2b-256 165001da1a802ec9a3ea8ca0d13bdece8f7d4787cc56eb549166e5e27e4a163f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.0-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.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 e1a83d1f2909fc9765bd6c504af8a5e4e0465df7ea8084993fcdea76e995f8af
MD5 4497cb708ffcb50feccc2ffd2f9b491c
BLAKE2b-256 a9618cb1b5692ce825d90e06c9957246de3a509ee9b2df332778d0caac458d39

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.0-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.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 559e0853124e758e1742bc927acc89448ba6b716e05f6211d64e328cbde90784
MD5 c938d452e6c9e0f32216582f64e89314
BLAKE2b-256 f3e2cde0c4c5e083ccca7d82f88e3860fc89ed922bd8c6941d6c844c3bd7af7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8bd082616fcbfc20187da4941307cca719d8a6426b0d907698d4211654be6ee0
MD5 81f93d1e4f128af6d9eee5fd8230878b
BLAKE2b-256 572b6fa34949bfa57e5909f70e4fba735711b9a7d519935ab6f780376092b201

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 af1d0b0c3ca2fc82e5cfdd8ab511658dc99ee801ee429e7c50cf0077df88cb40
MD5 0a57d1b5bc03fdded2b5af71ecd9c813
BLAKE2b-256 43cb207f7d47818f5660eeaac63757834e58749cc5f9875a0499903ee4d9ef4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e2245a0ba4ce522a5c8812b4b8dac83a43b63e8f4286cd55a80eef932547b019
MD5 6fe4e0f83156fdc01bd924b87d54b48c
BLAKE2b-256 a893213ab63f292e1bb294ca1aa0e8e0f92cd12d03d028c3ccf651b25c19bd57

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 Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page