Skip to main content

Python bindings for the PDF toolkit and renderer MuPDF

Project description

PyMuPDF 1.19.4

logo

Release date: January 01, 2022

On PyPI since August 2016: Downloads

Author

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

Introduction

PyMuPDF (current version 1.19.4) 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 from 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 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.

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

Uploaded Source

Built Distributions

PyMuPDF-1.19.4-cp310-cp310-win_amd64.whl (6.4 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

PyMuPDF-1.19.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

PyMuPDF-1.19.4-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.4-cp39-cp39-win_amd64.whl (6.4 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

PyMuPDF-1.19.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

PyMuPDF-1.19.4-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.4-cp38-cp38-win_amd64.whl (6.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

PyMuPDF-1.19.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

PyMuPDF-1.19.4-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.4-cp37-cp37m-win_amd64.whl (6.4 MB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

PyMuPDF-1.19.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.7 MB view details)

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

PyMuPDF-1.19.4-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.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.7 MB view details)

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

PyMuPDF-1.19.4-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.4.tar.gz.

File metadata

  • Download URL: PyMuPDF-1.19.4.tar.gz
  • Upload date:
  • Size: 2.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for PyMuPDF-1.19.4.tar.gz
Algorithm Hash digest
SHA256 125783986da87fe1a5372d621e90fa49e454454af0b3d0f894858c146c712f81
MD5 0b3b9faac4742960e6cf9a798a8a8ef9
BLAKE2b-256 3b7c7d2d98a3f851a1bfc11b7bbeb345deb51a28a42ee7ace3244ce82f6c257f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 6.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for PyMuPDF-1.19.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 03878ff8bb343516e9580930c233105e0a69bbeaebddcb3dcc281ffb8c0944ca
MD5 1e725e9a8d051b361d2b73f1b55a76f9
BLAKE2b-256 bd67e2d0120d3b0cef9ef9b1318659081b9db29a68af29af8101fa67f8cc6941

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.4-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.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for PyMuPDF-1.19.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 65647d992bcc77b52d808c40a08b6b98a6012371ffef9c764a34bb0580b3abcf
MD5 82d07e4ae89b144cf9c0413313df9b6f
BLAKE2b-256 b151b6ec33d9ebd4cb0c4b2af28344f4f0c0b25091310f5318b15313d55c32d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.19.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c9ee5f4f413ac3675835426ee182aa7c68774c11ce9f9f61f65f7f34d810ce38
MD5 548b7dfdd4953ea64dd767a0654e9dd7
BLAKE2b-256 982d857c4408ab339da4e1ee69b88fea70b37196b662fa65357de55b185f76a9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.4-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.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for PyMuPDF-1.19.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 656a7bec93bc89feabb4c34d3c7c8ef18335837870a2ae4b4bcb91eff9d6ce10
MD5 ad9274979e88af47b56408848f4363fe
BLAKE2b-256 a1e4660a7a7e60b1366def919802f7c1b565e587789ab4c883ca97f9781d27a8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 6.4 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for PyMuPDF-1.19.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5b347655a948c6a9d2d66a0d1e651f9888ce6e2915ee6a2e60498a0c735b5330
MD5 5333687a933c16d39b15b3e3fb951d96
BLAKE2b-256 18ebe5e2837b607ec46054992199fb3814949f0a4021d22d16286be65259045f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.4-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.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for PyMuPDF-1.19.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f140acdecdc3a6cbc6987eda3f1df9a5c8d85b0c1044f4132fde4813acbd905a
MD5 1452aaa155f1145fb5f7e6d9f8519a9d
BLAKE2b-256 a8a9350f991fa0afcff3e0ae5b9d286b2f361344b3d308edcc50d48d14ee5ca5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.19.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aca2f2f94bda157a0365230fe11dcf1b9f6ab592943cc7534d92389f1058cd86
MD5 a41a8ba62765237184fb2308e03dd09a
BLAKE2b-256 7894ae38be1756c09ed1c5af4153f37bc994bb70f45aff7aa0d1b36535c5cc6f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.4-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.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for PyMuPDF-1.19.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c126efda315be900ecf194b3d04b93cc211db8fa6c3b31af482d6c5aac2c5b66
MD5 79ddcf8c90016350d652fc6f156075fe
BLAKE2b-256 0f4e757fd828a40e8131ac509750112eaa6b3c5a0ff0f5fbd0b3634649da901f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 6.4 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for PyMuPDF-1.19.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 17f1b8ff934d02ffc3dfb6af4ce0d1545a722eff180aa675e17ff7ac40b731f9
MD5 bd7792000b1a09a96eb6aa081f13dd34
BLAKE2b-256 6b3d57ce3d0ca1fd24a5bb03fc9f81161c93d629fa81729d2b2479dc8031ded3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.4-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.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for PyMuPDF-1.19.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 4e19dfb82d247027757fb75d5fb73d8ce430930a0c7d2f492913aefd1875345c
MD5 f9e0383ca5ea73639901213dfcb09b8b
BLAKE2b-256 491ab080c548e7a43996a59384c7a0dbe9daca834d0b95e38258b094530e1efe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.19.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b33c5a68a4bcfe8f948127aad61f25e172d6851993235f46cc395b2038c2eb84
MD5 8192225ad6e31675ec80a267eb1529f9
BLAKE2b-256 2834d97b17a347c906fd12b31393988dcf41d217e98960c47f9feb2044fc2661

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.4-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.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for PyMuPDF-1.19.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5046b479a44c55423df0c746cd4d858bd244c85cdfaf46e7fd4298ba7f586365
MD5 7e49e07612b374d41afabedbbb34b060
BLAKE2b-256 e0a888575f34a3dad228040205b683ce9bf7c8c1007fdfe46746ffd4190f7d8b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.4-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 6.4 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for PyMuPDF-1.19.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 910d4159698adcd7783a5fcde17079bb295abc2d3d604ccb8ed257a24b4e7dbf
MD5 27e5f98becac7ed9c857ab427a872f7f
BLAKE2b-256 6029cb12fd61e4b8dfb8994445024b0c86037640bb8b563e501870372c1ef4f7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.4-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.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for PyMuPDF-1.19.4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 eeccac87ab19127ef6f15caa3b12fdf02e944864816844b456b5856582056873
MD5 c97032035acb3cf606a0b1638ec2ca44
BLAKE2b-256 278e56946109d0b7f56b994f83ba1d177b5f98df4349307c9ee08e6d36e11339

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.19.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 42c9188e39ee33b207a810d1f9ff635a8247d9e64b8af432ef36b9696763f8eb
MD5 2ec46199047f73df6258661b1c84f813
BLAKE2b-256 75be258ab7796c17f64b39ef87624337afa86de007be92eb939bd732b22cd9fc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.4-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.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for PyMuPDF-1.19.4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9abd78c614455d0695fbcff693a85cc906b8fcbaa24fb576182b20a87db2eddd
MD5 221ec79dd104702b65ceb63ed9516e4b
BLAKE2b-256 bee6fec04306aab5243ef54b0a638f7770dc3b1dcf9315cea8fe04d85902b5ca

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.19.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.19.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ee61379f001f7bc892afefae886d07d49320d9641eeeb40dcc936903addeb4d
MD5 e5f4747744f3d4b154bf23e3ba54cd8a
BLAKE2b-256 a0d1996668dce0ed1b9230e280413ccd4787dd28888a58331946f180235ec538

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.4-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.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for PyMuPDF-1.19.4-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 196cfb75eb17271b62f59eacc769710e55c5a4277c455520851db0db9c3b381b
MD5 70aaa5977eccf7dac85ac11a4d53865e
BLAKE2b-256 d1e374c02e1722aac085437248047294715b777db59349d3a3b203f2d08a0716

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