Skip to main content

Python bindings for the PDF rendering library MuPDF

Project description

Release date: November 10, 2019

Authors

  • Jorj X. McKie

  • Ruikai Liu

Introduction

This is version 1.16.7 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.7.tar.gz (166.0 kB view details)

Uploaded Source

Built Distributions

PyMuPDF-1.16.8-cp36-cp36m-manylinux2010_x86_64.whl (5.3 MB view details)

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

PyMuPDF-1.16.7-cp38-none-win_amd64.whl (4.6 MB view details)

Uploaded CPython 3.8 Windows x86-64

PyMuPDF-1.16.7-cp38-none-win32.whl (4.3 MB view details)

Uploaded CPython 3.8 Windows x86

PyMuPDF-1.16.7-cp38-cp38-manylinux2010_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

PyMuPDF-1.16.7-cp38-cp38-macosx_10_9_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

PyMuPDF-1.16.7-cp37-none-win_amd64.whl (4.6 MB view details)

Uploaded CPython 3.7 Windows x86-64

PyMuPDF-1.16.7-cp37-none-win32.whl (4.3 MB view details)

Uploaded CPython 3.7 Windows x86

PyMuPDF-1.16.7-cp37-cp37m-manylinux2010_x86_64.whl (5.3 MB view details)

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

PyMuPDF-1.16.7-cp37-cp37m-macosx_10_6_intel.whl (5.0 MB view details)

Uploaded CPython 3.7m macOS 10.6+ intel

PyMuPDF-1.16.7-cp36-none-win_amd64.whl (4.6 MB view details)

Uploaded CPython 3.6 Windows x86-64

PyMuPDF-1.16.7-cp36-none-win32.whl (4.3 MB view details)

Uploaded CPython 3.6 Windows x86

PyMuPDF-1.16.7-cp36-cp36m-manylinux2010_x86_64.whl (5.3 MB view details)

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

PyMuPDF-1.16.7-cp36-cp36m-macosx_10_6_intel.whl (4.9 MB view details)

Uploaded CPython 3.6m macOS 10.6+ intel

PyMuPDF-1.16.7-cp35-none-win_amd64.whl (4.6 MB view details)

Uploaded CPython 3.5 Windows x86-64

PyMuPDF-1.16.7-cp35-none-win32.whl (4.3 MB view details)

Uploaded CPython 3.5 Windows x86

PyMuPDF-1.16.7-cp35-cp35m-manylinux2010_x86_64.whl (5.3 MB view details)

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

PyMuPDF-1.16.7-cp35-cp35m-macosx_10_6_intel.whl (4.9 MB view details)

Uploaded CPython 3.5m macOS 10.6+ intel

PyMuPDF-1.16.7-cp27-none-win_amd64.whl (4.6 MB view details)

Uploaded CPython 2.7 Windows x86-64

PyMuPDF-1.16.7-cp27-none-win32.whl (4.3 MB view details)

Uploaded CPython 2.7 Windows x86

PyMuPDF-1.16.7-cp27-cp27mu-manylinux2010_x86_64.whl (5.3 MB view details)

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

PyMuPDF-1.16.7-cp27-cp27m-manylinux2010_x86_64.whl (5.3 MB view details)

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

PyMuPDF-1.16.7-cp27-cp27m-macosx_10_6_intel.whl (5.0 MB view details)

Uploaded CPython 2.7m macOS 10.6+ intel

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.7.tar.gz
  • Upload date:
  • Size: 166.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.4

File hashes

Hashes for PyMuPDF-1.16.7.tar.gz
Algorithm Hash digest
SHA256 b16c85b2f89cc89e36b59fe734f14e5c939c8b24697bf33ff7a19584e8334976
MD5 736ed020aee593f2655bf43299db9c23
BLAKE2b-256 994c5f1506fed9d6dc1cb58b11e7d4e773fa11da99bd3dbe77b38cc09d130643

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.8-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.3 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.21.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.4

File hashes

Hashes for PyMuPDF-1.16.8-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c1f8713a9733ab99214fa5171747121cf33e85612b6544b28d59f4273828913d
MD5 473adcb3b6b0c3e7c9b6fa3ee2eb44f7
BLAKE2b-256 e04b4b38819cef724294f2720d4e89a468239d8d5e8068a58aac73205ec08c44

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.7-cp38-none-win_amd64.whl.

File metadata

  • Download URL: PyMuPDF-1.16.7-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 4.6 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.21.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.4

File hashes

Hashes for PyMuPDF-1.16.7-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 9d9da036b22968dfa471b0df3dfd4161ed022b5e96eba143b663142576723ee0
MD5 6648d5183947a532086fe1be334d22cc
BLAKE2b-256 bbbc4af392d13d598e4f6ca108bfab7a0e7f48239eba0e93a3fd3fd43e972cfe

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.7-cp38-none-win32.whl.

File metadata

  • Download URL: PyMuPDF-1.16.7-cp38-none-win32.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.4

File hashes

