Skip to main content

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.

Release files for pymupdf 1.22.5

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pymupdf 1.22.5
File Size Uploaded
PyMuPDF-1.22.5.tar.gz 61.6 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for pymupdf 1.22.5
File
PyMuPDF-1.22.5-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
PyMuPDF-1.22.5-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
PyMuPDF-1.22.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
PyMuPDF-1.22.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
PyMuPDF-1.22.5-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
PyMuPDF-1.22.5-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
PyMuPDF-1.22.5-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
PyMuPDF-1.22.5-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
PyMuPDF-1.22.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
PyMuPDF-1.22.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
PyMuPDF-1.22.5-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
PyMuPDF-1.22.5-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
PyMuPDF-1.22.5-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
PyMuPDF-1.22.5-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
PyMuPDF-1.22.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
PyMuPDF-1.22.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
PyMuPDF-1.22.5-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
PyMuPDF-1.22.5-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
PyMuPDF-1.22.5-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
PyMuPDF-1.22.5-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
PyMuPDF-1.22.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-64 Details
PyMuPDF-1.22.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARM64 Details
PyMuPDF-1.22.5-cp38-cp38-macosx_11_0_arm64.whl CPython 3.8 CPython 3.8 macOS 11.0+ ARM64 Details
PyMuPDF-1.22.5-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
PyMuPDF-1.22.5-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
PyMuPDF-1.22.5-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
PyMuPDF-1.22.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64 Details
PyMuPDF-1.22.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64 Details
PyMuPDF-1.22.5-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details

Total release size:431.5 MB

Release files / PyMuPDF-1.22.5.tar.gz

Download URL PyMuPDF-1.22.5.tar.gz
Size 61.6 MB
Tags Source
SHA-256 checksum
How to use checksums
5ec8d5106752297529d0d68d46cfc4ce99914aabd99be843f1599a1842d63fe9
BLAKE2b-256 checksum
How to use checksums
f66a199e6b76f1cca112510171df0949af1fcf43536812441866e7c9e1d7b01e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / PyMuPDF-1.22.5-cp311-cp311-win_amd64.whl

Download URL PyMuPDF-1.22.5-cp311-cp311-win_amd64.whl
Size 11.8 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
3d71c47aa14b73f2df7d03be8c547a05df6c6898d8c63a0f752b26f206eefd3c
BLAKE2b-256 checksum
How to use checksums
897ce9d2259ec46547bfe4956fde5c4e42c1421acd20c4bcf2da772b4888bb6f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / PyMuPDF-1.22.5-cp311-cp311-win32.whl

Download URL PyMuPDF-1.22.5-cp311-cp311-win32.whl
Size 11.0 MB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
42f59f4999d7f8b35c850050bd965e98c081a7d9b92d5f9dcf30203b30d06876
BLAKE2b-256 checksum
How to use checksums
6fbb62d17402feb10babe33955b7b17967c7a83abd102aa6fac49893e10a8e48
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / PyMuPDF-1.22.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL PyMuPDF-1.22.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 14.2 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
fe8175452fcc99a0af6429d8acd87682a3a70c5879d73532c7327f71ce508a35
BLAKE2b-256 checksum
How to use checksums
c2ced9b515a5533da2d917f3eae2286b394fd9d813178360e374374f63844b65
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / PyMuPDF-1.22.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL PyMuPDF-1.22.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 14.1 MB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
2e74d766f79e41e10c51865233042ab2cc4612ca7942812dca0603f4d0f8f73d
BLAKE2b-256 checksum
How to use checksums
7b05e8eb60448483b6ba7deea936a8cc0e98be9120521a3bdac7371b718ecca8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / PyMuPDF-1.22.5-cp311-cp311-macosx_11_0_arm64.whl

Download URL PyMuPDF-1.22.5-cp311-cp311-macosx_11_0_arm64.whl
Size 12.7 MB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
6fe5e44a14864d921fb96669a82f9635846806176f77f1d73c61feb84ebf4d84
BLAKE2b-256 checksum
How to use checksums
b5f7016c23f678b96821f8708a7b8db67dc784d8ef635668188b9864246a7754
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / PyMuPDF-1.22.5-cp311-cp311-macosx_10_9_x86_64.whl

Download URL PyMuPDF-1.22.5-cp311-cp311-macosx_10_9_x86_64.whl
Size 12.9 MB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
017aaba511526facfc928e9d95d2c10d28a2821b05b9039bf422031a7da8584e
BLAKE2b-256 checksum
How to use checksums
05cfc1f221571dd1c43baaea9e0c27797c88406af7eadedc09876682d9ce857c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / PyMuPDF-1.22.5-cp310-cp310-win_amd64.whl

Download URL PyMuPDF-1.22.5-cp310-cp310-win_amd64.whl
Size 11.8 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
add310c96df6933cfb4ce3821c9c7b5c133e8aa609a4c9416e1c7af546163488
BLAKE2b-256 checksum
How to use checksums
aa11a2471ff50ce0a34eee2803df4882d8ac4497dd5f19c43ebbc9920a1cb4f5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / PyMuPDF-1.22.5-cp310-cp310-win32.whl

