Skip to main content

Python bindings for the PDF toolkit and renderer MuPDF

Project description

Release date: August 23, 2021

Authors

  • Jorj X. McKie

  • Ruikai Liu

Introduction

PyMuPDF (current version 1.18.17) is a Python binding with support for MuPDF (current version 1.18.*), 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, .bmp, .gif, .tiff, etc..

PyMuPDF should run on all platforms that are supported by both, MuPDF and Python 3.6+. These include, but are not limited to, Windows, Mac OSX and Linux, 32-bit or 64-bit. If you can generate MuPDF on a Python supported platform, then also PyMuPDF can be used there.

PyMuPDF is hosted on GitHub where you find up-to-date information of its features, our issue tracker, Wikis and much more.

Installation

For all MS Windows versions as well as popular Max OSX and Linux versions, we are providing Python wheels - see the download section of this site and the current release directory of our home page. Other platforms need to download and generate MuPDF first and then build PyMuPDF from sources. Do visit our GitHub home, which has more details on this, including latest bugfixes, pre-releases, etc.

Usage and Documentation

For all document types you can render pages in raster (PNG) or vector (SVG) formats, extract text and access meta information, links, annotations and bookmarks, as well as decrypt the document. For PDF files, these objects can also be created, modified or deleted. Plus you can rotate, re-arrange, duplicate, create, or delete pages and join or split documents.

PDF password protection is fully supported: owner and user passwords, encryption methods and permission levels can be set, changed or removed.

Specifically for PDF files, PyMuPDF provides update access to low-level structure information, supports optional content, handling of embedded files and modification of page contents (like inserting images, fonts, text, annotations and drawings).

Other features include embedding vector images (SVG, PDF) such as logos or watermarks, joining or splitting single PDF pages (including things like posterizing and 2-up / 4-up processing).

You can also create PDF Form fields with support for text, checkbox, listbox and combobox widgets.

Our home page provides many examples and How-Tos for all of this. At a minimum, read the tutorial and the the recipes sections of our documentation.

Written using Sphinx, documentation is available 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.18.17.tar.gz (329.1 kB view details)

Uploaded Source

Built Distributions

PyMuPDF-1.18.17-cp310-cp310-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.10 Windows x86-64

PyMuPDF-1.18.17-cp310-cp310-win32.whl (4.9 MB view details)

Uploaded CPython 3.10 Windows x86

PyMuPDF-1.18.17-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ x86-64

PyMuPDF-1.18.17-cp310-cp310-macosx_10_9_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

PyMuPDF-1.18.17-cp39-cp39-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.9 Windows x86-64

PyMuPDF-1.18.17-cp39-cp39-win32.whl (4.9 MB view details)

Uploaded CPython 3.9 Windows x86

PyMuPDF-1.18.17-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

PyMuPDF-1.18.17-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

PyMuPDF-1.18.17-cp39-cp39-macosx_10_9_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

PyMuPDF-1.18.17-cp38-cp38-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

PyMuPDF-1.18.17-cp38-cp38-win32.whl (4.9 MB view details)

Uploaded CPython 3.8 Windows x86

PyMuPDF-1.18.17-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

PyMuPDF-1.18.17-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

PyMuPDF-1.18.17-cp38-cp38-macosx_10_9_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

PyMuPDF-1.18.17-cp37-cp37m-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.7m Windows x86-64

PyMuPDF-1.18.17-cp37-cp37m-win32.whl (4.9 MB view details)

Uploaded CPython 3.7m Windows x86

PyMuPDF-1.18.17-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

PyMuPDF-1.18.17-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (6.4 MB view details)

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

PyMuPDF-1.18.17-cp37-cp37m-macosx_10_9_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

PyMuPDF-1.18.17-cp36-cp36m-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.6m Windows x86-64

PyMuPDF-1.18.17-cp36-cp36m-win32.whl (4.9 MB view details)

Uploaded CPython 3.6m Windows x86

PyMuPDF-1.18.17-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

PyMuPDF-1.18.17-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (6.4 MB view details)

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

PyMuPDF-1.18.17-cp36-cp36m-macosx_10_9_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: PyMuPDF-1.18.17.tar.gz
  • Upload date:
  • Size: 329.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.6

File hashes

Hashes for PyMuPDF-1.18.17.tar.gz
Algorithm Hash digest
SHA256 fa39ee5e91eae77818e07b6bb7e0cb0b402ad88e39a74b08626ce1c2150c5414
MD5 ad378ad2b0fc760ffeea35ffaaecabce
BLAKE2b-256 9119e7ef3c0978d28fb90d3784532817a64abab8238eb515efefe26ec533e1e1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.18.17-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.6

