Skip to main content

Python bindings for the PDF toolkit and renderer MuPDF

Project description

PyMuPDF 1.19.6

logo

Release date: March 3, 2022

On PyPI since August 2016: Downloads

Author

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

Introduction

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

The latest changelog can be viewed here.

Installation

PyMuPDF requires Python 3.6 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.

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 try an installation from sources - which will fail if MuPDF (including its sources) 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.6.tar.gz (2.3 MB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

PyMuPDF-1.19.6-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.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

PyMuPDF-1.19.6-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.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

PyMuPDF-1.19.6-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.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

PyMuPDF-1.19.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.8 MB view details)

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

PyMuPDF-1.19.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.6.tar.gz
  • Upload date:
  • Size: 2.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for PyMuPDF-1.19.6.tar.gz
Algorithm Hash digest
SHA256 ef3d13e27f1585d776f6a2597f113aabd28d36b648b983a72850b21c5399ab08
MD5 c671b11629811f0bc6030f84d322f99c
BLAKE2b-256 9f1d032d24e0c774e67742395fda163a172c60e4d0f9875785d5199eb2956d5e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.6-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.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for PyMuPDF-1.19.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 909fb46900e7422515291761a1294902cf163226ec8918ea4c3454537336dfeb
MD5 44df41b127ba12275e0efe29827f4718
BLAKE2b-256 86c4fdf44df5ef1321891c9f55d73ec3fbe6cbc64d792a63596fc0e2dd50dc01

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.6-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.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for PyMuPDF-1.19.6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1e7b85e2611a9cca7a410e4c5a510a11131de7c5da9379e46615a8d3adfa6df5
MD5 1f9e6ffca62f4c458e75ccbb2316e101
BLAKE2b-256 d4de9d34b5489509cef2ad5b5566c16e41ff61a9622d06b08bb244c2f45b23dd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.8 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for PyMuPDF-1.19.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9998f7dfa0f99d6c2c3eb0dcfbfd44433247c23c4b781bc45f76dab421bc554b
MD5 a23c4859ae7f866ea60103ef03923d01
BLAKE2b-256 83e5b8fc7ff3fb3159c79ffcb9d81454e4e34df2bacc3d00959e2cd37e8add8e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for PyMuPDF-1.19.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 38188f88a6e648b9f3a87d29de5b4ed52f910827a15859b183f1321c68e6ac00
MD5 320a028a0c9b9fc1b8a5a7219a11980a
BLAKE2b-256 b51eca13b9198abfd9791ee5e9244b7f8ae8fa9f2931385007ca1c19be04a6c8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.6-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.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for PyMuPDF-1.19.6-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 945529b7868f9fe290b11dfbc37e2b9012610fac9763686ccf91a4d968305c5e
MD5 00ba55c7c9a758adbfa77f3a001ad38a
BLAKE2b-256 2ac727987bd1d567d8cbefee0c686ce74f2666cc083aa9cd7a4fa56609efbfc0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.6-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.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for PyMuPDF-1.19.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cfd6c666b02a066e9e76d9ce8ca5e7fa4f2bf7a8ce6934cd2837b08509d46f8e
MD5 b329fd1e1a9cdc154dd1563035884887
BLAKE2b-256 81039c9b6b4fe7058fcb974a90e912e8d008a8ac61ed704ecfb9aa9410e27edc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.6-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.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for PyMuPDF-1.19.6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 dffe67c5574d0ebb1e39b5ecf806fb4fd4ddb01bee5630f516ece4468252c9f0
MD5 9dc44002be18c447e920aa999246ce08
BLAKE2b-256 1f20c49ddf47ae62ffd41953edfc0e97baa7e1ae019d8e60465c84e65f16e3e9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.8 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for PyMuPDF-1.19.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 976fb0e93f025617890f8f8d8517371684131aa0e9fc0c1d0b4cd8bd564cce27
MD5 0c3a4d93df8cc7e7e5b2a800aa59d0ac
BLAKE2b-256 09b4efc09a038e4f95c8d2d04741c39937b4b8e937ef31015ec7e4d833a2f7dc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for PyMuPDF-1.19.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7281324a0325dd30c033644cc8654167dcbfe47c4b1d49805d407fa5a64ce76b
MD5 f775f888a7676e73accc98f2b18f5044
BLAKE2b-256 be1d0f97506c25977c35b9be8908b662c49c5d7ed210bd1f8bb7f9d23d40fe34

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.6-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.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for PyMuPDF-1.19.6-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f3f96bd465e9e0e2960bb70e92233af0865181b9dd8ac5bc6b159d79584df2fe
MD5 d668511ea3c9587ac90fb8c99dd48e02
BLAKE2b-256 227f78e5db0dff8c2b1a51a6d02259cd45ee64d41abd0a3ff8968215afd191f5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.6-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.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for PyMuPDF-1.19.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 4c5e7211b85e13050ac6e25879d4f0476b7a04f23bd3b6442489cec9f8da8418
MD5 9498cb583d6c4d3914a65bc75758e893
BLAKE2b-256 ca50dade5c88cab55fdff46f93642a3629900d25e3bd3f3d8b04efb8e3022be0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.6-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.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for PyMuPDF-1.19.6-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a3b8e5c2de6192c89f379283aa07aa7fd044098dab43a8cd3ac172e961caf286
MD5 70f1a2d9fff4be0811eddeb8e1733a95
BLAKE2b-256 7296f1332f0653b81e4ef02e8f12154884193731641ebe90caa9b6ee505a16cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.8 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for PyMuPDF-1.19.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c03004415a6d140b2c4bb494bb507c9ccbd55d713407e3b5bc1dd35fa45f2be0
MD5 d23910e73eb98441a2b6aabf1c3f98ef
BLAKE2b-256 54aecf4f673f452d0223b35ce4653722e21cc7df15cf9affcea6ed2bca4d03cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for PyMuPDF-1.19.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f04086036d40af50e5d6f54e949fa12eacda2d752562a2f85215763b137bf864
MD5 d1d1dcab0289ba82da17f831cd8a874e
BLAKE2b-256 1a15764219cd8969e4768e1df2a4dd86cbdb5d8d35cdae9c5e7044520f3ac4b5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.6-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.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for PyMuPDF-1.19.6-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 05c54acf69ee55ef97453f9c52982ef2839c188fe464d6b4cdc053bd4c6298f1
MD5 f950066c89470446936e63a04d9a126b
BLAKE2b-256 f42f799fec1948040776b76f4e589ddcf7f600b920402de0b4ef6b31a96b2e55

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.6-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.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for PyMuPDF-1.19.6-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 164dc67f1f5db3b22207b2aeba0fadff0503123c8f31c46768b7da7d3595a181
MD5 c5a1e554d12eaf4d3f65393c826bf7b5
BLAKE2b-256 33625cbdd901f0221df6ace06486f41ac83d0a3f05351e1bf5a3fb53ad532b44

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.6-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.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for PyMuPDF-1.19.6-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 b0db8c81b6c781e373ed005f7595e49b760f91edb3b36d1dc69ec29b4fad34f8
MD5 aab505b419aea598b73d6def734b662f
BLAKE2b-256 d166c311c9536a88a9325b35e54b3c9de81e4018ece736ec49b4d442f4d3fd12

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.8 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for PyMuPDF-1.19.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 13ed689e5ad4c3adecb7586050de8baaa1819f48e2c57ca4e87f80e3b2727cb3
MD5 6729427e2edca3345ca8a6190e112e0f
BLAKE2b-256 fa38071fc52e9a0d452247e599c96d81741e628f0e4194f3dfb56a1cdeee7d49

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for PyMuPDF-1.19.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 11b913664c059146e512e8559ebd9f976570ef21c0338c953836bc02051c1d7e
MD5 f61794f39358edab16ba61785b69e436
BLAKE2b-256 410f6130f1cb823f41353f2670db6a3ffdfcfd943db46353ea653760efdb0d94

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.6-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.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for PyMuPDF-1.19.6-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 39192c009afd8dd877a79ed02519ec8d17699bec9e9543115e490f06a553e200
MD5 221df33ce8342d648ab8eebffc205493
BLAKE2b-256 00eac6a9faecd0a2fcc1badde74e928283cd2ac2ee0d1816f32354f7cc44c66d

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