Hashes for PyMuPDF-1.16.7-cp38-none-win32.whl
Algorithm Hash digest
SHA256 0e6936ab5d9f344103ddc18d0bf78b3f8d6dc29778a6cc1e1802ebb99a03c2a0
MD5 aca8ff423ed894929d39207e67ebbbd5
BLAKE2b-256 d5f8416d6ba3e99ef59d8ddf18dcf09d4deca562f20e3b6a587cface48af2416

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.7-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.3 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.21.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.4

File hashes

Hashes for PyMuPDF-1.16.7-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5c53beee36a463a9b3a440afa3438304629b87090df66d70ccc5e7703199e855
MD5 b55f6719a1cf1e08e728d8d3bef978d2
BLAKE2b-256 18413905bdde767757d14b068d6828d5dbc229e3b6dffdfe7acb20650cddeed9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.7-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 4.8 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.21.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.4

File hashes

Hashes for PyMuPDF-1.16.7-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fbbe5c7087a0129ebc6085deebc5f2bd09dbb827b90b1ceb5dba970ecafa337b
MD5 d80aeda73e6de782b194dc6329e53470
BLAKE2b-256 ba08adfde00a9ce83953bdfc1990a030ab970d0773443df567126e0b966294ac

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.7-cp37-none-win_amd64.whl.

File metadata

  • Download URL: PyMuPDF-1.16.7-cp37-none-win_amd64.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: CPython 3.7, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.4

File hashes

Hashes for PyMuPDF-1.16.7-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 26ce253a1fbc78a00cc2d1ef56b3bb84e06cd22dd1dd121094b273c66ed9d7d6
MD5 d32824ae5af8a28ba20fbd6958637885
BLAKE2b-256 32be65c8fb3407522dbfe99c85943213372115c2832e9ec78cbaa2294fd20ae8

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.7-cp37-none-win32.whl.

File metadata

  • Download URL: PyMuPDF-1.16.7-cp37-none-win32.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.7, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.4

File hashes

Hashes for PyMuPDF-1.16.7-cp37-none-win32.whl
Algorithm Hash digest
SHA256 6285b77f55f2cf822bdbd837b0143fd4f778e124e8f300afbfe333bf56b84ba5
MD5 f465c44dc78aea3d3b9a1d8a2f4def30
BLAKE2b-256 86311691f750d86f15356e37b455ec2100edf0c4f67e042277ba78005182458a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.7-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.3 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.21.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.4

File hashes

Hashes for PyMuPDF-1.16.7-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 aa994518cb3fd51e0d0fef4e4a91db21b1e34b636ba052c7957ab19ba4a3f827
MD5 4412f61eefe8b03f4ca237398d0ff9e2
BLAKE2b-256 e4961600b9d0ffc47232d2b72721924892792510e7b6372d5964d548523d3842

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.7-cp37-cp37m-macosx_10_6_intel.whl.

File metadata

  • Download URL: PyMuPDF-1.16.7-cp37-cp37m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.7m, macOS 10.6+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.4

File hashes

Hashes for PyMuPDF-1.16.7-cp37-cp37m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 7efb45476f2843af039685a4238fd0aae547175da174fa8241302ed7db608cfe
MD5 58d8c309452b6099feaa4212081f1add
BLAKE2b-256 3b4408c37a4db02d4398da87dea2c5223f5b58edd664db9383381b01e3f14978

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.7-cp36-none-win_amd64.whl.

File metadata

  • Download URL: PyMuPDF-1.16.7-cp36-none-win_amd64.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: CPython 3.6, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.4

File hashes

Hashes for PyMuPDF-1.16.7-cp36-none-win_amd64.whl
Algorithm Hash digest
SHA256 4405f039630b8eadc2b19c165a04b3ca527a3d50b52e0623af5fbd2e419f0047
MD5 aadc20609606dd7d5df86c586daacddb
BLAKE2b-256 3c138e766bcfc174531e14a03ac995975701ce793e076897149d04cc8802e06f

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.7-cp36-none-win32.whl.

File metadata

  • Download URL: PyMuPDF-1.16.7-cp36-none-win32.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.6, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.4

File hashes

Hashes for PyMuPDF-1.16.7-cp36-none-win32.whl
Algorithm Hash digest
SHA256 8eed1c22263524e507747ded392daa41437ca92264de998c5ae1916d36c7f861
MD5 edaa4e5886642eee9ceccf3b50c2dcf0
BLAKE2b-256 1e499653fbf028ec6102e63c5de6480eec50a300543f852c0b877bad04a74a05

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.7-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.3 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.21.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.4

File hashes

Hashes for PyMuPDF-1.16.7-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 155d93cbff95ae89a78c569585e83ceb6da5d1598852678021270d72e2a54df0
MD5 afc8f9061c9f2136b6e5d929901f5ae3
BLAKE2b-256 916b8ffe64f7c16fdfc1559141d909444b337fa0e5461ce647660dcbb807700d

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.7-cp36-cp36m-macosx_10_6_intel.whl.

File metadata

  • Download URL: PyMuPDF-1.16.7-cp36-cp36m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 3.6m, macOS 10.6+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.4

File hashes