File hashes

Hashes for PyMuPDF-1.18.17-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 87f5af9570e6b12191b05e23dfd3e1fd8940f2c0a1ec0773c6496205fdf24f7c
MD5 d32eb6537d9ad99fa9b1cb0bbde86977
BLAKE2b-256 2780bd1b302349b9c3898fb9ad7766e2e9945f70ad9e0da079311a15199d55d0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.18.17-cp310-cp310-win32.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.6

File hashes

Hashes for PyMuPDF-1.18.17-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 8e7d1036a135ecbe30d185d968556367b018c9954043e17408f1798c1d0a7685
MD5 10af9a1ec5cdb149cbe5d5e45439a1dc
BLAKE2b-256 085caf46fe5fb3a947e21c3ea52f1cd7b39a33ea74cbe63291cafbac360d6cb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.18.17-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0dac1bc4c474dce4d0569b02eb11126f15d9a12d4855fddf21471cff75db493e
MD5 fee980297679dba02a943b07a049b58c
BLAKE2b-256 9047808a584e47897109a1b473dc6a5ef1f9927a36675d982c193d4df73d8eee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.18.17-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.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.7.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for PyMuPDF-1.18.17-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4546e426e00e3ace148adaf95e0952061391ea04ec285c7a4592e11b9a372d0b
MD5 a380a53012920abd1f0e056dca2fde28
BLAKE2b-256 6646553c11d4657adf7166bb3c6c0a0e9b4b656ab51398932901dfc2f3f86968

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.18.17-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.6

File hashes

Hashes for PyMuPDF-1.18.17-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b7dbdfa078069413b3ef442f2b21770477bb7c1ce724b4b332198ca7bc3efffe
MD5 44bb366e804a0182c83d11b4e4dfd103
BLAKE2b-256 d5d098552084f861a1f66d83df98e20f2c27366c42da4bcc3aaf8ca0fff5493c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.18.17-cp39-cp39-win32.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.6

File hashes

Hashes for PyMuPDF-1.18.17-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 4379bf78ecf4ba17291ba01582ca02e5ddbbc96004b31e8be1cc1b582795b880
MD5 1aec06281d8002b9fa54fac78fe00cfb
BLAKE2b-256 4e2f49164d46c3c8624513fe87032afa067da0e705e15efd23157b964126bc7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.18.17-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8ac77aac8db26dfb118dcc1b5f7857f7b669e9a415a76cc2fb77fd8429af2d4f
MD5 d19230e5e10dde3dac4fcd9982cae299
BLAKE2b-256 12c4c0f7fe43713e78b9db6ee871d0c9afcb32f777157e04fca5696c94455d01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.18.17-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ee986ff5ed40b633b7e4bf321658ab31f1285b01628e2830c4bddf0003677f36
MD5 27da53191527c13e550ca7e616d1b9de
BLAKE2b-256 faa395dde36bd507f65ecf2271ce16cf0813a79c0da8baf9311e9ed40a2a8c1b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.18.17-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.6 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.6

File hashes

Hashes for PyMuPDF-1.18.17-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3e4581e2bbee1392cac203022e93de259221f9dd2ebfd1ca7e2ac1f00d454cff
MD5 818c48106e4dab28cf3a2b331574c4fa
BLAKE2b-256 a6061271f3480e3be5726abeab0835113afd4b715baae544e85283bd8d2f528b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.18.17-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.6

File hashes

Hashes for PyMuPDF-1.18.17-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 9fca5a5666e3a09c9b573d2edd230a0e51c379d1b9e11f7121c622f5795fcce5
MD5 2dcbec232551ed4ffd180f25cc8cf11d
BLAKE2b-256 f30b150ecc73903f97b1b21045eac921dcd27aae4270b30f8e8d6da39a0685d6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.18.17-cp38-cp38-win32.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.6

File hashes

Hashes for PyMuPDF-1.18.17-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 c385f38bc7d299917c3c64a096447d8fb573373705c120efec316fd109f53de8
MD5 aafca1b506992c3f9983448e65a9c026
BLAKE2b-256 b25ced5accae22ee703aa1326a5a1cfcaa8f44af054fdac1f78270f790065bb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.18.17-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a21735d8306d058adb62dcdd71d70f32c614f23729abc3971c1eb9099712069c
MD5 8b9d2b52c3acb1706ab5e1540ca5ec97
BLAKE2b-256 2fc10fba873c34eb8b9ef08424098ce922c5a84a13ddebe2a300e9da471e7df2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.18.17-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3c605f2f2936067f9e2ce7d76127bb040c4528a347222ae23d7f440af8965afd
MD5 ab10fd022785bc73e97bc0e3e4c32224
BLAKE2b-256 f175124f148a6df61e24c07ada0e00e45fc8301ab541b45f93300eab9572e749

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.18.17-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.6 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.6

