Skip to main content

Python bindings for the PDF toolkit and renderer MuPDF

Project description

PyMuPDF 1.19.2

logo

Release date: November 20, 2021

On PyPI since August 2016: Downloads

Author

Jorj X. McKie, based on original code by Ruikai Liu.

Introduction

PyMuPDF (current version 1.19.2) is a Python binding with support for MuPDF (current version 1.19.*), a lightweight PDF, XPS, and E-book viewer, renderer, and toolkit, which is maintained and developed by Artifex Software, Inc.

MuPDF can access files in PDF, XPS, OpenXPS, CBZ, EPUB and FB2 (e-books) formats, and it is known for its top performance and high 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..

In partnership with Artifex, PyMuPDF is now also available for commercial licensing. This agreement has no impact on use cases, that are compliant with the open-source license AGPL. Please see the "License and Copyright" section below for additional information.

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 in various formats from the following sources. It currently is a combination of reference guide and user manual. For a quick start look at the tutorial and the recipes chapters.

  • You can view it online at Read the Docs. This site also provides download options for PDF.
  • The search function on Read the Docs does not work for me currently. If you want a working searchable local version, please download a zipped HTML for here.
  • Find a Windows help file here.

The latest changelog can be viewed here.

Installation

PyMuPDF requires Python 3.6 or later.

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:

python -m pip install --upgrade pip
python -m pip install --upgrade pymupdf

There are no mandatory external dependencies. However, some optional features become available 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.

Starting with v1.18.15, to minimize network traffic we no longer redundantly store wheels in this repository's releases folder. You can find older versions back to v1.9.2 on PyPI. Sources for every release continue to be stored in here.

Other platforms require installation from sources, follow these instructions in the documentation.

Note: If pip cannot find a wheel that is compatible with your platform, it will automatically start an installation from sources - which will fail if MuPDF is not installed on your system.

This repo's folder installation contains several platform-specific source installation scripts contributed by users. You may also find the following Wiki pages useful:

License and Copyright

In order to comply with MuPDF’s dual licensing model, PyMuPDF has entered into an agreement with Artifex who has the right to sublicense PyMuPDF to third parties.

PyMuPDF and MuPDF are now 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. © 2021 Artifex Software, Inc. All rights reserved.

Contact

Please use the Discussions menu for questions, comments, or asking for help, and submit issues here. If you wish, you can also contact me directly via jorj.x.mckie@outlook.de.

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

Uploaded Source

Built Distributions

PyMuPDF-1.19.2-cp310-cp310-win_amd64.whl (6.3 MB view details)

Uploaded CPython 3.10 Windows x86-64

PyMuPDF-1.19.2-cp310-cp310-win32.whl (5.8 MB view details)

Uploaded CPython 3.10 Windows x86

PyMuPDF-1.19.2-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ x86-64