Hashes for PyMuPDF-1.16.7-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 9d7dc55ea977a0b1febe2b44c7900f75eadaadb63555366070a75af5e153a468
MD5 f699ebaa7b66f983e52fe4fe17eeae32
BLAKE2b-256 efd8416b86003dff86448b969af4159978ce2b41271734c112f9802542e2da59

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.7-cp35-none-win_amd64.whl.

File metadata

  • Download URL: PyMuPDF-1.16.7-cp35-none-win_amd64.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: CPython 3.5, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.4

File hashes

Hashes for PyMuPDF-1.16.7-cp35-none-win_amd64.whl
Algorithm Hash digest
SHA256 e268c121cf35632c7418b6bfc9f2b35173696c96f5aef7356e1bedf38542cbb0
MD5 20ceb328e26f5448f9f1f7ffc948aabb
BLAKE2b-256 0a33a688c460d109dc4e0ba9448ceb56d77f2e85e84cf2bfe953f746f3a24638

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.7-cp35-none-win32.whl.

File metadata

  • Download URL: PyMuPDF-1.16.7-cp35-none-win32.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.5, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.4

File hashes

Hashes for PyMuPDF-1.16.7-cp35-none-win32.whl
Algorithm Hash digest
SHA256 b369c4cca04b3faad076e03b818f21bebbe2197a8ad0fc85082b37437e5bc368
MD5 4e36f35acede82aeec6c323acca512f8
BLAKE2b-256 ab413ff42ddc7d6edd173bcac254431cc1c2f8a0e4f3a31c9c6409ff796b8359

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.7-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.3 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.21.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.4

File hashes

Hashes for PyMuPDF-1.16.7-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0acd3f0a7ff4881df507850b62fa38cdfdd14d6aeac441590f120bdc59dbb7b0
MD5 4534334ebaf7c3efc470629fce3c5b47
BLAKE2b-256 3586567e517b3160e31297b3586fe3297961da9b585db783b88614dee7978167

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.7-cp35-cp35m-macosx_10_6_intel.whl.

File metadata

  • Download URL: PyMuPDF-1.16.7-cp35-cp35m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 3.5m, macOS 10.6+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.4

File hashes

Hashes for PyMuPDF-1.16.7-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 fd0ab6f96833c644fab73a2532ad980c05747fe00495bec6665a6be84d8d4c52
MD5 fb985d6bf2eddf3a045756c3e5754f6e
BLAKE2b-256 e27da874c125c77da6be3635b1389b13d1ff533c329863137816838e9a703b09

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.7-cp27-none-win_amd64.whl.

File metadata

  • Download URL: PyMuPDF-1.16.7-cp27-none-win_amd64.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: CPython 2.7, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.4

File hashes

Hashes for PyMuPDF-1.16.7-cp27-none-win_amd64.whl
Algorithm Hash digest
SHA256 7277c24da490cf87178aa586fe32f05019c77b522a1025f1e51bf16e6271d5ad
MD5 5e292303e83d0c057b7679559bcff701
BLAKE2b-256 d5fa1ff82b1e7862fc1e0976a09e1c297a017acf6e39d9be0439e1bf4b086944

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.7-cp27-none-win32.whl.

File metadata

  • Download URL: PyMuPDF-1.16.7-cp27-none-win32.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 2.7, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.4

File hashes

Hashes for PyMuPDF-1.16.7-cp27-none-win32.whl
Algorithm Hash digest
SHA256 0db691eb5c64a2b169f62db4c416c1c4021a5f264f058a9070d79cc12b7de58b
MD5 bf133e67a94a08e7a0a93f1f072ad3c4
BLAKE2b-256 cc3172630914afa400d8014a212865a76b7b275a3b998c1678e24f85a2572ffb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.7-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.3 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.21.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.4

File hashes

Hashes for PyMuPDF-1.16.7-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2fcd2164e66e5455cbec5fb45c02752bc2b4d3ca2c274023e3b75552ea56b853
MD5 718792194b0535cb2155e1c4224fe6cf
BLAKE2b-256 d7189a39fdcf9d0ce3811fe0d0a17f71cee7c2f007bdc3365ed4749ea9966301

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.7-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.3 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.21.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.4

File hashes

Hashes for PyMuPDF-1.16.7-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a95cf43d297e7915a6b9838f23037e980dd589af9c34d831e9701e08762e2329
MD5 66d6102d81aa3ab9eca2470f7f712b1a
BLAKE2b-256 cd0ec2410822886da3907d0d8ca9fe5f39fc6a8a9678c38448bead5c3e50721d

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.7-cp27-cp27m-macosx_10_6_intel.whl.

File metadata

  • Download URL: PyMuPDF-1.16.7-cp27-cp27m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 2.7m, macOS 10.6+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.4

File hashes

Hashes for PyMuPDF-1.16.7-cp27-cp27m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 567335779019a0ff81d4ee0ebed6ff672a330702a4012bd3bb77faa8dae781b5
MD5 ffe44aac83fd28b42ccacfeb71775ab7
BLAKE2b-256 6aa4a5213c3f0058a1b752742439aa9df90ec76563e9dbab9d9b39e1b040ea2a

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