Skip to main content

Python bindings for the PDF rendering library MuPDF

Project description

Release date: July 31, 2020

Authors

  • Jorj X. McKie

  • Ruikai Liu

Introduction

This is version 1.17.4 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.4.tar.gz (202.6 kB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

PyMuPDF-1.17.4-cp38-cp38-macosx_10_9_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

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

PyMuPDF-1.17.4-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.4-cp36-cp36m-win_amd64.whl (5.1 MB view details)

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

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

PyMuPDF-1.17.4-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.4-cp35-cp35m-win_amd64.whl (5.1 MB view details)

Uploaded CPython 3.5m Windows x86-64

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

Uploaded CPython 3.5m Windows x86

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

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

PyMuPDF-1.17.4-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.4-cp27-cp27mu-manylinux2010_x86_64.whl (6.0 MB view details)

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

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

Uploaded CPython 2.7m Windows x86-64

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

Uploaded CPython 2.7m Windows x86

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

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

PyMuPDF-1.17.4-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.4.tar.gz.

File metadata

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

File hashes

Hashes for PyMuPDF-1.17.4.tar.gz
Algorithm Hash digest
SHA256 e04421ac7e9e892ea482d0bbf8b590ae7a4f82858faa6fd24943b037122971c0
MD5 83fe63d06963d356e9594f06f44cf979
BLAKE2b-256 7ea81c6727193a336e5fb764e591b44bfd320f4eced12021877c98112d603097

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.4-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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 fcf8ccb5adf1dca2ea02d99759840edde1353fc96994d897eddff39cfb5d5f25
MD5 a1da9cf904c12c4a6cb22071a75fc2f6
BLAKE2b-256 551f426f60bff1b96f85b5c115c99c02e24a571de389c66baa8d0864dcc060a3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.4-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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 8832a294faab4aab8bce7dceff1bb537563159cbf03d5aa485d3f61058eba1fc
MD5 fab8796ffa27ffca70fc17de7fb9ea99
BLAKE2b-256 4e5aee833b0a9e6c054ff0a5b00f4e52b5e5beaba841c9d42cc9e43f6568d149

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.4-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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.4-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 db11a3922be63f55fad70428b92149c8524575a575b246c8b057e781efc35b90
MD5 76f5ed4cee100f16ab7014701ddfbead
BLAKE2b-256 59068c65adc3396624cc1fd13bb90323c9e114836ea278d2e0c6b4bc99ea7aa1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.4-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.4 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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3949ebe467aa0fd9c529184f06c10baf3cf64e7432d25ffeb7a636fe8704a93c
MD5 99133977a6d602e5396e4dab3a2c22ca
BLAKE2b-256 c817f04e76db15c0e5fefe45d5420bdc78d7242de3845a61f45b6a48fbf64c28

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.4-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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 5f7aa3313e392cefb6a32f46864c0248ad29b1f3607498cbd8cd3b89913f02b9
MD5 a3d0d12928ef9729633016bc77897fed
BLAKE2b-256 39bcb64a8e853fcc1edca4a2eb1a6587b1674905a373ac162f5c6c830cc95772

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.4-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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 a0dd412ab7be40b60ffabaf04d6574bbb45547fa5c78da3fed7d276c937e8f54
MD5 989e671e1d198fd152695459917ab41c
BLAKE2b-256 a43fabcfddae63754b5e8c680bf8e1a596fe027eff92f3fa8858aa3f75cc545c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.4-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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.4-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 47199db99ea6f0696bcb5eec304f3ecbd1d812401404ee50cac6f8f49460ad50
MD5 134f4e9aba226cb500b07e654edd36e5
BLAKE2b-256 5a74cba27d5c84b52d136b60b9d5fa1a9b4e49df780ba7f864bef55f03958d4e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.4-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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a131b38e3a7297790808f6ac10747cf6b743e2e98922fae786dc3feac3201ab7
MD5 f302c352358af9188235f394dabae500
BLAKE2b-256 92c628d5fbf7a23c217511b26d51d57f643578e817457477da997c3a444dae57

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.4-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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.4-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 e9211ae0e2a9ab97987b089a629b9d7b6149c549ef477d541a3ed559a38e5ccd
MD5 84e6eeccefc38cd559853d9728f6a3b4
BLAKE2b-256 4ed4f2274343f6fb83f58f3dffdd03cb2368dba281786cf38f5d072af0c55daa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.4-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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.4-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 e0bb2491bd75282ec666e4634162b89d7c261076a64ef3f65475f52fcf2f7b6d
MD5 eb599ac78e27248e9d646c2f4a13e006
BLAKE2b-256 f74bd7e7f70f9cb56741fe8ecff2ee3921a8159fcbea797568af58655360a19d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.4-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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.4-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 069bea0f8cae9d5ca0764d030126f6eef8fc77b643d555203eb9ace2378fc6a0
MD5 b001faf9afde5498d01fa513a55fa45b
BLAKE2b-256 e53239085b2f6cfcac5d4ff10bd3b9527de193b32960ba6a0fd2afb3a5c412c2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.4-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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.4-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2a2afefd57a68da3005a8952fd48392dd3467c419f9133fb5c49eaea63924c3a
MD5 f9bc29451498db75487f3b07f73fa6ba
BLAKE2b-256 21239247668bdeb05c76a4c2df900a81b881032d03840a9da04507d3747aa8ff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.4-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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.4-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 9558157196ba52526f88d0704640d5e21bea6725447440e6d00a4b0e1dea2945
MD5 4b0a0999668da4d6b89ed9da9b6850df
BLAKE2b-256 95597843405cb0c24efb51849546c14aafe4d85452981182a3eb86f38b4f3b37

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.4-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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.4-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 6cedadfe9bf2a9aefcc7e87833ef3c98ae49717dd9aa451ce4d7daea7b2553b4
MD5 25b983319a91c7c4eebbcd2f51b121ae
BLAKE2b-256 5fd40efa4be97d6fde0eb844487303655fc043c399eccf1f4e69fff123e7724f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.4-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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.4-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a242b1b42fce0080683b063927010dafbe198c38f7e6eceed59b3aedd4e8bee1
MD5 82e2f4a044add5d05d03e1ed6b1eda8c
BLAKE2b-256 4e894bb5b17de97644986d2da2bbcaba3a8656ae3eb48e890277ff4c69caedd8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.4-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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.4-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 75ab703845f87330c6c7f72b88e449040f5fd2b185f9e3ac767fd49ab753878b
MD5 01f6de2578a21fef5cd46c508be693fa
BLAKE2b-256 4b58b8c24d8ea3d1009b0fe8a2089c3fdf0704b32f9704a9b18ffdd5a266892c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.4-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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.4-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 629495090f036d4ad39875f8ea88b07db77f35a84c297f36df2c4cdc8a3666c9
MD5 316b632a7d93e607b5a8af2b58615bdd
BLAKE2b-256 eb6c82c776876f5d5f225df775bc9550890cfa8280769dde8c43b737de872d4b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.4-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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.4-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 928df2b71f74d0bc420146bb3cc2e7eb48b2bcc10eafbeeb9b064bfa826e6ed4
MD5 e58a8e0a605649afd5ad741cd26a20fe
BLAKE2b-256 93a7c1a88a67ed1649a7a0a5d2976e0d8375a9d374c0461508907ccf10bf0ea2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.4-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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.4-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 464c9078adaa0a7a2912ba5262016c7779ab9ceeb4ee9da8e73fc1cdc0129b38
MD5 5220e705723ce8382eaf2696f3d947a0
BLAKE2b-256 1dfb4c949d082847698224bc088f77435a45eb8c4147b953d181ae6e6f415e33

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.4-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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.4-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3ed07b4988eaa1d0253e85154245446d7a182f4507b75d70d2ed706b2efac15c
MD5 10164d8a018f84b5a6e5263ec97dc5b5
BLAKE2b-256 b55e25b7c7ddcf904b22bdf035a7c6d34067ea90179e9cd522dcd4550e942f37

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.4-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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.4-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7e9bfe18e66e4c8db891776bd922d59698b3031c0a9797189eb0b7e53a33872d
MD5 3b0e0114eeb52eec7e96d460c870c984
BLAKE2b-256 01202a6f36179a3dfc75b1a8fdce153619862311c3e062f49aa818a7f1921641

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