Download URL PyMuPDF-1.22.5-cp310-cp310-win32.whl
Size 11.0 MB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
c2fd70ca9961f7871810dce1b7d0a42a69eb8ff2d786621123952bd505a6867e
BLAKE2b-256 checksum
How to use checksums
3fce542d6c7afab56fac74a851ccf1bdf7b6ee6a74568b584629d3ce4c334c6b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / PyMuPDF-1.22.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL PyMuPDF-1.22.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 14.1 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
e7734a32a91eea4b502b8f9d2915cdba0a372226e14fb983876d763110dcefef
BLAKE2b-256 checksum
How to use checksums
734f8960304e81695659d5ac1d669bc90f90a1785f2a66f9781243f139c99004
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / PyMuPDF-1.22.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL PyMuPDF-1.22.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 14.0 MB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
9bc9b9bf0f2beea3911750d2d66247608be8cbad33b7a050cacec9e4c105a1ca
BLAKE2b-256 checksum
How to use checksums
fa7ffd1f0de71b6645d1d74e24d606a18fc8785e5a391e73da6540db349403d3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / PyMuPDF-1.22.5-cp310-cp310-macosx_11_0_arm64.whl

Download URL PyMuPDF-1.22.5-cp310-cp310-macosx_11_0_arm64.whl
Size 12.7 MB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
17efbbf0e2d99d24cfc302fac512928eb294f10b7b67d597d04dafd012812e4e
BLAKE2b-256 checksum
How to use checksums
6efc707bd3ad8e81e4e72db8803a24d43f78ddbb0ecca62b365f7f0ad8010279
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / PyMuPDF-1.22.5-cp310-cp310-macosx_10_9_x86_64.whl

Download URL PyMuPDF-1.22.5-cp310-cp310-macosx_10_9_x86_64.whl
Size 12.9 MB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
640b8e4cb116dd87a3c854e49808a4f63625e663a7bc5b1efc971db5b4775367
BLAKE2b-256 checksum
How to use checksums
f811571dbc09d4291fa3c70a432dc1e2630f6e556984ced09ff6bd8b7f709067
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / PyMuPDF-1.22.5-cp39-cp39-win_amd64.whl

Download URL PyMuPDF-1.22.5-cp39-cp39-win_amd64.whl
Size 11.8 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
f8ca46a6987e14f58ec8dfda2d2376bacd113c1fec5f58bebf90838bb4408ab9
BLAKE2b-256 checksum
How to use checksums
916c2441a32bbb6339003645a61bdd982f0cae0c33dd61484d0641dd1617d904
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / PyMuPDF-1.22.5-cp39-cp39-win32.whl

Download URL PyMuPDF-1.22.5-cp39-cp39-win32.whl
Size 11.0 MB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
0542178c3a399282903705a8cc298e7f33f4770605e0a9db344aff5d375bcf0b
BLAKE2b-256 checksum
How to use checksums
74f1ff6bb8480c5103d9834ab39861c361b7da5251bc289b9496be23dc93a40c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / PyMuPDF-1.22.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL PyMuPDF-1.22.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 14.1 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
30c55814bbf6461aef9b34cb524d1d14857d5ec6ccfbb78ecfb1d07dfc40eeb8
BLAKE2b-256 checksum
How to use checksums
4ee63346b61912592be1b5cba3b4b4fd3b5225e8e84a7a37e84466c22fee5ee6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / PyMuPDF-1.22.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL PyMuPDF-1.22.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 14.0 MB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
fde02fcb387863873b56730f4b9f65515d87c92c12299f0f0a74b3ccdfe35062
BLAKE2b-256 checksum
How to use checksums
125c98a9e7f81c47b666527fd0aaf90bf8e5c2f19b536fd6fa1b0fb4c831105b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / PyMuPDF-1.22.5-cp39-cp39-macosx_11_0_arm64.whl

Download URL PyMuPDF-1.22.5-cp39-cp39-macosx_11_0_arm64.whl
Size 12.7 MB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
01119edb7e4c3dd8c154d237b8ac927bd359eea8d31468f9a89aa308b5bca04e
BLAKE2b-256 checksum
How to use checksums
7e2780686d2bcff6b43663f9bccbdc39f320120163b40874f22efa9a7e5a0892
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / PyMuPDF-1.22.5-cp39-cp39-macosx_10_9_x86_64.whl

Download URL PyMuPDF-1.22.5-cp39-cp39-macosx_10_9_x86_64.whl
Size 12.9 MB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
87b36e0797ab7fbb7ef594c7a6e0febc7ffb4101a42ea796726a8288391a3769
BLAKE2b-256 checksum
How to use checksums
27aab3dc8a0a51e689b4952cb9d7d622da2490d7b4323532a55945edb625b97d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / PyMuPDF-1.22.5-cp38-cp38-win_amd64.whl

