Skip to main content

Python bindings for the PDF rendering library MuPDF

Project description

Release date: June 20, 2020

Authors

  • Jorj X. McKie

  • Ruikai Liu

Introduction

This is version 1.17.1 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.17.1.tar.gz (199.8 kB view details)

Uploaded Source

Built Distributions

PyMuPDF-1.17.1-cp38-cp38-win_amd64.whl (5.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

PyMuPDF-1.17.1-cp38-cp38-win32.whl (4.7 MB view details)

Uploaded CPython 3.8 Windows x86

PyMuPDF-1.17.1-cp38-cp38-manylinux2010_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

PyMuPDF-1.17.1-cp38-cp38-macosx_10_9_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

PyMuPDF-1.17.1-cp37-cp37m-win_amd64.whl (5.1 MB view details)

Uploaded CPython 3.7m Windows x86-64

PyMuPDF-1.17.1-cp37-cp37m-win32.whl (4.7 MB view details)

Uploaded CPython 3.7m Windows x86

PyMuPDF-1.17.1-cp37-cp37m-manylinux2010_x86_64.whl (6.0 MB view details)

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

PyMuPDF-1.17.1-cp37-cp37m-macosx_10_9_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

PyMuPDF-1.17.1-cp36-cp36m-win_amd64.whl (5.1 MB view details)

Uploaded CPython 3.6m Windows x86-64

PyMuPDF-1.17.1-cp36-cp36m-win32.whl (4.7 MB view details)

Uploaded CPython 3.6m Windows x86

PyMuPDF-1.17.1-cp36-cp36m-manylinux2010_x86_64.whl (6.0 MB view details)

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

PyMuPDF-1.17.1-cp36-cp36m-macosx_10_9_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

PyMuPDF-1.17.1-cp35-cp35m-win_amd64.whl (5.1 MB view details)

Uploaded CPython 3.5m Windows x86-64

PyMuPDF-1.17.1-cp35-cp35m-win32.whl (4.7 MB view details)

Uploaded CPython 3.5m Windows x86

PyMuPDF-1.17.1-cp35-cp35m-manylinux2010_x86_64.whl (6.0 MB view details)

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

PyMuPDF-1.17.1-cp35-cp35m-macosx_10_9_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.5m macOS 10.9+ x86-64

PyMuPDF-1.17.1-cp27-cp27mu-manylinux2010_x86_64.whl (6.0 MB view details)

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

PyMuPDF-1.17.1-cp27-cp27m-win_amd64.whl (5.1 MB view details)

Uploaded CPython 2.7m Windows x86-64

PyMuPDF-1.17.1-cp27-cp27m-win32.whl (4.7 MB view details)

Uploaded CPython 2.7m Windows x86

PyMuPDF-1.17.1-cp27-cp27m-manylinux2010_x86_64.whl (6.0 MB view details)

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

PyMuPDF-1.17.1-cp27-cp27m-macosx_10_9_x86_64.whl (5.3 MB view details)

Uploaded CPython 2.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.1.tar.gz
  • Upload date:
  • Size: 199.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.17.1.tar.gz
Algorithm Hash digest
SHA256 a49efe05e0fdd1b69738d5cb4e6da4bced3ff787ba88235a1fa57c62dac1e9d4
MD5 9fdc9ba8c4e3ce8e6a3e510a6e9b09d6
BLAKE2b-256 c42007ebf77770098994688d3058fc0ad302f9652bf976a45f20107cf87b5da4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 5.1 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.17.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 844998ee720fae8ed743164acbbd6ecc9bb938ca68c342d5afc7f3a4a850bc73
MD5 89c002045b3937c54bdc236d8fb7260c
BLAKE2b-256 5cce7a8cfc18c6f4c7e83a1b9e9065a0233a9c2e983113c8ee6d3a39ac008bb5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 4.7 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.17.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 2e3b9fe58f02b9b5623fb1d4c923445af75271ad647d83756700fa8a98dec268
MD5 a062cf492f1d6b3a25515464a116d14c
BLAKE2b-256 3129081a2f87e7b49204a6a02d783a3c480fc696b52fed69a23654e585e38770

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.1-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 6.0 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.17.1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7405068db9984c8a5be14911e6d2d56ce4e65d6b0e06442cad8bb31ec48b2650
MD5 6473c1cdc4d7900e718ce0402cd2ce7f
BLAKE2b-256 e8bae7f9cf97e1ab1cc2e1db50894cfb6186dcb0d44a87c1e2ac103f7eef1268

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.3 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.17.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 df28144285ff4dd56b147093bf38518d9c8b16effedd73987eb500f6860b3519
MD5 aa0e3c28f56fc0c9238207aed00f096e
BLAKE2b-256 520bcab67c4331bcc9c6029b0a78185261de5c077610fe903e4eeb0c1558d899

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 5.1 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.17.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 da62ff45f40e2233a89de7c2500c06231033d83d2da9c6534d3852f03022b75e
MD5 c622c62582159bc5b606e50f3a913edb
BLAKE2b-256 111825140896f7b20c3330ed6bb119fa1d15b4187a0e6569f41f6e9d574adac9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 4.7 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.17.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 3383dc6bb1cdc67586b8e9aab4feb077b1bbe12e212d43c14af2135e0c98ca61
MD5 42bcb2eceae1f4354b921d2a3e147a52
BLAKE2b-256 4c7d27a360f4dc11b533372b9dfa02df4b6e8fea940a28f420dbe1a30259cdc3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.1-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 6.0 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.17.1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 6da9c569d3a8fc632762d461696992d08ea264a3005329f993694cee396fbd29
MD5 95d06352d5fc62042e12549442cc17ed
BLAKE2b-256 58ee30887f42e446a275198da0030bb849a2ef750a9ca7c68f010fc44b32ddd2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.3 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.17.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cedd0b1c33f48780db30c02236af402e777c728ee426a91df77389d8ff38eccc
MD5 3b94beb3ef04330054793911e14d9103
BLAKE2b-256 e6eb88998d725ddc0fd278b34f62d4cb89abb081ab492bb1c529716988d5afbd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 5.1 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.17.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 2e5e7685586c014663221eb378e52b88ed172319f28235026f96ebb98220d941
MD5 0fc7ccdc16910b092c225ecb4662cff9
BLAKE2b-256 632b87c83ba42b24307c9475788f892a8ef9fd20639c8c5b685b5b229af5ffc9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 4.7 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.17.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 71ebfd985f60c372f30d7208d7573c4d199b5f23557e0d9894c8c7f96d6c2b87
MD5 c39d698f043e46c526160fc5175ee9cb
BLAKE2b-256 5bef6a71695fb1732754a12d4316bd9cd9a64ac2b4121752e3bedc8822782b42

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.1-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 6.0 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.17.1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8967fbedd1145c23f1f5f270cd600bdd660d0549f647b4496900dad0a21e0464
MD5 99a9d8844177d03e2b33672f9e31cf01
BLAKE2b-256 bfbab62f158581cbc39e1ff88905390b5365fb095f7a8787987c9d1e2ac9f835

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.3 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.17.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 12e096596daf820341e8239950d7cc8cca9663e513f42da73e2b1051d64363df
MD5 e5e657b8809b832325b390c8a4e1769d
BLAKE2b-256 1a5b4f49a9861499c979b0c3f8465ca4533e1431033beae382635134bad2a0ae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.1-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 5.1 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.17.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 51bf3dc6f69f9db9135836e15119ef888e9f4d5fb831c91591e98f2b6dd7edea
MD5 0bdc5c469191e4dc97a2fbaff0c765e6
BLAKE2b-256 644c30263ce9c29a16a068e1405619990dc5fd275e4ebfe58041fcac94dbd9e1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.1-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 4.7 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.17.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 254a8ad58481a8acfbd41b1a3df314548ad1852f1c1daf0574e48e6eff0ba944
MD5 2d6fce9bf451b4c8053e1a13156f4fc2
BLAKE2b-256 ae2e91a4a18a84e481dd653d1e2a257a403fc59e491567f539b51dd8946af462

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.1-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 6.0 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.17.1-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1f6678999a190daf8c21ab4b6f59fdec3c9fe4e1c67b1dbcd7ec1b6da9f266ce
MD5 e90f0c18d49f423d661de105aca78055
BLAKE2b-256 2ed652b42384c039b248d44554daf79d1dcd74bf451a6393c985121de016224a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.1-cp35-cp35m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.3 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.17.1-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b4029e6cf8e9ed1f5079ed2778adcc3462071adc5b5bf6132eef50fde2652a07
MD5 6397e3f1d7fb9a50dfcc40ca627f37a5
BLAKE2b-256 f93cc1c9b77bc7a771c2cbc03f1d23bf9aab71227350d07780a3c11c7d950675

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.1-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 6.0 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.17.1-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e7599f11fdfaef2303b645d83b6ebaf727781fcee7015341a7048d009f264cad
MD5 21e3991b77b07b6258e45f8ed068d193
BLAKE2b-256 742a44a3cb0cdf2d14bd5412d52f89c35ae15be4461b293d25df7981c3cf6a87

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.1-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 5.1 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.17.1-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 fd8c2a241351909dfc94211cf23ba3d028b8295a5703b07c0d29f2a1827433ff
MD5 715ce166aa71df7bf313aa2be911b030
BLAKE2b-256 a9a322ff23b8de3bcd6e8e189d29c65ee70ff35b9a5d369a2f5e7d45d5e44eb5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.1-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 4.7 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.17.1-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 2bc4826d7b236f3923c0c96b43efb889cf13ae99832938f39e4548dd6f563be2
MD5 018f7f4ab1106733049a510d25cdceca
BLAKE2b-256 fd3b902e3554b3e1e87479ff8f57dfdadd8e839f957a9afb61c0959db8843635

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.1-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 6.0 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.17.1-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 095bd0fd6e2ae3a779652948a306def18ca0086c8a141707e7320d85f6061c7c
MD5 a5d2d1d33ea012fe1ce05d9a8a9707d2
BLAKE2b-256 38a40f5a3e86decbd7d20ecedc50081b593b79a9ecfe29cef6e1230d4124fafb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.1-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.3 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.17.1-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f2b73ee2b4532566d41bdcad20ce8530523928abc448f855364c7986439bea82
MD5 596dc54e42c54f78ad5b3f7789d49eca
BLAKE2b-256 00e8f28ca45f467000bfb195c93b5dfa4d701835ed0f2209af764f758ed9dd14

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