Skip to main content

Python bindings for the PDF rendering library MuPDF

Project description

Release date: August 6, 2020

Authors

  • Jorj X. McKie

  • Ruikai Liu

Introduction

This is version 1.17.5 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.5.tar.gz (203.5 kB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

PyMuPDF-1.17.5-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.5-cp37-cp37m-win_amd64.whl (5.1 MB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

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

PyMuPDF-1.17.5-cp37-cp37m-macosx_10_9_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

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

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

Uploaded CPython 3.5m Windows x86-64

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

Uploaded CPython 3.5m Windows x86

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

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

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

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

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

Uploaded CPython 2.7m Windows x86-64

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

Uploaded CPython 2.7m Windows x86

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

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

PyMuPDF-1.17.5-cp27-cp27m-macosx_10_9_x86_64.whl (5.4 MB view details)

Uploaded CPython 2.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.5.tar.gz
  • Upload date:
  • Size: 203.5 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.5.tar.gz
Algorithm Hash digest
SHA256 ddec02c4dd1c2e0ead4d61cd97b52e725d643602f1f7832b5016190f5c653add
MD5 ff6f54faa2890c660773f3da1430bca7
BLAKE2b-256 2adbbf879f278068b975f8695713906092c80346a6dea9a5cfc9c3ed57f75bac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.5-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.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 244f7eadb22a5a72a12f3af080d0e72c0630ee44f939e4fea3b2d0fdd57c953d
MD5 0c850303068ac7d35d0fefe642b1fd54
BLAKE2b-256 f9767b68a9855a789d691f6fbc7b5ced7faabae268a781fc96807b6831c96667

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.5-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.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 43fc05f98f03d844661a91ddba230f20516c5dba44f526ac3bf832f69f7ff4b3
MD5 74306616542ecac40615a9a2709ffadc
BLAKE2b-256 04d903b4674e8e081b90cdbf888e2b99db751cc11b56517bca9660b511e4a5c5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.5-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.5-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 454df4a9a898afc9a54f3ed63b6f4c8c23efba9a73ff0e385be106bef11ebcb9
MD5 e1a237e03a58d63e634ad0ba67318cd6
BLAKE2b-256 f2d2d4ddbfd6e48c10c9a2b61127589ea7fbfde00834c45c0f4bb7e9cfba9814

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.5-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.5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bd1d4e974274708fbc7c42cef652dea0484840ed664828d0d69c5c172705ea49
MD5 2053545d944f5b959a0f1cc0baa894f7
BLAKE2b-256 8095d5fb1f6469caf78a162134bc53b2b249f3ef2f1322140bb4aa373de9f251

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.5-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.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 cea039b11676b4a7cd475817487694c888f7e378bc9b202a1d8294c01a855be1
MD5 c4c7cf4f7a378603356fd989c5a5ec98
BLAKE2b-256 34437d2d1f055ce141dc842fc88e234d23d1d233412638c89c16a8bec37e4f40

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.5-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.5-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 fb9a964fd993f7f74b4302703480d6f23d1c01d06a3f29062c886d3ff6c7b6f2
MD5 2d1452f9b466a0cb03cb7dca1d440b01
BLAKE2b-256 f3b9af1518f5466ed5db5e0a646931a0460c34581d05ef9b3565c8422f782911

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.5-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.5-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 18f6115a2d261976e3f5fedd3cd12879cbca5d3caac3a0c7a8f071a3aef38e78
MD5 26242b3772c89045fcee4c628a443668
BLAKE2b-256 2f8712495e9284654aed63e1fb7a9c96c0ca241219b4ef6e0a47a2f8ca69f34d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.5-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.4 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.5-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7174c0f4b5272f89761ad4d18daa21ea6765f29ef144939def7612ee35f0ae9a
MD5 174145edf50f3295737d52cc84630a8e
BLAKE2b-256 b147850c663e3c56ebe602ff2a9dd4c15f7e689ca541fdac4dc8b3552743faf5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.5-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.5-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 2f60f1297286668f8441c18916bd9dd4b55c0f38b6d7b56088a0dcb7c7f75369
MD5 7c0679067d7afed8533f535e3757472b
BLAKE2b-256 c035bffa04845e76c5574e3d9e04df8d7e40e8367a4ef247654ce1532332a2e8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.5-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.5-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 0fc9097bc8b6829dff79d9f98f7cb34409f8c0ad1e04960a4557881e295d5664
MD5 372133e383e13a4adecf703193dfa6b3
BLAKE2b-256 3e906b2498cc948bc9652507319ed0c0a3843b21dc65746715f7d773f5466a8f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.5-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.5-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b602a5e24a4150fbc6dc93dd568c2b278de10809cf7a603ee43abf40e29ca176
MD5 dbdd62fa0ed582e072959ddbf07d95db
BLAKE2b-256 3fa111e63fd3746e0e6e07e71226cb51ef8a3cc2a2ad5577be04e8470035ce4a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.5-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.5-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ee7330e64be7385ab490a11d2678856ccf7eb7f14cb463cde83032bc27a02d61
MD5 3e5b49d972c54876002d43b9b282dc48
BLAKE2b-256 b2db3f44747380f20a9ccf8b0295c342c808ebbd56cb1e604865796b4777042b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.5-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.5-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 99f5863f11a9b1014c079c78830556b9dfeb27f80f8fe832fce603cc92e9cff2
MD5 84dcaabf66235706343f62c0db854340
BLAKE2b-256 ca51c81e2681a495f0199d51f9bb16c87dbacbad322e26cda1323ce61bb036d2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.5-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.5-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 57c07bffe05ac54f6d03ba2193189d2f71e9bcb987143b7161d8553acd2d2ec3
MD5 788361079d3693afe235ad8d9c8fa879
BLAKE2b-256 d39ddd7915e881ffb3fdc2093ac6c517cc687aa2ee9a689cf7e6fa915b2bf434

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.5-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.5-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4e3d80805f15cc0661001b4f63ec7636ffd6980a8e67b5503ac5d2c0333edf36
MD5 bda4ff8fee947236743d4e394499c6b8
BLAKE2b-256 61f21e02a911ed2d7d2889582f0055c774d495b8b8493fa8b2d14fb1de5479d1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.5-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.5-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 459ae79935ea4d8c2b30bdba132a3585f449bee2591339c6a37e36bb78d6f9e8
MD5 5ba959ca6fde130becd1fe7cb80f5775
BLAKE2b-256 1bd5f2a0392321ea5ca438f4c715e7360d789de9067b3cfbf5200770196c4bc8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.5-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.5-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0103c151d040fc2a49e1582d6737a4887a0ee5d14ed2487f300ed43f2702e952
MD5 a81bf3b02373afe05b0ba5becc0b360b
BLAKE2b-256 ea78871015612e10949f9139aab4962a7bd145d9495a73be0924ed4c8c351b29

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.5-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.5-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 92b7c98c1e7621822c577072cffda87e8301188c69587b86a95768e2c3855e73
MD5 f3d1134493e3b26455b9c8fc20533e73
BLAKE2b-256 a51cc0689c054deda8bfaf664c8222b8b8c5c2ae63fa7e5de12b0f254c9fa4f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.5-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.5-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 72758677df215285fc4b146b980267c840026c09a4d0e4a182f1d3058280efb9
MD5 7f900f098abe81cd3c3ea1575864b037
BLAKE2b-256 4713937eaadcde1bc0f537742687bb4fed4fbd8ee487a3fb6ebda46192711636

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.5-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.5-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 59d20487100599863c0f987802c4be449cfaafffa11dadf4dd63cce484624522
MD5 3363f07d3fa5f9b2057070b93ab9a4cd
BLAKE2b-256 df4706d12ea50b6b364da96042f3a1aa546ccceffbfe921a34240011fc450ac3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.5-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.4 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.5-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d88c17a358e28a0007d6722802ddd3495fc30d08b8ea26954e3ff0b8bf88262f
MD5 79c9f3715d748b38570883123750d6b0
BLAKE2b-256 5cf68b89a8a0b362b27d013a9b40b5cdcd2af1b191de7653fc3ffd61224ef596

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