Skip to main content

Python bindings for the PDF toolkit and renderer MuPDF

Project description

PyMuPDF 1.19.1

logo

Release date: October 23, 2021

On PyPI since August 2016: Downloads

Author

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

Introduction

PyMuPDF (current version 1.19.1) 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
  • perform Optical Character Recognition if Tesseract is installed

To some degree, PyMuPDF can therefore 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 the recipes section of our Wiki sidebar, which contains more than a dozen of guides in How-To-style.

Documentation

Our documentation, written using Sphinx, 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, a 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.1.tar.gz (2.3 MB view details)

Uploaded Source

Built Distributions

PyMuPDF-1.19.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-cp36-cp36m-macosx_10_9_x86_64.whl (7.6 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.1.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.1.tar.gz
Algorithm Hash digest
SHA256 4a70c671d1529f327b95b60699be2cec913011558bffc4129e5db6cabf26fd75
MD5 3e1cf533b75a7ea7cebf72aa4b2cb138
BLAKE2b-256 62cf13e7c886d2f6cfcbed78962278f9f3843126f5f8cc30f0baa9eb524f44bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.19.1-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9d523c74790673197860300f0b271e28d17f8bd3327d3e42be616040553d48d8
MD5 4c36433dd2ef2c65adaf0dee56785ac7
BLAKE2b-256 b7c852c7f941fb648460a81a81f0277ff0d88dea645c8e5965f0de8848a8cb09

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.1-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.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.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 37621f276d731d54c897cbfc651010c2cb0a503476534333e7c1e1a981662dd4
MD5 3cfa606d50649fd1c10f7fd6be939a38
BLAKE2b-256 4e1c1a47bd9aba715b4b70c093d7e3d6829fa8c44b53fadb3ccfad4b6bfc4fd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.19.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cdf965a2e1dc2e78451c876286b5f0e79a933d5970aed786d438ae1615a1628f
MD5 49641c8cc37e9549c18aac89a738e0a8
BLAKE2b-256 4bd3d78e4095cff26b631d9f236677f1213ac484b8c53430fd02ac2676752633

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.1-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.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.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5986e3e446e365deb38c620bc54212fe2a1ca9db789cd994843b5f2e90855843
MD5 a60afca3d69a577be7eb1147969a9e69
BLAKE2b-256 50fd13b046afd29079cd161f808398300906b31a28366f72473c824185f4a519

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.19.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f844111753ee6ce94effa382a6c144d3f63ecdce18bec798d63d278f5e638d5e
MD5 ee727f63589e647e76d6e82ecd818982
BLAKE2b-256 e40ffe7314c63860b740136d4578878c31d4772a35479c8871b70ff00b0339aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.1-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.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.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 644e221b50d19d03c2316c62ef096855619f88b831a2dfcea3a39fa0d48f158c
MD5 ca836ec7d21b80f1e382ff87a0bb046b
BLAKE2b-256 bf5ff68798dc9cdab20188f81ef89e759f9cdf565e4f6560fde6c42335ce3002

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.19.1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4833a4ef46719dd64161649ff3484e758a6caa6d83ce4152fef6d74775c8e342
MD5 e65032cad7e1ba76bf0ec5b287fccf8b
BLAKE2b-256 5037cb225cad61d2e4af6521485bc983a7600f8fa0a7a23b56902a38f1a74094

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.1-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.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.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c553f35e2a27c14acd236326e7f4c856ca678b1bf5031fe66c270647b06291f5
MD5 14fa4b1f35fa57a3cb86262760160160
BLAKE2b-256 dd8a3910722b4972c47e5e1b76576d217d91a5860ce511e3c9573ee6db87cef8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.19.1-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 32a6d170ae1950709d0144a68ca5e2ef4dfa8ee3f413bb048ae6a8e5486d34c6
MD5 999a347a2db8de9049633dd9e6fffbc5
BLAKE2b-256 f6304879896c59df163c1b5d9d9b57b8a6bff5a26a7dc188ade5465618377b27

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.19.1-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.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.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fccbe475e4e3a6a5b44d265cca39423ca09242b5638ad7bd7c7ab02a303e95de
MD5 3079d2d7b51ff4a7a181e73131d2efb3
BLAKE2b-256 7fae651277be4694e62cddbad04beece4f68412041a729584da6884d6be5aad8

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.19.1-2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: PyMuPDF-1.19.1-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.1-2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f9cb0f10d2f4caac1c9cb0ba6af478105633bf3dbe48960e791f7f807882025d
MD5 ccbcde449e62977e1a903e6d2f2d0dca
BLAKE2b-256 277ae26aaab6ebc9b1a196edf67a29becaf1967e79161a452db03de6fa1be985

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.19.1-2-cp310-cp310-win32.whl.

File metadata

  • Download URL: PyMuPDF-1.19.1-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.1-2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 6e2777ac431e8fe4f702c0203960d48c80c1b906bf2cdafd76ac68ca49c4c6dc
MD5 d594e2ba71d2a0b7180fecc30b4baff8
BLAKE2b-256 9b1b261ef7115270d2ba61f100f98626a2e14fa0f743fd5ce80f71850e77d64f

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.19.1-2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: PyMuPDF-1.19.1-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.1-2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4ace1a88d42890d67f29977918bf2aefb7ee99a9a388aeb246d737347d392324
MD5 1ae48a6d3bfd0229b7663760d664d2bd
BLAKE2b-256 707fa924c455b2435ebf0621be474f9438df05b1b99d68959b5bb07c5c7e44dc

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.19.1-2-cp39-cp39-win32.whl.

File metadata

  • Download URL: PyMuPDF-1.19.1-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.1-2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 008764f1d0ec53cf3bd8b217ae961a5e90872ed6bbcc661de6c89667f251143d
MD5 9a14d03fdd528d3fd39288e5ee97647f
BLAKE2b-256 f14000e05ef66788aeaaff85818841882341f31e9c214c6395a72e97de005de8

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.19.1-2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: PyMuPDF-1.19.1-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.1-2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d0b5eb73f68bb96b989bf3bab1d119077caefa156179e6b9354ca9e1eed93dca
MD5 1b71f98bbbeb70d0e2bed515e9c134d5
BLAKE2b-256 ee2e112e4b37785db191fc9d07d2684caee3ec508daba244bc8406fd143b4c5d

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.19.1-2-cp38-cp38-win32.whl.

File metadata

  • Download URL: PyMuPDF-1.19.1-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.1-2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 9d85180b98e402bfdae332fdcbe6b97186f3f0b1be3c758c1a27529de538a4a1
MD5 66cf436802831e4c0b558ee84b703aad
BLAKE2b-256 b04bc4692884aa0b41255cba9524116a7ca87c5fa57375d4aa2695e56a857db3

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.19.1-2-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: PyMuPDF-1.19.1-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.1-2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 2b5eb93c1d6ef0678f28b5c471889d997ca0c59cf5520323320b1d4552aa88af
MD5 74076d958823bb8943ea052e43200f31
BLAKE2b-256 20703a03005a45f135bc37f9b9f5da6c7cca5687267a1ec71c27ea38b46cbe7f

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.19.1-2-cp37-cp37m-win32.whl.

File metadata

  • Download URL: PyMuPDF-1.19.1-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.1-2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 8e9e985a1236290a636fc58d6987f2c2712745013f376f13eab35917e16b8b8a
MD5 56041f01cbd37a0722b5fedf42d1d963
BLAKE2b-256 dce7b35719670f3e7d662e28cebe4827272a06d85266318bee73f36cb63b4afa

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.19.1-2-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: PyMuPDF-1.19.1-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.1-2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 56d039cb37852566916f3b2d20592dcd09ed8b6b848320c649f45b7722e02295
MD5 dfd9c07265934d9c9f4404e2b8d4e7be
BLAKE2b-256 75e2c7ab78062a5546f9cbee3401514e8eeb1f2bc54a82b837d839efcd916fd2

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.19.1-2-cp36-cp36m-win32.whl.

File metadata

  • Download URL: PyMuPDF-1.19.1-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.1-2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 afad6b88e8ec72407e10f9c8f96397192675847cd91704abf688c5d4b4d469b8
MD5 98924c03f89c6afc061743ad06a5092b
BLAKE2b-256 e19a1630971808c49adaeabef36f6f2bd3b52a3cc9f4e8a612f78f79bfb64b64

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