PyMuPDF-1.19.2-cp310-cp310-macosx_10_9_x86_64.whl (7.6 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

PyMuPDF-1.19.2-cp39-cp39-win_amd64.whl (6.3 MB view details)

Uploaded CPython 3.9 Windows x86-64

PyMuPDF-1.19.2-cp39-cp39-win32.whl (5.8 MB view details)

Uploaded CPython 3.9 Windows x86

PyMuPDF-1.19.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

PyMuPDF-1.19.2-cp39-cp39-macosx_10_9_x86_64.whl (7.6 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

PyMuPDF-1.19.2-cp38-cp38-win_amd64.whl (6.3 MB view details)

Uploaded CPython 3.8 Windows x86-64

PyMuPDF-1.19.2-cp38-cp38-win32.whl (5.8 MB view details)

Uploaded CPython 3.8 Windows x86

PyMuPDF-1.19.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

PyMuPDF-1.19.2-cp38-cp38-macosx_10_9_x86_64.whl (7.6 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

PyMuPDF-1.19.2-cp37-cp37m-win_amd64.whl (6.3 MB view details)

Uploaded CPython 3.7m Windows x86-64

PyMuPDF-1.19.2-cp37-cp37m-win32.whl (5.8 MB view details)

Uploaded CPython 3.7m Windows x86

PyMuPDF-1.19.2-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (8.7 MB view details)

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

PyMuPDF-1.19.2-cp37-cp37m-macosx_10_9_x86_64.whl (7.6 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

PyMuPDF-1.19.2-cp36-cp36m-win_amd64.whl (6.3 MB view details)

Uploaded CPython 3.6m Windows x86-64

PyMuPDF-1.19.2-cp36-cp36m-win32.whl (5.8 MB view details)

Uploaded CPython 3.6m Windows x86

PyMuPDF-1.19.2-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

PyMuPDF-1.19.2-cp36-cp36m-macosx_10_9_x86_64.whl (7.6 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.2.tar.gz
  • Upload date:
  • Size: 2.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for PyMuPDF-1.19.2.tar.gz
Algorithm Hash digest
SHA256 964bbacddab9cba6cd2c8f388429fe4a97c0775b3096a13ac15724f5a1a2c58d
MD5 d97431ac5e4f0442ccfc9d294b29790a
BLAKE2b-256 c00101462039ba991b2d61adeb2898cdc3b43bca05fa5c71c6e68b3a8d89c736

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 6.3 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for PyMuPDF-1.19.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a8f5afd83dc622351f5c1693a25e2378baaafd80b02c6f909938b75fcd41963c
MD5 be4f0a79870aee575dd3d391b0388e7b
BLAKE2b-256 b9a8ebcc8d8a09a39f3567f21fac44e9208f7b412bbb2266330dac25c31c0acc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 5.8 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for PyMuPDF-1.19.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 7de28525e8d67f6767677a7a4db0c3bf3aa4c34ed99c0dfff36d8e9f6dbcde4b
MD5 73eb6db6127e16c3d7cbf6d19d378043
BLAKE2b-256 e41d420b657928089579a278dd65195245e19f1cbeb936e7d7daac05a85abb01

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.19.2-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.19.2-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c4e044ff278e36bd4bce1748bd7270d2c768b26fbee3701d0eabb017824c1b90
MD5 93757517caeae51573634fc89e04bd79
BLAKE2b-256 d3076278ba88c9b28a77c99f37b9efe9c002046c799837d7e9f1cff7f9027836

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.2-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 7.6 MB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for PyMuPDF-1.19.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3907f59221da3e1547c379bb3b5551df489433175d036494a15cb5791c20a677
MD5 7d87061ed156d077a3e6dc0c0166f0d1
BLAKE2b-256 60b4ec87c0cb3b9b040bdd0d3aa6d128191737168e24d4f9db50969eadb84291

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 6.3 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for PyMuPDF-1.19.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 00b2606e2ecc486fa97b1f91e86ac21133193a915f07aa74993b2f06b3fe9e2e
MD5 2acb760c163250a5f3ec9ca646c4ccda
BLAKE2b-256 70e054dd4e56f3d25ddd0914ab018e4362411a81240c1ebbec6c1403531fb36b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 5.8 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for PyMuPDF-1.19.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 da0268dc8a094cfd06692c82a9bf670b0809e255241158bdf220b51fc54453a5
MD5 f6f6d60d308f5f53c197dd1824b50835
BLAKE2b-256 08fcc9376993c70707ea25b6f620bd0fc6f267d6435aa155f143a6beb8844832

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.19.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.19.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 06a85007504c91261c6c4d1e876ed88ba052b1efe7a712870880106e7cbabe90
MD5 a8c287a0c6dd9b0014f0afabae6e87f2
BLAKE2b-256 65c4c6f1ac7c25d28c7cabff756617bd735e6be2160e762a48e2adcf06bf2382

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.2-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 7.6 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for PyMuPDF-1.19.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f56f3ccec0b09c2426de19fef60c59b1754934ab686614056956a478e9f4f59e
MD5 57ae80e3f733a65767c55e7051c28076
BLAKE2b-256 e56e42f91a17bf16bda93ed4e5f51d922112fa9e9d9db25864c7fcd7ad187cec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 6.3 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for PyMuPDF-1.19.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 37627ed2cc5abbbb527279423b0a41486e8b32729c09c2d66c8ab32ee1710407
MD5 18f03d378f9e4308b77a0830bff3e4ae
BLAKE2b-256 a6f057af89678425844c14b972a4b6a3d889555afe0bdda537ff3191c65ed162

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 5.8 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for PyMuPDF-1.19.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 481227be40ff7e67f262e8d71e37608a419d0168a16db875ebbf3266fb5e768f
MD5 62ab243b5d5bd95e4d237468f150e135
BLAKE2b-256 62a08cfe3670bd9f7a61b7a46a2d9a6843566614955d802e291e567438c80118

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.19.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.19.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 98278c948e51a8be804e07bfe57668a8d3d7620d7dfefec2ee5c660cacbe68ac
MD5 e03e59b77d4da20522b494ea91b7d6c2
BLAKE2b-256 13ae6b1f3a5cb86b08521b60aa5acc3567cc9f97856afe8269705c24093b9594

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.2-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 7.6 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for PyMuPDF-1.19.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1c0b85602220d659d50035232f46c48ab080c4b51043d4baab3b0b402e454279
MD5 3788bc5f48031475fd2645f17f84274e
BLAKE2b-256 c9f5fbc3416a66115ac5aa2ecd690311db6bfe23ce2b89fd3b4b7baf3e443c7e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 6.3 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for PyMuPDF-1.19.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 f19ced62493b627bf2ff3b968949b0b223f8d535301bd504f9508bddc448244d
MD5 7bba2586993b194ef077fc4dff226e5b
BLAKE2b-256 a69ceaf556e417774a51231cc3782c277efffed7fe43172db7d71add8cf2cc1c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 5.8 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for PyMuPDF-1.19.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 e6aaa8fb46c8238998ab2d0ce56c556b28ccef5de6a779cf0e6ebd5f8409e223
MD5 546c477bdb951c4fd0c845a83e6144e3
BLAKE2b-256 11492975ee32cdaa7df11633b7d2c8239b5d68eb2d231df6f28b7b6af026a675

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.19.2-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.19.2-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0dceea82ebe8738ce3a3895b11e7b89a4df7275763d75b9da4e2df2ebc8a716c
MD5 141489015f76ff197026bb68e1ba1c92
BLAKE2b-256 00e48ac4e9e17334fd72227f857896ac872fc503168f4077c16364ba57c9e30c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.2-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 7.6 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for PyMuPDF-1.19.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b324e91c92f39f1e34c2984e0c11407ac6f7299a5fc83b3239644dca00f949f4
MD5 eb2b917db2a3ba3cae1bc231f46ece63
BLAKE2b-256 e32517af9ca08b01a22269fbc4740ef5a70e9683007b5ff95acad863aaf565e3

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.19.2-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: PyMuPDF-1.19.2-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 6.3 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for PyMuPDF-1.19.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 6f630ff21223f90f40b4a2e3f3bbfad0349b7710309c2fe9e9a5524ffd9ef414
MD5 9c982c38b679f7d9de60e5fb79a875f3
BLAKE2b-256 6556a54f2d1b17a19ded5c6380103e8b3cb455a2b50ca418a80980ab94e93b04

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.19.2-cp36-cp36m-win32.whl.

File metadata

  • Download URL: PyMuPDF-1.19.2-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 5.8 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for PyMuPDF-1.19.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 a8a5cb859ec64fd732e525a861bfc76e12c145cac839b9501be3f8529cf1abf8
MD5 36aeffdaf68dbd30115f10f2739aa44e
BLAKE2b-256 60ecfd8e58ac2dadb2c786e74104f3ca4a1ed4d2343192ae9602e0f8b6f510e8

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.19.2-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.19.2-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 db1a45fe2d11fd3eb321c3f7b729e9442cbdfc8a5dd65f1002c9aa166cb3a30c
MD5 39b600ebb6c5056f3f97168c8a5761a9
BLAKE2b-256 c5d6516aa6d9052884c266327b95cca7f7cc0c4a1e2d170a5e6a8a171c6366ab

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.19.2-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: PyMuPDF-1.19.2-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 7.6 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for PyMuPDF-1.19.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 09fe247a26ee15b2ff5a422adf6d9b00f0e7781799c97e62ec684f2100e35b7a
MD5 2c9761a99fdbb9e56e43f0cec5dff77e
BLAKE2b-256 74125a7e49c072bd02a9ae185ba0eada75da557069a6654258f36283763843bd

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