Skip to main content

Python bindings for the PDF toolkit and renderer MuPDF

Project description

PyMuPDF 1.22.3

logo

Release date: May 10, 2023

On PyPI since August 2016: Downloads

Author

Artifex, based on code by Jorj X. McKie and Ruikai Liu.

Introduction

PyMuPDF adds Python bindings and abstractions to MuPDF, a lightweight PDF, XPS, and eBook viewer, renderer, and toolkit. Both PyMuPDF and MuPDF are maintained and developed by Artifex Software, Inc.

MuPDF can access files in PDF, XPS, OpenXPS, CBZ, EPUB and FB2 (eBooks) formats, and it is known for its top performance and exceptional rendering quality.

With PyMuPDF you can access files with extensions like .pdf, .xps, .oxps, .cbz, .fb2 or .epub. In addition, about 10 popular image formats can also be handled like documents: .png, .jpg, .bmp, .tiff, etc.

Usage

For all supported document types (i.e. including images) you can

  • Decrypt the document.
  • Access meta information, links and bookmarks.
  • Render pages in raster formats (PNG and some others), or the vector format SVG.
  • Search for text.
  • Extract text and images.
  • Convert to other formats: PDF, (X)HTML, XML, JSON, text.
  • Do OCR (Optical Character Recognition) if Tesseract is installed.

To some degree, PyMuPDF can also be used as an image converter: it can read a range of input formats and can produce Portable Network Graphics (PNG), Portable Anymaps (PNM, etc.), Portable Arbitrary Maps (PAM), Adobe PostScript and Adobe Photoshop documents, making the use of other graphics packages obselete in these cases. But interfacing with e.g. PIL/Pillow for image input and output is easy as well.

For PDF documents, there exists a plethora of additional features: they can be created, joined or split up. Pages can be inserted, deleted, re-arranged or modified in many ways (including annotations and form fields).

  • Images and fonts can be extracted or inserted.

    You may want to have a look at this cool GUI example script, which lets you insert, delete, replace or re-position images under your visual control.

    If fontTools is installed, subsets can be built for eligible fonts based on their usage in the document. Especially for new PDFs, this can lead to significant file size reductions.

  • Embedded files are fully supported.

  • PDFs can be reformatted to support double-sided printing, posterizing, applying logos or watermarks

  • Password protection is fully supported: decryption, encryption, encryption method selection, permission level and user / owner password setting.

  • Support of the PDF Optional Content concept for images, text and drawings.

  • Low-level PDF structures can be accessed and modified.

  • Command line module "python -m fitz ...". A versatile utility with the following features

    • encryption / decryption / optimization
    • creation of sub-documents
    • document joining
    • image / font extraction
    • full support of embedded files
    • layout-preserving text extraction (all documents)

Have a look at the basic demos, the examples (which contain complete, working programs), and notebooks.

Documentation

Documentation is written using Sphinx and is available online. It is currently a combination of a reference guide and user manual.

  • You can view it online at Read the Docs. This site also provides download options for PDF.
  • For a quick start look at the tutorial and the recipes chapters.

The latest changelog can be viewed here.

Installation

PyMuPDF requires Python 3.7 or later.

For versions 3.7 and up, Python wheels exist for Windows (32bit and 64bit), Linux (64bit, Intel and ARM) and Mac OSX (64bit, Intel only), so it can be installed from PyPI in the usual way. To ensure pip support for the latest wheel platform tags, we strongly recommend to always upgrade pip first.

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

There are no mandatory external dependencies. However, some optional features become available only if additional packages are installed:

  • Pillow for using pillow image output directly from PyMuPDF
  • fontTools for creating font subsets.
  • pymupdf-fonts contains some nice fonts for your text output.
  • Tesseract-OCR for optical character recognition in images and document pages. Tesseract is separate software, not a Python package. To enable OCR functions in PyMuPDF, the system environment variable "TESSDATA_PREFIX" must be defined and contain the tessdata folder name of the Tesseract installation location.

Older wheels - also with support for older Python versions - can be found here and on PyPI.

Note: If pip cannot find a wheel that is compatible with your platform, it will automatically build and install from source using the PyMuPDF sdist; this requires only that SWIG is installed on your system.

License and Copyright

PyMuPDF and MuPDF are available under both, open-source AGPL and commercial license agreements.

Please read the full text of the AGPL license agreement (which is also included here in file COPYING) to ensure that your use case complies with the guidelines of this license. If you determine you cannot meet the requirements of the AGPL, please contact Artifex for more information regarding a commercial license.

