Skip to main content

Python bindings for the PDF rendering library MuPDF

Project description

Release date: March 25, 2020

Authors

  • Jorj X. McKie

  • Ruikai Liu

Introduction

This is version 1.16.14 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.14.tar.gz (186.8 kB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8macOS 10.9+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

PyMuPDF-1.16.14-cp37-cp37m-win32.whl (4.5 MB view details)

Uploaded CPython 3.7mWindows x86

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

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.7mmacOS 10.9+ x86-64

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

Uploaded CPython 3.6mWindows x86-64

PyMuPDF-1.16.14-cp36-cp36m-win32.whl (4.5 MB view details)

Uploaded CPython 3.6mWindows x86

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

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.6mmacOS 10.9+ x86-64

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

Uploaded CPython 3.5mWindows x86-64

PyMuPDF-1.16.14-cp35-cp35m-win32.whl (4.5 MB view details)

Uploaded CPython 3.5mWindows x86

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

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.5mmacOS 10.9+ x86-64

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

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 2.7mWindows x86-64

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

Uploaded CPython 2.7mWindows x86

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

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 2.7mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.14.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.14.tar.gz
Algorithm Hash digest
SHA256 d28fbf3d8f70a5ac79d01e4b780f5b28ca020ef65bfbac549a4a8d84f66e0ab2
MD5 9db727c61a27b94d26215cc3634591fc
BLAKE2b-256 b756ba3f555dfceeba2aa442890d55c4514bc19b46b42e410fddc902d480b842

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.14-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.14-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 5df828afc4560a3ec6954b1000ff9f881d9da0061f3782c00eaaae00031df01c
MD5 69dff88edd69c50e0970b5b34e8f558f
BLAKE2b-256 b18ff78d7210ed1598894a212d0ac0d6d370cd0e1029ce8014940ba5f5830942

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.14-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.14-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 f55a41a6361a31ec32fb58726743520ce724657dfaa7895f5033e7182273684f
MD5 d1074cb47c638e458541d47a5f1d6060
BLAKE2b-256 8648afdd1b80e8278430a51b1e0e5f3353cbfbe379601be6bf2de12214c19e2b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.14-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.14-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 05097e47ce956ea66b8acf750161ac0c991fe8d19702270c3ac6fd82c90fb6c9
MD5 080caa97105c9104459adf3f49d530c1
BLAKE2b-256 6e6a1294187941deddf7faefefdb012ba1ff85caca3017fce883fbfcaf8e6d73

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.14-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.14-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2a13683f25df3234ad431cb1e25304e5ea845769b42cd26568b9bb26f6963caf
MD5 ac94cac0a3edb1f312abcdfc54a28ffb
BLAKE2b-256 28599acb2b234323cefa14fedb01b27bbbedc106e06051fe6585e0dce5d37cf9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.14-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.14-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 dd747a4844ba28274379611e0e0cd2f086f56e370690ceee579bffef637991b4
MD5 c4ddcdcf4ed08dc2731a0090aa19a5e7
BLAKE2b-256 2ff7190c23306604b11500ec6593ff8a8bc71e3a1cacfaabcadf504225d075d3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.14-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 4.5 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.14-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 2c9400e35ddffe2b1cc8be677c6c34bd024608f0d4a219e9c4734ba567b869cb
MD5 8057fe4017504de6ac35d7f7da413921
BLAKE2b-256 2dacff421cd31f01c9355cc5a18d79a2235d614e250d5530f56cf36c108899be

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.14-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.14-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f130469c858611d9445414a0c38672868a6d89c19ce9284ad655095dbd3bf037
MD5 1d76e54339ac629ddf5573602512ef17
BLAKE2b-256 646de8f9cd7748ada73f34b9e92f4b3cd840be332f5c50bc7edc1ebd0c6dba98

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.14-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.14-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3c2b95336862c127a276bc3da65dd718ef8509ee8a26355e2ab16c19bd79e5e5
MD5 2f3ac4c0a57084184cbfcead816f722b
BLAKE2b-256 78e07511671b61a3bbfc1de40c3f8a5cd4eaa20e2286c0f34374ac1cfa3331aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.14-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.14-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 45d77241eccef81f2c6f2694d9b9c667e6b6af5e443f0ee9a18e671bb590628d
MD5 cfff426204a32ddf3a8e56ee75df447e
BLAKE2b-256 2de0282145e4e19749083119045a380fd803a553c7f3311c5ea9be20549729a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.14-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 4.5 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.14-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 a73370d254f790caa1979168c62e55452d5d23486205e80187cce0e18b244019
MD5 16daed5d96ce0d16a86995c9aa4db857
BLAKE2b-256 6ca7991b2e2e880dc8389a7d40699f233887374e8d4f3d493c363a4e6f8971b9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.14-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.14-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a3110716b052ac3058317a81fa838742c0b21cc556b0b6d6d74246dd84ac2ca8
MD5 8927f017bb7f418976817d217857ee3a
BLAKE2b-256 95ed52b7747088797318a2e558f390f0edcd0ae174b9371abf3cbb6d6a63a552

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.14-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.14-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8a365ab4fcc18b6c24aa5a56e58f524ae762c492c6ef55b1c7f45f42b3e51bd6
MD5 ea4f49e3738238019b62538cbdb61bae
BLAKE2b-256 90051445b11b3ca4826293118627241f46404b0ae54b6a3d8c64e6bd267ef954

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.14-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.14-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 e409abdfb316e35ea6ee5871652924eda0388ee03b5f655e16bd5e0727130f18
MD5 6c79a67fa68c2ae63f9aa06aba62ecd0
BLAKE2b-256 0d95c37325b4511faab2c9103bf6bfcd159648d0673a2a6be876f0be6764fcfa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.14-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 4.5 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.14-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 2b5933d9e11335ec2e9c960e0adfa0d480543c0af51409cda18de143a0ceed14
MD5 7ce7e4a5be17f7860c153cb960d062ee
BLAKE2b-256 d76887ad61ae07e4605a92b3adcfd1df5d14d1afc63227ab164526a1cf33d705

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.14-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.14-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7139ed2ebdc2e823113fb18041b5fb35bb66284b1021cd2144c179dd15f16311
MD5 5ecd38ed1bd0c104ac905cc57a9bd0fb
BLAKE2b-256 3f40cec1aee31464d10aaf43130ec6c2900ea64795f56aa288a020541a572d2a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.14-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.14-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7fd9089b6ce46f84cfd202cae11b6476d554262ef9ece4b19f4315352cd1b922
MD5 b166adfd149038a93d49714737497b47
BLAKE2b-256 c44af1d5993850f678d9c3871e0a1857655e185c4fb41c497a1fbee42b16df84

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.14-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.14-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 067450d1afb3ce2e3e444373316e07bd6a11be6e693e5e7fbd003e00ca86b8ac
MD5 8218741defca34931b479a408f7d1730
BLAKE2b-256 970492365fd8649f30b8b3f5f2db4c683251b27885bbca1cbf1a5e2573676738

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.14-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.14-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 7f8c46b3c39666a009eee30cd9eb26901ecad3026b0d15b0a22b99716fbbe1a8
MD5 7bbc9fb5aaacf096ae26bd225181922d
BLAKE2b-256 3f569338833981fc1c77097dd86cd9515facb9e44eb8c6d75d9a2bda6c58f60e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.14-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.14-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 1398ab0b5e0610eadd59d39c35111d429014acd50390b7e462535485c87ae976
MD5 44b6b7e2aeac6ff271e446c61ede5a24
BLAKE2b-256 68eddcf1d2a8e2a85ddf41a04a75ffc037673d3f8c6b8f9765197ad35cb70834

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.14-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.14-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8443105218129be37e052ace984307c0a4961cfa40c68d206ba7db8bad6f57ec
MD5 d50b63610bfaa9d58e61de98e353c6a0
BLAKE2b-256 ab17c03c8802f51badadc5b746fc2b5c06f100fa82defcf3c37a14f8354de160

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.14-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.14-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 37604ce7a01e6558d1cf5fdb8806ac62b36c675742da0998f1a26f8e22f86043
MD5 a9a0bf32397e257ba7bd1a6e8d475384
BLAKE2b-256 87ba2e01db1249e944b92727341b0b0e258aab905b3f3a7bb0c128d72353da95

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page