Skip to main content

Python bindings for the PDF rendering library MuPDF

Project description

Release date: March 29, 2020

Authors

  • Jorj X. McKie

  • Ruikai Liu

Introduction

This is version 1.16.16 of PyMuPDF, a Python binding for MuPDF - “a lightweight PDF and XPS viewer”.

MuPDF can access files in PDF, XPS, OpenXPS, epub, comic and fiction book formats, and it is known for both, its top performance and high rendering quality.

With PyMuPDF you therefore can access files with extensions *.pdf, *.xps, *.oxps, *.epub, *.cbz or *.fb2 from your Python scripts. A number of popular image formats is supported as well, including multi-page TIFF images.

PyMuPDF should run on all platforms that are supported by both, MuPDF and Python. These include, but are not limited to, Windows (XP/SP2 and up), 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 the MuPDF library first and then set up PyMuPDF. 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.

Starting with version 1.16.0, PDF password protection is fully supported: 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 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.16.16.tar.gz (186.8 kB view details)

Uploaded Source

Built Distributions

PyMuPDF-1.16.16-cp38-cp38-win_amd64.whl (4.9 MB view details)

Uploaded CPython 3.8 Windows x86-64

PyMuPDF-1.16.16-cp38-cp38-win32.whl (4.6 MB view details)

Uploaded CPython 3.8 Windows x86

PyMuPDF-1.16.16-cp38-cp38-manylinux2010_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

PyMuPDF-1.16.16-cp38-cp38-macosx_10_9_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

PyMuPDF-1.16.16-cp37-cp37m-win_amd64.whl (4.9 MB view details)

Uploaded CPython 3.7m Windows x86-64

PyMuPDF-1.16.16-cp37-cp37m-win32.whl (4.6 MB view details)

Uploaded CPython 3.7m Windows x86

PyMuPDF-1.16.16-cp37-cp37m-manylinux2010_x86_64.whl (5.7 MB view details)

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

PyMuPDF-1.16.16-cp37-cp37m-macosx_10_9_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

PyMuPDF-1.16.16-cp36-cp36m-win_amd64.whl (4.9 MB view details)

Uploaded CPython 3.6m Windows x86-64

PyMuPDF-1.16.16-cp36-cp36m-win32.whl (4.6 MB view details)

Uploaded CPython 3.6m Windows x86

PyMuPDF-1.16.16-cp36-cp36m-manylinux2010_x86_64.whl (5.7 MB view details)

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

PyMuPDF-1.16.16-cp36-cp36m-macosx_10_9_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

PyMuPDF-1.16.16-cp35-cp35m-win_amd64.whl (4.9 MB view details)

Uploaded CPython 3.5m Windows x86-64

PyMuPDF-1.16.16-cp35-cp35m-win32.whl (4.6 MB view details)

Uploaded CPython 3.5m Windows x86

PyMuPDF-1.16.16-cp35-cp35m-manylinux2010_x86_64.whl (5.7 MB view details)

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

PyMuPDF-1.16.16-cp35-cp35m-macosx_10_9_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.5m macOS 10.9+ x86-64

PyMuPDF-1.16.16-cp27-cp27mu-manylinux2010_x86_64.whl (5.7 MB view details)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ x86-64

PyMuPDF-1.16.16-cp27-cp27m-win_amd64.whl (4.9 MB view details)

Uploaded CPython 2.7m Windows x86-64

PyMuPDF-1.16.16-cp27-cp27m-win32.whl (4.5 MB view details)

Uploaded CPython 2.7m Windows x86

PyMuPDF-1.16.16-cp27-cp27m-manylinux2010_x86_64.whl (5.7 MB view details)

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

PyMuPDF-1.16.16-cp27-cp27m-macosx_10_9_x86_64.whl (5.1 MB view details)

Uploaded CPython 2.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.16.tar.gz
  • Upload date:
  • Size: 186.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.16.tar.gz
