Skip to main content

Python bindings for the PDF toolkit and renderer MuPDF

Project description

Release date: September 16, 2021

Authors

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

Introduction

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

To install from sources, you must first install MuPDF. For details please consult our installation documentation.

Usage

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 homepage provides many examples and How-Tos for all of this. At a minimum, read the tutorial and the the recipes sections of our documentation.

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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

PyMuPDF-1.18.19-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.19-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.19-cp39-cp39-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

PyMuPDF-1.18.19-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.19-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.19-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.19-cp38-cp38-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

PyMuPDF-1.18.19-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.19-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.19-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.19-cp37-cp37m-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

PyMuPDF-1.18.19-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.19-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.19-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.19-cp36-cp36m-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.6m Windows x86-64

PyMuPDF-1.18.19-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.19-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.19-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.19.tar.gz.

File metadata

  • Download URL: PyMuPDF-1.18.19.tar.gz
  • Upload date:
  • Size: 2.2 MB
  • 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.19.tar.gz
Algorithm Hash digest
SHA256 ecc684e9c45bd4072f538cc42998cfda4d00f066ba009226e8a212b112d9992c
MD5 08f410990d35c99eb9523faf1ddb0b4d
BLAKE2b-256 ccb99e093ae8c2d1f9a80b61e1862479f2577ff0dcf2c356fdc86fd77f4472f2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.18.19-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.19-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c2fc348061c14c79e546a207088ba8bf676dc8f1d302cb94cefe53d53c2a7808
MD5 0bbb2f0a0134cd236ba32df62ae11a1e
BLAKE2b-256 07f9c53a4de134935f5149c2054e1201e02f4f0e4b17ccc8ca2c936a4fe13c5d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.18.19-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.19-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f4bc63b0696c2f276703fadf3232d7ccaa01ab7548d1541fbc3762c573d3e1b5
MD5 c70452a47dd3b4e65fdf6cecbedbf0d3
BLAKE2b-256 e2284d4888d5e2fc8c027d4403b3fcb6ce9020eb5b5f5180619d50997f500857

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.18.19-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 03ebf6fce6889df4708061a499b912909ead5e7bf1066f05b94458dcf164e3c3
MD5 c7ec6a907bb333b9ffb2168760dc8de3
BLAKE2b-256 c924fa6f8adb6e58d5938fa1e796d12626879298f3065b4f37c07757d56cab88

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.18.19-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.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for PyMuPDF-1.18.19-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ee8cc8aadaa818c9a5e2fb2a944c99a98822a7a3bc618d9c5d32f126874c0635
MD5 2d60132021c86a0e86afddb8f40da231
BLAKE2b-256 facb76a719a6ca20a1ffcc73d17e4036c210a1af24fc64167604104a4267793a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.18.19-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.19-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 439b972026fbe8636aed0fe9d2cabb321542fa92bc48cd4c96dbdd2508fc41ee
MD5 7c37f46b9e9a310f016a4f0beb32d87f
BLAKE2b-256 658989bc93948d1738be8f2d8e4970508d585c68a62feb9a5145c9281d26af04

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.18.19-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.19-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f407dbeecdefdfd46b9df7b083da71558143859216dc9891c40ea9cd2cf49a04
MD5 d97a362e7a4f34bcbb0bf3bb0919ca7e
BLAKE2b-256 67f6895d41c37dc247060661eb939545f16e5871b469e72d7fac0156038c907f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.18.19-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 616533cff3605c22a327488b4470f9929da675b006d7a1498f8d7ed8bf91f386
MD5 2dc0496ee0ebc08f2d83d641c69f1635
BLAKE2b-256 ea1655a5cdc0221c728ca9e28bea6285661f831d7dbf414af246d5d9e3c33218

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.18.19-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 69308316b031aace9e490e9010d6c5334129eed47b47804da72d5d07eb5b2f9a
MD5 d02f299a686ba94f0b22896543245ec5
BLAKE2b-256 8f546ba64ed3e3047e019309e025cb692eb359efbab38f01bd9caaac8d272c06

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.18.19-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.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for PyMuPDF-1.18.19-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c12e1870841a8746f023a64ef6d8a44fa02324d17252c3e182f639a9d5530261
MD5 198f16ab56655114e408029b94c58834
BLAKE2b-256 1755aba36724b2c59e7319aea3189ce3d05599e5a6ee12d7cb8ba2214498c9aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.18.19-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.19-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7c0f145445b3ef8eb45794bf0f86fcd278696da5a6b879666b690e4856f5e481
MD5 862e6136afd642427c38d37e4b02492b
BLAKE2b-256 d5457d71569f57730aad16a62d93a855e21f39f2b40c273625f664e9b38142b5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.18.19-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.19-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 230d130f22a91da0a897c6b7e9b3523d24dc512ee32568a40d0df0e2cf2562c0
MD5 0ed78bda90816394906475d7b81e2627
BLAKE2b-256 8ac360404d55cc35e2813e03e1353b0623e32a784e6f674ef0cc79b94de1949b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.18.19-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fc8e1f0c5fb54cb91ad3b630ef623834cb2e4b110c33eabccad9b8609053b20d
MD5 298a8f907df9811c381bdc0c34244f0a
BLAKE2b-256 a241f22ed9ccd4b5b8c3a7bea707a0f19c560cfa9ff1b7e484d07439e3726e91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.18.19-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 47a1588ce2296517019e8ba64279fe4cc03592d96fb1fc726ed9d0f5f01b5ef8
MD5 fb6aece2e5b8804317c2ea989b66e495
BLAKE2b-256 ab6a3ee4c9d412159918ce46a4118087b9588ba91d8b37479ab43e0e0f1bcba8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.18.19-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.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for PyMuPDF-1.18.19-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0c43b849c1daef36dc83667726518af3178c831c053e3e946e1989b5fb477bca
MD5 bb68d87f1d59876fc14941bb3a2189f1
BLAKE2b-256 f8d60a7a9f03a2904d593735568f478babe6078e2ba80d2385c9692ae0b78e2e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.18.19-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.19-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 e7f1897600f7a56073b1370a1709f68b00c8700c4ef945bcffde1a09f58c2746
MD5 54d47505e306b49c3830ddbc5423a89f
BLAKE2b-256 fdb31bcdc4d665a713bbbbeb1d2009c09f1746ea413adcf87ff4f3acd0f13f1f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.18.19-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.19-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 ea96c0129d6be8a289b80e7f0a5f6842e09c3dcb568a170297afb256cc387146
MD5 e1d74544bef2e9a9efb1d8ecdb6ee4f2
BLAKE2b-256 bb703cb22e5f3bc5c2a632a5d41da026f514f474bf856ec11ad2f30441027237

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.18.19-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d772141c9e007b887da54da5677e13975305bd85ae833eec35b923bed35ea9c8
MD5 8f3e640c55e02fcb18566a0807b18a85
BLAKE2b-256 41e59292ee907702554a10605668744d369046bda3e456b903b14c9d79712694

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.18.19-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 af2c6934eb8dc803c958d9742c7b64aa7d6287f764844f296dfdfe9e576e4df4
MD5 7fc59527c8d38a0155659ed198fd8bea
BLAKE2b-256 3cbad2b6380b2ed6c9279c65dee2161653c1261020ba3353af8621e2616189c9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.18.19-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.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for PyMuPDF-1.18.19-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dc2df761b59ff06d16db7a5ce6d19bcab365efd4391eac96dab30ddda3a09f87
MD5 49f9542366e91dd81df461c9e17cf3b1
BLAKE2b-256 5de3c1d80a97bf175d9cdf1bbff01be6ef05e5673ef48cf64a2b6be028973bc0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.18.19-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.19-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 7a7fc4b4069934d7663dbd2bcf698f123b9bb0c4b4e25383a549692bee56f466
MD5 04faef0dcf85d4e1220f4d6f108768b4
BLAKE2b-256 5e9a8a5e9c5756f99053c14546c6a969ce7f08be1a755e1b984cbcaa7c566c72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.18.19-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5044f9447686874f442a676776615b48b6a04d63a68dd99da21ad7a0efd5d13a
MD5 2c7def304c2c52533ed0e27b34a6ffd6
BLAKE2b-256 36f37e1b613bd14a8428583671c398e6f4f5d2c570f77376013e48b04538922d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyMuPDF-1.18.19-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c802bdc3fdf690470a490cbcbf026895bb497f8049d33df47e1c64da939d46b3
MD5 72f9643624f13df8f4e9c9b1baf9ad2b
BLAKE2b-256 d8b659c001fa851ec4ad216232bc256b9aaff67ff9cf1c4bb542f68f1ad5fcd8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.18.19-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.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for PyMuPDF-1.18.19-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a795f40654a98459007148fa0660de5a9e1e1e0d12dc5d56bbdea481a1ec8fbc
MD5 6c59f6902bb597664642c97b11535c69
BLAKE2b-256 ebad0fc587e08f2215ca87a6a323c687bf72a97d38c48b0800c4119a240498f5

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