File hashes

Hashes for PyMuPDF-1.18.17-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9212f95bb2978ddf3669dd8feef09ea47c13603b58efee6a305b6fe4a8a6a621
MD5 60bca797b34e828fa8f57d6108c6ccf1
BLAKE2b-256 7900993117dcbcc64b135f70ee2ed6f4a725efaf208174198e7abd32bd20c78e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.18.17-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.6

File hashes

Hashes for PyMuPDF-1.18.17-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 a89a528e3218026ffb8ccceffaa813b4a0bb2e4b8edb3a44371b0f697b18349c
MD5 03dd06ce4ad27a350b43450d633fdbff
BLAKE2b-256 14fe25f463133419e699c25cc3cec7f3bea4f8f2a676f01cd801ce1facca6167

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.18.17-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.6

File hashes

Hashes for PyMuPDF-1.18.17-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 20591b790035f5d0cebfcb0d12f336e7d2bab1d708d20a20c8a75e8c6bb51481
MD5 09a892d5b9076daccee74def116be1c6
BLAKE2b-256 021b33f24596a7783833af6cde61670ec4b1b07f4e475386e974b4a02f54fa3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.18.17-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ecacfef4760c8b451284940d5dbd9aeeb36fd0c1e495545c4f487196047e167d
MD5 1c340ad52bbfbe26b394ee13cb8cebf9
BLAKE2b-256 6e50beed370250c63696a6bc3fafae37a3b4809d9cabe7630343839de834fd1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.18.17-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 57a8c34a236e7021f6defda501eb2afa310687fd45cfb650211d09e9ed4252e7
MD5 641166da7e478a05b44fc614ed059706
BLAKE2b-256 2bc4ca934c004822850cd86bc19be9b08d0407475a85fedb4abfce3a3a7f882a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.18.17-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.6 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.6

File hashes

Hashes for PyMuPDF-1.18.17-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d0b1a211bea5f98556dec57172675958e28a90818d44dc6b095efb37034854b8
MD5 ddf03e16afd028efd635cebcee7d5663
BLAKE2b-256 12960210cfa6dd6a4be30a16f876d8b4e4a8aeb0aca8663836966443841f29f2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.18.17-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.6

File hashes

Hashes for PyMuPDF-1.18.17-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 3e805320eb1c6d4957d66b06baa4c2726fd0bb84acd5114be08a69c0a071abe6
MD5 48867dbfe54d2dcfe9f1ec254b9c9e2c
BLAKE2b-256 e462985111a00bfb219d839284d19da0cab1e24ba1ff8efe1590d1e2abca6e6f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.18.17-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.6

File hashes

Hashes for PyMuPDF-1.18.17-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 615ed1e4d13d404e219c4caff0c8c7e5557a331ffaeb162e12016562ff160178
MD5 7a2830b411c886410a8f7fa8d097470a
BLAKE2b-256 8ee39521452bde3f15d82176d0d4c2b2df30aa53d12844e1869b767ce478c81d

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.18.17-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for PyMuPDF-1.18.17-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2c76115e81a8a1596fe127b9b8b45ec846cb6bcfa891460a2efad4eb145573a4
MD5 a67637e2a877a057e8384b5434a9dcd6
BLAKE2b-256 b604faedd392640a53e3adc381ad92f54b5253980196c63fef68b1a5b297ceac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.18.17-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ed93f0964b49033073704e4bfb0908046c799731ee1e357f2b4ec934e551b515
MD5 72921f0f15380b7906758831d08b5769
BLAKE2b-256 afdba6edc624e0448da163ea26591a48f10e83409dcefee313638a324a4d4c2e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.18.17-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.6 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.6

File hashes

Hashes for PyMuPDF-1.18.17-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3c7e01284d9832c3ba76f6eb5c6825827f26749eb20cfe20f633bf980b3d3d85
MD5 92819c2861d1d75e870e97a245a99f1c
BLAKE2b-256 adab38158aadde385163e5ed6f126e44c0d1c7df2ad7b9694d8d092675fa86b7

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