Algorithm Hash digest
SHA256 db444b2c5c5e5502b45d797f79c1d93662d3a4be2701cbf09cf6a2ab97e484e7
MD5 0b0c4171e8fed98d025886750347c48f
BLAKE2b-256 3e1f3d8fa6d828e3a1109ecf67263fae88142fdf33783134713a8da11a1f5bea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.16-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.16-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 3603b5ed4bd137acd06416950f0b3378937de13321b1dea60fb2c5cf5090eef7
MD5 bfc0d265d26d4907e36ebeb4446bf882
BLAKE2b-256 ca810e22a0cc81a8ac9ba4e6eb68936c3d086e2b95ac376aaf333e53acf60f92

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.16-cp38-cp38-win32.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.16-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a485ccff98fb7d7e8e3b06ed48754904fc792e86755896d3344b899e14ad9a72
MD5 570ebebfc61f157866bfb313906fcc5a
BLAKE2b-256 f271f60a3f362557e53ebaa536daea2aebf918a30cf9614adfb3536e2109b9d9

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.16-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: PyMuPDF-1.16.16-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.7 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.16-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9c5ba5372b8c4018deb3c24434fff6865fcfdcb5057e13b5550ff49dd1127e62
MD5 431dcc936d1a6967a292d777d2c2298f
BLAKE2b-256 6682e98417921b6d6e8ae63cc3cdbe731ebbd58c8b121eb6dc0fbb6710239e49

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.16-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.16-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 27e94a42e93ea54180df6d1149adbf9b18318289d05a3acce128fdca2d398b1c
MD5 abe6bb235fa854ca0ff001361ab129e9
BLAKE2b-256 644e0126ad2ab8e05394468f729b7e587f4482d8243b8ddb2501734691325d99

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.16-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.16-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 ae57470124ea4a37b8db4cf6b0642a70bd768961543c4e3d7dcad7e07f51f6a7
MD5 e80ba8e805a7b4f72b3cafbf5771cb6d
BLAKE2b-256 950759bd77846a6bad6da7a1827ead5a2d7d2459b97d1e15547a0b5464ff7173

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.16-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.16-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 c35e0acc836e78ea1d080d2f73aeea12b87562f917824681b8be83913df492f7
MD5 529e6fcbc6e9abaa0a13387a6e3764de
BLAKE2b-256 c549ec6b4e7e72078d003ccd995e5d16b6342b95b6a2bd108a8f49bc043947f0

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.16-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: PyMuPDF-1.16.16-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.7 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.16-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0a89fb7a8e8dcdceaa2f0f504a3ef7837b914e4aa7d127c88eb950008cce058a
MD5 7c1da1ed0a49fb8cebc60bb358417583
BLAKE2b-256 3f83b290b1746df62052db18e1f62b8e2c478b4c80ae5d10c8ae50834187260b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.16-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.16-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4baee35f5b367395364afe0478b7699b50b06fd0483878b799e3dd93114cde86
MD5 b83c83130e6eebbe808cc684c34a46c3
BLAKE2b-256 931000ab34c165a6c2a71974d7ad59c03d1508def6c527231815788cd1800a18

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.16-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.16-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 3d7a550dce21f0d8c857b6115c445663f2577ad049925b441b9107878901cf4b
MD5 bfa30a777797cf858d2d00a04632228c
BLAKE2b-256 7baf9b5c858724064c06799dbdf07bce879fcd4f00af388a88d9336228203e7a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.16-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.16-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 8069f4818ba4efc9b8b0a923828d46ee9a259e774cf6d3a2cca728c74fd80032
MD5 18e0a9f0d4ef22cfcb50d0d5e4475bd5
BLAKE2b-256 94c5dd49b9ce499e5f8d728274073a25175978cc7856d6db3e5a6fcd55353c76

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.16-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: PyMuPDF-1.16.16-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.7 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.16-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cadb6f0192fb98453b1f45600464e077494193e9a6b2a1fff1275009c19b5ae8
MD5 043c8c9ada5bac7839aab8bb80993b4e
BLAKE2b-256 e32d3e80715c02f0c24f7c1421682fa88c3438565b05ac5cb71c4d5c52d07c42

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.16-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.16-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0df38f00d623b3988a19a9c02ebae3813b58b6cee10ffff13530c374939f87d3
MD5 331c7af05d2cd77355493abfe13e0fa5
BLAKE2b-256 caa9748ea1632d77bb86de135fdb05072ffab6c342e34e7e70b2c5caad80d595

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.16-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: PyMuPDF-1.16.16-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.16-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 090026188e758b26f39d322ffa2e66ce3f181cd0ed53f184176ef8c9c6c45eee
MD5 883112ec5b82d76f33a9fa52be243974
BLAKE2b-256 08fa4ccd7b21c71dff6f2d7ec7ab69c95e552f569847af26a0060b705511a9bc

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.16-cp35-cp35m-win32.whl.