Artifex is the exclusive commercial licensing agent for MuPDF.

Artifex, the Artifex logo, MuPDF, and the MuPDF logo are registered trademarks of Artifex Software Inc. PyMuPDF and the PyMuPDF logo are trademarks of Artifex Software, Inc. © 2022 Artifex Software, Inc. All rights reserved.

Contact

Please use the Discussions menu for questions, comments, or asking for help, and submit issues here.

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

Uploaded Source

Built Distributions

PyMuPDF-1.22.3-cp311-cp311-win_amd64.whl (11.7 MB view details)

Uploaded CPython 3.11 Windows x86-64

PyMuPDF-1.22.3-cp311-cp311-win32.whl (11.0 MB view details)

Uploaded CPython 3.11 Windows x86

PyMuPDF-1.22.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

PyMuPDF-1.22.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

PyMuPDF-1.22.3-cp311-cp311-macosx_11_0_arm64.whl (12.7 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

PyMuPDF-1.22.3-cp311-cp311-macosx_10_9_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

PyMuPDF-1.22.3-cp310-cp310-win_amd64.whl (11.7 MB view details)

Uploaded CPython 3.10 Windows x86-64

PyMuPDF-1.22.3-cp310-cp310-win32.whl (11.0 MB view details)

Uploaded CPython 3.10 Windows x86

PyMuPDF-1.22.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

PyMuPDF-1.22.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

PyMuPDF-1.22.3-cp310-cp310-macosx_11_0_arm64.whl (12.7 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

PyMuPDF-1.22.3-cp310-cp310-macosx_10_9_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

PyMuPDF-1.22.3-cp39-cp39-win_amd64.whl (11.8 MB view details)

Uploaded CPython 3.9 Windows x86-64

PyMuPDF-1.22.3-cp39-cp39-win32.whl (11.0 MB view details)

Uploaded CPython 3.9 Windows x86

PyMuPDF-1.22.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

PyMuPDF-1.22.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

PyMuPDF-1.22.3-cp39-cp39-macosx_11_0_arm64.whl (12.7 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

PyMuPDF-1.22.3-cp39-cp39-macosx_10_9_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

PyMuPDF-1.22.3-cp38-cp38-win_amd64.whl (11.7 MB view details)

Uploaded CPython 3.8 Windows x86-64

PyMuPDF-1.22.3-cp38-cp38-win32.whl (11.0 MB view details)

Uploaded CPython 3.8 Windows x86

PyMuPDF-1.22.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

PyMuPDF-1.22.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

PyMuPDF-1.22.3-cp38-cp38-macosx_11_0_arm64.whl (12.7 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

PyMuPDF-1.22.3-cp38-cp38-macosx_10_9_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

PyMuPDF-1.22.3-cp37-cp37m-win_amd64.whl (11.7 MB view details)

Uploaded CPython 3.7m Windows x86-64

PyMuPDF-1.22.3-cp37-cp37m-win32.whl (11.0 MB view details)

Uploaded CPython 3.7m Windows x86

PyMuPDF-1.22.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.1 MB view details)

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

PyMuPDF-1.22.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.0 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

PyMuPDF-1.22.3-cp37-cp37m-macosx_10_9_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.3.tar.gz
  • Upload date:
  • Size: 59.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for PyMuPDF-1.22.3.tar.gz
Algorithm Hash digest
SHA256 5ecd928e96e63092571020973aa145b57b75707f3a3df97c742e563112615891
MD5 adb95a0b2c1c4348750e1e180969096c
BLAKE2b-256 3e06bd008c25b210a13b8f7684d880fb7ae098d8bbbecabd6547932650a61fa0

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: PyMuPDF-1.22.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 11.7 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for PyMuPDF-1.22.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4d2422dffdb4f1c2c8128e6d151f4de5e722388df276ac165572ad5290ad228a
MD5 4306b5384ed56a83f27731e707fb5e82
BLAKE2b-256 af657e90cb9ad03696f4f4211a3ae03bccce22b41631e229e8d528f9f6aa4e3c

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.3-cp311-cp311-win32.whl.

File metadata

  • Download URL: PyMuPDF-1.22.3-cp311-cp311-win32.whl
  • Upload date:
  • Size: 11.0 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for PyMuPDF-1.22.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ed4a624ffc9bebe5c67fc80e16798300d404089585bcdac14448034bd38c5072
MD5 3e29b032faa203c0c0e9caef45b84ba6
BLAKE2b-256 9f2c4ec46fbc262946113e5cada1166550d50a702e2f87e13b17ec4b0cb9fa6b

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.22.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6eddb0975ddd0bcf39812616b5675c26d740f83b12a39c3b5c4425f02c3da754
MD5 1d3b62d8b6cceb35866b1e4184893be3
BLAKE2b-256 d9bd4a927c9ac047bbd6c673272d1ed22871a932ea664a27a36cea9e6a6df8a5

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.22.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a58af441ce454f33f75a4c93a5f76e4659f2c7c849036180f24ab4b84d9e512f
MD5 7989cbeaf99d67223de8158e69d2002f
BLAKE2b-256 6b50518a461c8fbeaec4dfc467e36fa7ba63c7eb67f290dab869bc8d902120c1

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.22.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 46c7fab408ae4d55c4181f95a76bc4f365f5ead3291f67274d6fe90f1b90c479
MD5 b03b3ae3f6fb3f2129e8341df683fa07
BLAKE2b-256 809f9c029a677ba3b4ab2b99587cbe64eda3fe16f996768fd2c09de973e51df1

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.3-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.22.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 01daa4e3c2c1b93d357ba0d747d713ad40e0123b9bdca2395bf166f62dd8f703
MD5 58904e5542e244c9c7b7be4f3463ce6a
BLAKE2b-256 bcc0871bb6e06afae0266bc26282878bd4a90a6c7711aa216f9c93f9e7b02c00

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 11.7 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for PyMuPDF-1.22.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9d9bccfb29cbe3962a858c200376d54e7ba64d6f64c0b972ed5b68ff20157b06
MD5 04d681d877ae933055f0e3cb5de6c701
BLAKE2b-256 545ea6f223601e83957b20e6169cfe00d9de430254cdffe1b536f4c7053077bb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 11.0 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for PyMuPDF-1.22.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 e344632215882b49fd2e28ffb848f55b1b34db6b5389917e4865b4d779cbdb4a
MD5 81d2f800fc4601fd2330e4d0ed344a20
BLAKE2b-256 1d5f7a28b7a503c19a24e98bdd88ce910488c2a61539f04d93fd574544b17adb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dbffc6cabb0cb20033870bde954bbed1436cf9fce33a14682e283bc893767250
MD5 fc50bbf297676dbf07ca7b7b69347961
BLAKE2b-256 e7b9becce405500e6987b163a50f70c2dcbc78711b048cc7eb33ca0acd3976ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 201c7aecf9530c3a5aa33cd3d6b68e36492ff9ac48cb270d8f18e66654744419
MD5 58fe3236e935fbe19cfde086887898c4
BLAKE2b-256 3f137e15a89e3c2e7605bce7d754c3841f44719de9c921b65ff53f8238df06e3

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.22.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 13e90a5301990dafc5bba6bfa32aafca1f35809497c274c9d4af4f4bac2d8870
MD5 d76b89eac8ccffb636e9979b6d9f4abd
BLAKE2b-256 f6ae86149fe08ead5f6683b925d541259f1f56ecfc469de2ec9666298c4cd3b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0aff7ba35eb2cc285efea87500dd5ee0aaf94f4bb23a79187f0a74101aba7964
MD5 2fbd5a71057ffeddec0d96c0b3bef0bf
BLAKE2b-256 692b89c8eb80abba57fbdc0aef21940326ba38e64d607c693c0e196059dbd2c5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 11.8 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for PyMuPDF-1.22.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 60db199553fc9c88cb9f2afba35f9cd54c042e7a6ea2b151ddcc542e6e75ac61
MD5 a88312ad321af0f3823e3ce6baeee9eb
BLAKE2b-256 10753e746286022e30842a5ab747b8b75d6f6068b4d60df4f67304ba2831bbfe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.3-cp39-cp39-win32.whl
  • Upload date:
  • Size: 11.0 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for PyMuPDF-1.22.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 07d171255964f5a382e280a95a3148c08fc4ec20bf7907e040cf423cf29afe30
MD5 5accff075bfe6abf4369b5342439af92
BLAKE2b-256 5dd32146c4f05b8501fbaf23e884937adb73fb71ac31b92f2f7d100eb01897b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bf275e5dbf332554f98b469899e5a0928b91cb574a5319aeecf1b7e8075cf4b7
MD5 a8e438518cbf06efbf0731ee5651f92a
BLAKE2b-256 b84418feb13beeb1cfbd77e111998fb4700d3638a30312683c64ea55812b955e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d4ea7b016c4561004b48143b8879e1d888e5ba3a1440e6558ea9a47f0d2e6f65
MD5 57cfd4e8fc74805692c7e6e30c3e7fda
BLAKE2b-256 0037586c85b52b5fd41bae38af196d809d5c2fdbb99315effc6374002ab390dd

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.3-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.22.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 932747941ed4973410244376ba77693253e4387e8e09cf2458bc9133348fc16e
MD5 9653965c5c3c28a49fd84243b8ae8948
BLAKE2b-256 1c703d2846a25163977a87a8c3ba8e2bc4d870712f0cf0b86dcbef6cb242695f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fa934c1a02f1f3bb04e447b95ef5b19d03cb2575fee76d23cb7a6d0c526444e2
MD5 50ae66368b0d251d98567c888624c81e
BLAKE2b-256 135c713e6530d18b0a9351e8c7ea7750fd6df6ea5a099eeddc2730f3bd7affd9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 11.7 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for PyMuPDF-1.22.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 be0803be2709285f17c932ee11d4b7f6d11d3e74e1888094e6310c55e9543673
MD5 052f93d0032400b1b633c4efe2649e51
BLAKE2b-256 67e440ff098bae3afbbccd4ac1c5e593485d86e1fec1dcf0607ce4f9d1a32c64

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 11.0 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for PyMuPDF-1.22.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 4c037d5752efd562ac72e74295dfcc8d8dd406c0f6849054b29d2cbc32237ae0
MD5 ab1c7d6cbbd3f1ccb7b259a8b22e8a62
BLAKE2b-256 b619c14282c41201f5dd06b89e13170ee7271954c233df5ac47c112463f3fe28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9aaf3352d9c443ad7622e70b0ff9124079b09c16a1a1aa3f3dde9ba0e19f32a2
MD5 2525aa6bf2b550a344d8320c18007cdf
BLAKE2b-256 5e2fd5b61516b0527ad8bacac2a82e62816e6c077d63e96e0a9160ab1c537c2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4e0904c9bffdfbb527f4fe293986d74477780f0c98f59fa5b42a95e3e441e1f4
MD5 af7bb9551fb3257a7376aa7eb97cfc44
BLAKE2b-256 cbe631dbed305516294191654b46cfe82642f88fe3935084219ab06aa6461ee0

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.22.3-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.22.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a67f2b12120ce9fe5c3f7cb192643134af2c4e28773a2cd5d56cbe1cae66d1b9
MD5 0da515c162a34e1e116eff4546f0ef4c
BLAKE2b-256 d3c6e206b9acd8117548ab9eee7b2c3b567e2717daee14b611e0fc7c0e67fd07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0a2040351a1279fafa1db82e5af50a785eb01dc4e1adb3c98e0abfd6e0a4995f
MD5 72fd12e96145b46f757de7f7a586f77d
BLAKE2b-256 9c02127f3dad1742192a985141e067b7f06ae4375a92356675b533441699cf0f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.3-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 11.7 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for PyMuPDF-1.22.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 90950b328603a83b26c2eb2af0cf5498582fbbab84e86074bbb0ae44d745e2a3
MD5 d44d6e62e730a4eff13c1d4696421e74
BLAKE2b-256 b070e5551fb8d6311b1524338f9313e352e9de7f11fd556112f544f4c19361e0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.22.3-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 11.0 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for PyMuPDF-1.22.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 d4f38ecb9518ba2dc12f5f35f33c64ec5466faf20b833f4ac21a2a4190ffef93
MD5 ac1f8533f71df74f29866efefb6df464
BLAKE2b-256 6ff28b689861563cbb12cc9c0a4729e360bdc353b631b81d91059f097c607e9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5932564a713bd7d576418070c3dd926cb5800edb4411f48813f7694af7386d3e
MD5 c30a8da15e8a65fab805cbf215d9f86d
BLAKE2b-256 3ccb27da442e344f77b8097f8c1cc2370832a7c384136c00209382a9d98d3768

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1f00097e8d2bc46dacdb776aeb810b1c760949f6353abdf6d12e8aefdc95dd35
MD5 30f0218dd54bae64183852226f0145b0
BLAKE2b-256 b5304125845443de31ddf0e64343ea5708a89ba7ee01b3312c9d37e79cb3ee41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.22.3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 48ece127e202470209dc63ad8fa85f3e19ce302f5af02d38c7fc0b5798b9bfa6
MD5 a67fd0bfdb5ddfbe27707fd111f177c4
BLAKE2b-256 76f30bb776d8a8da3ed780bb5b8525b24f1d3bb46c184337a27ea3538eb48788

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