Skip to main content

Python bindings for the PDF rendering library MuPDF

Project description

Release date: March 27, 2020

Authors

  • Jorj X. McKie

  • Ruikai Liu

Introduction

This is version 1.16.15 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.15.tar.gz (186.7 kB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

PyMuPDF-1.16.15-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.15-cp37-cp37m-win_amd64.whl (4.9 MB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

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

PyMuPDF-1.16.15-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.15-cp36-cp36m-win_amd64.whl (4.9 MB view details)

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

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

PyMuPDF-1.16.15-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.15-cp35-cp35m-win_amd64.whl (4.9 MB view details)

Uploaded CPython 3.5m Windows x86-64

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

Uploaded CPython 3.5m Windows x86

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

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

PyMuPDF-1.16.15-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.15-cp27-cp27mu-manylinux2010_x86_64.whl (5.7 MB view details)

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

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

Uploaded CPython 2.7m Windows x86-64

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

Uploaded CPython 2.7m Windows x86

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

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

PyMuPDF-1.16.15-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.15.tar.gz.

File metadata

  • Download URL: PyMuPDF-1.16.15.tar.gz
  • Upload date:
  • Size: 186.7 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.15.tar.gz
Algorithm Hash digest
SHA256 c7c9f65167d982c611a7478fdaea603026370f25f2eb7e3d629e6111bce5eef0
MD5 f7f3b765512305677444c4fb373bd1cd
BLAKE2b-256 52ff85afcf14b473371bea1db6440b0ba270e59aaf342a266fb471e8eeefce61

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.15-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.15-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a3d0223d5e9575e1bf3f46f76cf6844025ef3d4d1815342c15ea3b16cb31b094
MD5 9f10b4839014ec27eac21df2fcd1547c
BLAKE2b-256 e30598ea70e36903661293b033ea3d1220a2382c13e527e1998b6b950c503fe8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.15-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.15-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 cccec6625d026da894925030bfcee9284d17024c57e3cadcb483c8aac2e680d3
MD5 50cfd6fc2bff5d928fbcde40abc925bc
BLAKE2b-256 490303dad22f7a5f818ac5f08ca7409248e7fc2f791d880b025d52024c0136b1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.15-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.15-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 6abf2f7e8ad65387cb41ac70212e5d87fad3c7d39da5724c1fdba2bfba62d67d
MD5 ad9654b060acb2a95056162258319344
BLAKE2b-256 a707fee4225e75114760355f867be79826f14c1b0208b7531331846bb2ee12c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.15-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.15-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 90e19a816669b5fbe116bbe97a51b9be1017c41f088b16ed7400b1f6b6394de1
MD5 1652da9a1e3f912d7270e896899d1f9b
BLAKE2b-256 a110bd0b2fd937ea43c9921274778f82de412de1b32d341371b3ffe154c576e2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.15-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.15-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 02a8aa152b4ea3dc6df192b8c6ecd9dbd8b669b694cd4d28ac54556bdf28816a
MD5 6c0e5711c9ea17543bbb0bf7e5f160d7
BLAKE2b-256 b908875d1c0a8ce2e228e338ec0241fe2f56ed756200c8dc8e24021ef22a34e5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.15-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.15-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 d2157d97e10cfc0f421130a0f5bf6135669876b8ed39f5893031bc8a6e2654e8
MD5 021ceeccb0a49978169b005a9b3b9ac9
BLAKE2b-256 0bcc60b618204042d9565a63f08007281e93204884273ec373586821e1aa99af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.15-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.15-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 68e5fa219b0579c08341eccb28a276ecf3bfc00d29a9eb4e282bd33e1a711b35
MD5 8127667c23d1928fefa6c04859c75a67
BLAKE2b-256 5156c5059225140a22dce8b91a459d0ed4ecb7c9ebf682d351ee00777e73bca4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.15-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.15-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 19a4a813ba60ba3c1156560d607b53432b945ed1354915b4b1366d3833794e77
MD5 603427c6682752cb54320d4473aac811
BLAKE2b-256 e0c82570f85c56c452553bc3733acfa85d3ee0e5a4a66331bdad71087c87c15c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.15-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.15-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 79806700cffc0308bb99704063bc97339ecafe30ee566716aaf6b86ad402fb23
MD5 0837f388dec3e52f7b9cb6a353809b58
BLAKE2b-256 b96931deef5871b504983bb6c971b723dbb933264c9c26c445ac0b7b4979a278

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.15-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.15-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 612e769e465c5a08ba9fba4fe36a9e0c42e2f1a3eaf4371dc270d8bd289ca771
MD5 892e6eb9b6379526a306d2e186eeb302
BLAKE2b-256 2762776f13b8b9cec7a8a625499ebc80157bef8957120f3c52665d1167046ddd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.15-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.15-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 33f29e79d19ea950a2d7df616fe0617bec107e154063486f748f972308fe7241
MD5 13af589efb878d1170f99b5e8ee2dbf1
BLAKE2b-256 12ba439ca8c464957509dcc96dd7bcae9d71297bb2ca15da5b91e732435ac521

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.15-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.15-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e8a35bfb285ce3b1a2b09d17322e9af87ad1e822a199a7ccd39ea0a24b6bbbd0
MD5 086764c80a335bee8c03dd4d8f37ff0d
BLAKE2b-256 335251b0770979c1ace0519f471a75ef0fa1c66b4e9609b5f3ef8ddff32d60a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.15-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.15-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 26907454f76e03e8ec5d3763fbf7a0cca4b80e39ecf6c8090536aa064ec0375c
MD5 df9b70c6dbf9618625ec3e5e030d4d63
BLAKE2b-256 ad8d94b8068c9b2e9c881f6f0fb0b0ce55cd940047253cd39ebe71520a87ec4d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.15-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.15-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 14c6ea84d5fc7d8df099a1207cdf6a38ebbabf3284d1053f8d0bd217c539a6d6
MD5 6509cf203cf1c8babe1727808724ef42
BLAKE2b-256 f7a5f508601f11b315c4362b037ef10d435f9f75aa46260f6c17a9ff40e7f19e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.15-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.15-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f9d277cbd89446f3518297e97f60a1694d2d9fa2cc5cc2ae3315a26de8e73c2a
MD5 47cae89b0ab4d002c0a0e5912cb04d6c
BLAKE2b-256 7d72de12c81fd6f05e6840ef5e39c61614c18fadd4875942259b61c3c0645be1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.15-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.15-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a58d7ec6c5fad8c648c4f303c52ea6569800d82ed406e8400cc6fcc689b5d602
MD5 11dc2e9291a25631c12f44f2473a971a
BLAKE2b-256 441510d694679edd90c4bae2f6d5fbd651d410ac7c67f578465e97ab53338e7e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.15-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.15-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c9bcd1fc1f83e0c8d3e24f257631a58cd124b1a4764cc50801c7951fc2debfc6
MD5 aea1451dd24d34bf64257612cc248435
BLAKE2b-256 6cb95b79652bdce477b458cfd3c34702bef8c489556b5324f75fe3de52b00bd4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.15-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.15-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 f1e9fb29e4871c992d06614eb26c92908f61a830a03f082211e3631109ba799a
MD5 d3552edef366d20b4e83c0caef18de9a
BLAKE2b-256 ab71f0ff9b7fca3898762644ec0bb9325349ba0f651c1fc533e98f845e618158

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.15-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.15-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 3c052ea955d45d26e73848b079517b07e5a046f96f2da9c6988e8a94112e9737
MD5 0d81fd5c03472b51ff7b5f5a65ffb3af
BLAKE2b-256 160b146fd12e0e89ee5740dbc58433578c944f44a046dee3d012ce8386c1e949

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.15-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.15-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 435af8b1dec250fc0bf549c200a545286297429133ed6b807e4bab92a8d64c29
MD5 4697c8c073bb24a8fd763d88b61e67bb
BLAKE2b-256 a8ba03ded5d0aa9367dba5ae47a8c59c7a11cf3bd31219db93bf06c652d5c6c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.15-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.15-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b11c0c572f3f108c7a6bc4fc2193bbe49e4b7fed0d841c699941ec6211b07e17
MD5 1717bb6f192373e221e5dff492a6377d
BLAKE2b-256 bcdc9cb1a19c2476d3b30550d7ba7b3d0aa574becf33889f6da1be0a8fe060ba

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