File metadata

  • Download URL: PyMuPDF-1.16.16-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.16-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 7aad90cfeb19f50cf6567ea0d4a576c1d809e313c74b5cb9b87d25c1458e9548
MD5 dab2e0f6dd5641e33aad012cb880b925
BLAKE2b-256 84ec8b9c43f4c27ee474e6e9587444662ffb5accf4e1fa4ab465643b3c18b5af

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.16-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: PyMuPDF-1.16.16-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.7 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.16-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ce9a6646229fc57e780b44e7e5bd5b9e1335635b7d8367b8ad7b0ebf40447a83
MD5 8bd501b9b806f87f3894dbcf6bd49e50
BLAKE2b-256 dd666e2822a6eb0c4e6240d0e9e5d375be364a3e49359423363d1aa407e47ad5

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.16-cp35-cp35m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: PyMuPDF-1.16.16-cp35-cp35m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 3.5m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.16-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4664a5934af43f59ea38865d5d995a877b0489b3c2bda169c97bd7501f8050eb
MD5 098b815707270556f015021ada5cd8f8
BLAKE2b-256 e74a5b90ad6c392215fb8bd0d28581e74dbd9f945614e08bf2257234353097d8

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.16-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

  • Download URL: PyMuPDF-1.16.16-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.7 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.16-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4879eafc87983c0ff4fe0985eb798232f078d23ca3c5d5002f9f5ac855ebb0ab
MD5 870a1d7b0812d533b57ccb693d908918
BLAKE2b-256 f7c8ddcec2458a566504c723d35a19d914979610be4b3d8bc08cef2207dab76c

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.16-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: PyMuPDF-1.16.16-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.16-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 ddf192e29b2dfaa1fb4f05da055dbfb486c86e3574dad1bec3e7a3b795f9d554
MD5 31dc72fe704e9c8267ba3b0aad95d45c
BLAKE2b-256 aeb3a891f95d86a73678630fc8fd7bea421592fc3fafc60f37b50be88e5f6b72

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.16-cp27-cp27m-win32.whl.

File metadata

  • Download URL: PyMuPDF-1.16.16-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.16-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 5cf2af6ebe1b76100d868b3949fba0bdaa8e99808f8e034e30850074cb2ece74
MD5 dc00147260c81d3d39977afe11bd8fec
BLAKE2b-256 ca407b120b69eee6e5fcd0ae45fe38bbfe0027f5693f47ca2823189aa0ed9395

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.16-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: PyMuPDF-1.16.16-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.7 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.16-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a1f33c556b7476fdbe0835f6858ed3b781ba7b76cf71898bce303d5a2216d6c6
MD5 51f99da559ead5e4a9cf436cf637f530
BLAKE2b-256 d6afc4795ae59012c1c7c5a85a552331c7ee1baee2bd2dc136d0686c3725f8f8

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.16-cp27-cp27m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: PyMuPDF-1.16.16-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 2.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.16-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 04181a26b3fb7d35d8d0719fc173c527fcc6557d66da656342a93724079e311b
MD5 66652549cedc3217000326050076aab1
BLAKE2b-256 2581ca5e5b7d1ebb64ad6bd23b3a429821862ff41826c630cf1911d79d57bba7

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