Skip to main content

Python bindings for the PDF toolkit and renderer MuPDF

Project description

PyMuPDF 1.22.5

logo

Release date: June 21, 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.5.tar.gz (61.6 MB view details)

Uploaded Source

Built Distributions

PyMuPDF-1.22.5-cp311-cp311-win_amd64.whl (11.8 MB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

PyMuPDF-1.22.5-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.5-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.5-cp311-cp311-macosx_11_0_arm64.whl (12.7 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

PyMuPDF-1.22.5-cp311-cp311-macosx_10_9_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

PyMuPDF-1.22.5-cp310-cp310-win_amd64.whl (11.8 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

PyMuPDF-1.22.5-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.5-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.5-cp310-cp310-macosx_11_0_arm64.whl (12.7 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

PyMuPDF-1.22.5-cp310-cp310-macosx_10_9_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

PyMuPDF-1.22.5-cp39-cp39-win_amd64.whl (11.8 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

PyMuPDF-1.22.5-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.5-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.5-cp39-cp39-macosx_11_0_arm64.whl (12.7 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

PyMuPDF-1.22.5-cp39-cp39-macosx_10_9_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

PyMuPDF-1.22.5-cp38-cp38-win_amd64.whl (11.8 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

PyMuPDF-1.22.5-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.5-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.5-cp38-cp38-macosx_11_0_arm64.whl (12.7 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

PyMuPDF-1.22.5-cp38-cp38-macosx_10_9_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

PyMuPDF-1.22.5-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.5-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.5-cp37-cp37m-macosx_10_9_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.5.tar.gz
  • Upload date:
  • Size: 61.6 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.5.tar.gz
Algorithm Hash digest
SHA256 5ec8d5106752297529d0d68d46cfc4ce99914aabd99be843f1599a1842d63fe9
MD5 4621e17962724967161285bc55f8caf4
BLAKE2b-256 f66a199e6b76f1cca112510171df0949af1fcf43536812441866e7c9e1d7b01e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 11.8 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.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3d71c47aa14b73f2df7d03be8c547a05df6c6898d8c63a0f752b26f206eefd3c
MD5 f5dc963bc9483ebe4e830f4207f0eb7d
BLAKE2b-256 897ce9d2259ec46547bfe4956fde5c4e42c1421acd20c4bcf2da772b4888bb6f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.5-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.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 42f59f4999d7f8b35c850050bd965e98c081a7d9b92d5f9dcf30203b30d06876
MD5 f4d3fdfedcf789d86ae59ab8a4eab12d
BLAKE2b-256 6fbb62d17402feb10babe33955b7b17967c7a83abd102aa6fac49893e10a8e48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fe8175452fcc99a0af6429d8acd87682a3a70c5879d73532c7327f71ce508a35
MD5 af7da148f65a3c532da60e8f0a71f83a
BLAKE2b-256 c2ced9b515a5533da2d917f3eae2286b394fd9d813178360e374374f63844b65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2e74d766f79e41e10c51865233042ab2cc4612ca7942812dca0603f4d0f8f73d
MD5 3289b608c63d288ddee24395842489fa
BLAKE2b-256 7b05e8eb60448483b6ba7deea936a8cc0e98be9120521a3bdac7371b718ecca8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6fe5e44a14864d921fb96669a82f9635846806176f77f1d73c61feb84ebf4d84
MD5 e4c6600e808700f3ba3abcdba910da87
BLAKE2b-256 b5f7016c23f678b96821f8708a7b8db67dc784d8ef635668188b9864246a7754

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.5-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 017aaba511526facfc928e9d95d2c10d28a2821b05b9039bf422031a7da8584e
MD5 9bccd2267292050f75b20e52bd9b0a76
BLAKE2b-256 05cfc1f221571dd1c43baaea9e0c27797c88406af7eadedc09876682d9ce857c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 11.8 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.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 add310c96df6933cfb4ce3821c9c7b5c133e8aa609a4c9416e1c7af546163488
MD5 fd12b9e5a589a6c7b63eaa2b7f6abacc
BLAKE2b-256 aa11a2471ff50ce0a34eee2803df4882d8ac4497dd5f19c43ebbc9920a1cb4f5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.5-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.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c2fd70ca9961f7871810dce1b7d0a42a69eb8ff2d786621123952bd505a6867e
MD5 a6997106bcde0b889d0ccc53931654ca
BLAKE2b-256 3fce542d6c7afab56fac74a851ccf1bdf7b6ee6a74568b584629d3ce4c334c6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e7734a32a91eea4b502b8f9d2915cdba0a372226e14fb983876d763110dcefef
MD5 b76a78aec14107b5d2192ed713edc287
BLAKE2b-256 734f8960304e81695659d5ac1d669bc90f90a1785f2a66f9781243f139c99004

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9bc9b9bf0f2beea3911750d2d66247608be8cbad33b7a050cacec9e4c105a1ca
MD5 e6304e9b4f18c4367d2a47890daa171f
BLAKE2b-256 fa7ffd1f0de71b6645d1d74e24d606a18fc8785e5a391e73da6540db349403d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 17efbbf0e2d99d24cfc302fac512928eb294f10b7b67d597d04dafd012812e4e
MD5 905c1d7fdab897247ae94fb7afd3ea43
BLAKE2b-256 6efc707bd3ad8e81e4e72db8803a24d43f78ddbb0ecca62b365f7f0ad8010279

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.5-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 640b8e4cb116dd87a3c854e49808a4f63625e663a7bc5b1efc971db5b4775367
MD5 e504c9279b5aa3a1581a808aff2b7ac6
BLAKE2b-256 f811571dbc09d4291fa3c70a432dc1e2630f6e556984ced09ff6bd8b7f709067

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 11.8 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.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f8ca46a6987e14f58ec8dfda2d2376bacd113c1fec5f58bebf90838bb4408ab9
MD5 98aeda7c6057a1a00fc3e9350ee88572
BLAKE2b-256 916c2441a32bbb6339003645a61bdd982f0cae0c33dd61484d0641dd1617d904

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.5-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.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 0542178c3a399282903705a8cc298e7f33f4770605e0a9db344aff5d375bcf0b
MD5 01f7009a6acca1d0e4811e67c7221f2a
BLAKE2b-256 74f1ff6bb8480c5103d9834ab39861c361b7da5251bc289b9496be23dc93a40c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 30c55814bbf6461aef9b34cb524d1d14857d5ec6ccfbb78ecfb1d07dfc40eeb8
MD5 e56a86d3e4f50a05478ac932bbaab750
BLAKE2b-256 4ee63346b61912592be1b5cba3b4b4fd3b5225e8e84a7a37e84466c22fee5ee6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fde02fcb387863873b56730f4b9f65515d87c92c12299f0f0a74b3ccdfe35062
MD5 86185ad0cb35f4c0421e47b06ed93351
BLAKE2b-256 125c98a9e7f81c47b666527fd0aaf90bf8e5c2f19b536fd6fa1b0fb4c831105b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 01119edb7e4c3dd8c154d237b8ac927bd359eea8d31468f9a89aa308b5bca04e
MD5 e56885b4e47f2260d5967124b44a45bf
BLAKE2b-256 7e2780686d2bcff6b43663f9bccbdc39f320120163b40874f22efa9a7e5a0892

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.5-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 87b36e0797ab7fbb7ef594c7a6e0febc7ffb4101a42ea796726a8288391a3769
MD5 bc713cd989466a271b6c2d3595d4afd6
BLAKE2b-256 27aab3dc8a0a51e689b4952cb9d7d622da2490d7b4323532a55945edb625b97d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.5-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 11.8 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.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 4fbc5bfe6ecc53929e3fd0db9846fb7da084ddb4b1fc1063857245fa783974d9
MD5 999d9b222b0c1aeabeedbff14ec347b9
BLAKE2b-256 937950c050f2f0fd03d69e06e7ab65b265505367f0d89edc941a129a9801cbc9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.5-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.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 3d0fe749e648f5245059d5f771fb50c1a988a1d2e82268b56377b2176a9fee5d
MD5 3d42e87c5b3f04df3be4dcbac933ed77
BLAKE2b-256 d669cb4c6098f3baf819737f40faf31ca5b1776890295759e0cbb2adf0e11b36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 efa601dc4116c17a6b09255b031b5a1891e3ac18b50ec536452a725a6b75db8d
MD5 d0b28d08522ec4abc709419daa890559
BLAKE2b-256 cadd3301dba92880ed2b0f283074320d1d00ba9afe5d98334239b8a1ba519563

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d0c22046e5f2cf0d72f9809a967340db1b238fefe58322896bc7c3f3d1d10b42
MD5 125e04f6ce201af7b12367bc7a9e27d8
BLAKE2b-256 f16c0587311487c5bf2113e9e87745f080c76ea41d8c1b02e319cfc4fc454813

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.5-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7562436dadf8382e59ac3739fbbf9d5b2d807fafc7f28cb884863430e0de6505
MD5 0f662844774b6df02b4e506de1814faf
BLAKE2b-256 a8339db75b5524622b1ccaf3967f06a9231598f7f9e479ef71050fc5df6f99d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 64ae9f81b8fe0a3e6386a24887a92736793479c5918ecac3b7deac2d02abf1f2
MD5 9edd90565e03e202a3a1ee3e799e8e83
BLAKE2b-256 01f2c1481c1cc179b9a501a60a1b00906b0e1bdb5fa22034d6f4c91d93c505ad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.5-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.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 7c8c0f686865e330de90b93d53b100f7f07c2f10f5449ceb721121f459f7cc4a
MD5 8e83800661ef222b5cf7125a4ff47150
BLAKE2b-256 0dc749131a609e4fffd1fd2b8c5e2eb2b31fb72778206d226336eb9f1f0e58c4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.5-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.5-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 411fc35f6dae16ec940b6b0406e84be6ff29f93b30908ea1427e2a4bd594d4ba
MD5 3fc9dba2b55909e32df2bffc02ae179c
BLAKE2b-256 43d00a5f66e9615133fc6c1f6f608ed2bbcb9eedb25996b51d1d1c9d05641336

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d02ee28663077f15d529b04d27588b174fa937daf73a294df279bbf70c468f5c
MD5 fd8e6e51dcb1f7940fb5fa8e76eac2d3
BLAKE2b-256 11113b33290b8f7046a761e11d4bffd032a1f21e84638e2002ebd44d16e3c402

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7b04a83ddcb3f7c935c75a1f7f6050c85fe4062a2ea64c47ee6bda788d037761
MD5 50e8d7448788453ec8cb1ba3b17bb17b
BLAKE2b-256 e8947ae8abd5b15aff23533b6379ab99bce943322fed32f55601bc480a8340f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.5-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4bcad7ea4b3ab82c46fe8da27ec738d38c213ed9935ef67d98ed09574d9a234e
MD5 1987c76add995a3bfb16f34df1956b59
BLAKE2b-256 9eb5ceb2e9f912b2890da1e5652ca3666f3e618e2f65473709a37b57a4101869

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