Download URL PyMuPDF-1.22.5-cp38-cp38-win_amd64.whl
Size 11.8 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
4fbc5bfe6ecc53929e3fd0db9846fb7da084ddb4b1fc1063857245fa783974d9
BLAKE2b-256 checksum
How to use checksums
937950c050f2f0fd03d69e06e7ab65b265505367f0d89edc941a129a9801cbc9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / PyMuPDF-1.22.5-cp38-cp38-win32.whl

Download URL PyMuPDF-1.22.5-cp38-cp38-win32.whl
Size 11.0 MB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
3d0fe749e648f5245059d5f771fb50c1a988a1d2e82268b56377b2176a9fee5d
BLAKE2b-256 checksum
How to use checksums
d669cb4c6098f3baf819737f40faf31ca5b1776890295759e0cbb2adf0e11b36
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / PyMuPDF-1.22.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL PyMuPDF-1.22.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 14.1 MB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
efa601dc4116c17a6b09255b031b5a1891e3ac18b50ec536452a725a6b75db8d
BLAKE2b-256 checksum
How to use checksums
cadd3301dba92880ed2b0f283074320d1d00ba9afe5d98334239b8a1ba519563
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / PyMuPDF-1.22.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL PyMuPDF-1.22.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 14.0 MB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
d0c22046e5f2cf0d72f9809a967340db1b238fefe58322896bc7c3f3d1d10b42
BLAKE2b-256 checksum
How to use checksums
f16c0587311487c5bf2113e9e87745f080c76ea41d8c1b02e319cfc4fc454813
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / PyMuPDF-1.22.5-cp38-cp38-macosx_11_0_arm64.whl

Download URL PyMuPDF-1.22.5-cp38-cp38-macosx_11_0_arm64.whl
Size 12.7 MB
Tags CPython 3.8 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
7562436dadf8382e59ac3739fbbf9d5b2d807fafc7f28cb884863430e0de6505
BLAKE2b-256 checksum
How to use checksums
a8339db75b5524622b1ccaf3967f06a9231598f7f9e479ef71050fc5df6f99d1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / PyMuPDF-1.22.5-cp38-cp38-macosx_10_9_x86_64.whl

Download URL PyMuPDF-1.22.5-cp38-cp38-macosx_10_9_x86_64.whl
Size 12.9 MB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
64ae9f81b8fe0a3e6386a24887a92736793479c5918ecac3b7deac2d02abf1f2
BLAKE2b-256 checksum
How to use checksums
01f2c1481c1cc179b9a501a60a1b00906b0e1bdb5fa22034d6f4c91d93c505ad
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / PyMuPDF-1.22.5-cp37-cp37m-win_amd64.whl

Download URL PyMuPDF-1.22.5-cp37-cp37m-win_amd64.whl
Size 11.7 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
7c8c0f686865e330de90b93d53b100f7f07c2f10f5449ceb721121f459f7cc4a
BLAKE2b-256 checksum
How to use checksums
0dc749131a609e4fffd1fd2b8c5e2eb2b31fb72778206d226336eb9f1f0e58c4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / PyMuPDF-1.22.5-cp37-cp37m-win32.whl

Download URL PyMuPDF-1.22.5-cp37-cp37m-win32.whl
Size 11.0 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
411fc35f6dae16ec940b6b0406e84be6ff29f93b30908ea1427e2a4bd594d4ba
BLAKE2b-256 checksum
How to use checksums
43d00a5f66e9615133fc6c1f6f608ed2bbcb9eedb25996b51d1d1c9d05641336
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / PyMuPDF-1.22.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL PyMuPDF-1.22.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 14.1 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
d02ee28663077f15d529b04d27588b174fa937daf73a294df279bbf70c468f5c
BLAKE2b-256 checksum
How to use checksums
11113b33290b8f7046a761e11d4bffd032a1f21e84638e2002ebd44d16e3c402
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / PyMuPDF-1.22.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL PyMuPDF-1.22.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 14.0 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
7b04a83ddcb3f7c935c75a1f7f6050c85fe4062a2ea64c47ee6bda788d037761
BLAKE2b-256 checksum
How to use checksums
e8947ae8abd5b15aff23533b6379ab99bce943322fed32f55601bc480a8340f9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / PyMuPDF-1.22.5-cp37-cp37m-macosx_10_9_x86_64.whl

Download URL PyMuPDF-1.22.5-cp37-cp37m-macosx_10_9_x86_64.whl
Size 12.9 MB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
4bcad7ea4b3ab82c46fe8da27ec738d38c213ed9935ef67d98ed09574d9a234e
BLAKE2b-256 checksum
How to use checksums
9eb5ceb2e9f912b2890da1e5652ca3666f3e618e2f65473709a37b57a4101869
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release history Release notifications | RSS feed

1.27.2

9 release files

1.27.1

8 release files

1.26.7

8 release files

1.26.5

8 release files

1.26.4

8 release files

1.26.1

8 release files

1.26.0

8 release files

1.25.5

8 release files

1.25.4

8 release files

1.25.2

8 release files

1.25.1

8 release files

This release

1.22.5 This release

30 release files

1.10.0

1.9.2

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page