PyMuPDFPro


NamePyMuPDFPro JSON
Version 1.26.6 PyPI version JSON
download
home_pageNone
SummaryCommercial extensions for PyMuPDF; enables Office document handling, including doc, docx, hwp, hwpx, ppt, pptx, xls, xls, and others. Supports text and table extraction, document conversion and more.
upload_time2025-11-05 14:39:49
maintainerNone
docs_urlNone
authorArtifex
requires_python>=3.9
licenseCommercial license. See artifex.com for details.
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyMuPDF Pro


## Overview

PyMuPDF Pro is a set of commercial extensions for PyMuPDF.

* Enables Office document handling, including doc, docx, hwp, hwpx, ppt, pptx, xls, xlsx, and others.

* Supports text and table extraction, document conversion and more.

* Available for these platforms only:
  
  * Windows x86_64.
  * Linux x86_64 (glibc).
  * Linux aarch64 (glibc).
  * MacOS x86_64.
  * MacOS arm64.

* Supports Python 3.9-3.13.

* See <https://artifex.com/products/pymupdf-pro/> for more.


## Installation

```
pip install pymupdfpro
```

This will also install PyMuPDF.


## Usage

Restricted usage without a key:

```
import pymupdf.pro
pymupdf.pro.unlock()

# PyMuPDF has now been extended with PyMuPDF Pro features, with some
# restrictions.
```

Unrestricted usage with a key from <https://pymupdf.io/try-pro>:
```
import pymupdf.pro
pymupdf.pro.unlock(my_key)

# PyMuPDF has now been extended with PyMuPDF Pro features.
```

* For more please see: <https://pymupdf.readthedocs.io/en/latest/pymupdf-pro.html#usage>


## Changelog


PyMuPDFPro-1.26.6

* Works with PyMuPDF-1.26.6.


PyMuPDFPro-1.26.5

* Works with PyMuPDF-1.26.5.
* Refuse to run if mupdf is incorrect version - avoids potential segv with incorrect instllations.
* On MacOS, avoid depending on Brew install of fontconfig.
* Graal fixes.


PyMuPDFPro-1.26.4.1

* Experimental release.
* On MacOS, avoid depending on Brew install of fontconfig.
* Graal fixes.


PyMuPDFPro-1.26.4

* Works with PyMuPDF-1.26.4.
* Use SmartOffice tag v3.16.68.


PyMuPDFPro-1.26.3.1

* Experimental release with SO fixes.


PyMuPDFPro-1.26.3 (2025-7-11):

* Works with PyMuPDF-1.26.3.


PyMuPDFPro-1.26.1 (2025-6-26):

* Fix problem in activity monitoring.
* Use SmartOffice tag v3.16.61-preconverted.
* Added Linux-aarch64 wheel.
* Use SmartOffice tag issue10489.
* Fixed document.metadata['format'] strings - previously the last character was truncated.
* Fixed test_4496(), 'cannot find entry Contents/Contents/header.xml' error.


PyMuPDFPro-1.25.5 (2025-04-01):

* Works with PyMuPDF-1.25.5.


PyMuPDFPro-1.25.4 (2025-03-17):

* Works with PyMuPDF-1.25.4.
* Use SmartOffice tag `issue10456`.
* Avoid Windows test failure if font directory does not exist.


PyMuPDFPro-1.25.3 (2025-02-10):

* Works with PyMuPDF-1.25.3.
* Use newer Office code.


PyMuPDFPro-1.25.0 (2024-12-09):

* Fixed handling of trial keys - used to only allow 3 pages.
* Avoid using many file descriptors for installed .otf fonts.


**2024-12-03**: PyMuPDFPro-1.24.14

* Works with PyMuPDF-1.24.14.
* Allow use with later PyMuPDF.
* Improve font finding on Windows.
* Added activity monitoring.
* Improved handling of invalid keys.
* Improved display of key timeout.


**2024-10-25**: PyMuPDFPro-1.24.12

* Works with PyMuPDF-1.24.12.
* Automatically add all system fonts on non-Windows.
  * Fixes #3976.


**2024-10-15**: PyMuPDFPro-1.24.11

* Works with PyMuPDF-1.24.11.
* Work better on older OS releases.
* Supported Python versions are now 3.9-3.13.

  * Support added for Python 3.13 because now released.
  * Support dropped for Python 3.8 because end-of-life.
  * See <https://devguide.python.org/versions/>.

* Wheels now use the Python Stable ABI.

  * There is now just one wheel per platform.
  * Each wheel works with all supported Python versions.


**2024-09-05**: PyMuPDFPro-1.24.10

* Works with PyMuPDF-1.24.10.
* Added support for MacOS-arm64.
* Fixed detection of key with no expiry.


**2024-08-08**: PyMuPDFPro-1.24.9.1

* Works with PyMuPDF-1.24.9.
* Added support for MacOS-x86_64.


**2024-07-26**: PyMuPDFPro-1.24.9

* Works with PyMuPDF-1.24.9.
* Support for Windows-amd64 and Linux-x86_64.


### Licensing

Some PyMuPDFPro wheels contain libfontconfig, which is distributed under the
following license:

```
Copyright © 2000,2001,2002,2003,2004,2006,2007 Keith Packard
Copyright © 2005 Patrick Lam
Copyright © 2007 Dwayne Bailey and Translate.org.za
Copyright © 2009 Roozbeh Pournader
Copyright © 2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020 Red Hat, Inc.
Copyright © 2008 Danilo \u0160egan
Copyright © 2012 Google, Inc.
Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of the author(s) not be used in
advertising or publicity pertaining to distribution of the software without
specific, written prior permission.  The authors make no
representations about the suitability of this software for any purpose.  It
is provided "as is" without express or implied warranty.
THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "PyMuPDFPro",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Artifex",
    "author_email": "support@artifex.com",
    "download_url": null,
    "platform": null,
    "description": "# PyMuPDF Pro\n\n\n## Overview\n\nPyMuPDF Pro is a set of commercial extensions for PyMuPDF.\n\n* Enables Office document handling, including doc, docx, hwp, hwpx, ppt, pptx, xls, xlsx, and others.\n\n* Supports text and table extraction, document conversion and more.\n\n* Available for these platforms only:\n  \n  * Windows x86_64.\n  * Linux x86_64 (glibc).\n  * Linux aarch64 (glibc).\n  * MacOS x86_64.\n  * MacOS arm64.\n\n* Supports Python 3.9-3.13.\n\n* See <https://artifex.com/products/pymupdf-pro/> for more.\n\n\n## Installation\n\n```\npip install pymupdfpro\n```\n\nThis will also install PyMuPDF.\n\n\n## Usage\n\nRestricted usage without a key:\n\n```\nimport pymupdf.pro\npymupdf.pro.unlock()\n\n# PyMuPDF has now been extended with PyMuPDF Pro features, with some\n# restrictions.\n```\n\nUnrestricted usage with a key from <https://pymupdf.io/try-pro>:\n```\nimport pymupdf.pro\npymupdf.pro.unlock(my_key)\n\n# PyMuPDF has now been extended with PyMuPDF Pro features.\n```\n\n* For more please see: <https://pymupdf.readthedocs.io/en/latest/pymupdf-pro.html#usage>\n\n\n## Changelog\n\n\nPyMuPDFPro-1.26.6\n\n* Works with PyMuPDF-1.26.6.\n\n\nPyMuPDFPro-1.26.5\n\n* Works with PyMuPDF-1.26.5.\n* Refuse to run if mupdf is incorrect version - avoids potential segv with incorrect instllations.\n* On MacOS, avoid depending on Brew install of fontconfig.\n* Graal fixes.\n\n\nPyMuPDFPro-1.26.4.1\n\n* Experimental release.\n* On MacOS, avoid depending on Brew install of fontconfig.\n* Graal fixes.\n\n\nPyMuPDFPro-1.26.4\n\n* Works with PyMuPDF-1.26.4.\n* Use SmartOffice tag v3.16.68.\n\n\nPyMuPDFPro-1.26.3.1\n\n* Experimental release with SO fixes.\n\n\nPyMuPDFPro-1.26.3 (2025-7-11):\n\n* Works with PyMuPDF-1.26.3.\n\n\nPyMuPDFPro-1.26.1 (2025-6-26):\n\n* Fix problem in activity monitoring.\n* Use SmartOffice tag v3.16.61-preconverted.\n* Added Linux-aarch64 wheel.\n* Use SmartOffice tag issue10489.\n* Fixed document.metadata['format'] strings - previously the last character was truncated.\n* Fixed test_4496(), 'cannot find entry Contents/Contents/header.xml' error.\n\n\nPyMuPDFPro-1.25.5 (2025-04-01):\n\n* Works with PyMuPDF-1.25.5.\n\n\nPyMuPDFPro-1.25.4 (2025-03-17):\n\n* Works with PyMuPDF-1.25.4.\n* Use SmartOffice tag `issue10456`.\n* Avoid Windows test failure if font directory does not exist.\n\n\nPyMuPDFPro-1.25.3 (2025-02-10):\n\n* Works with PyMuPDF-1.25.3.\n* Use newer Office code.\n\n\nPyMuPDFPro-1.25.0 (2024-12-09):\n\n* Fixed handling of trial keys - used to only allow 3 pages.\n* Avoid using many file descriptors for installed .otf fonts.\n\n\n**2024-12-03**: PyMuPDFPro-1.24.14\n\n* Works with PyMuPDF-1.24.14.\n* Allow use with later PyMuPDF.\n* Improve font finding on Windows.\n* Added activity monitoring.\n* Improved handling of invalid keys.\n* Improved display of key timeout.\n\n\n**2024-10-25**: PyMuPDFPro-1.24.12\n\n* Works with PyMuPDF-1.24.12.\n* Automatically add all system fonts on non-Windows.\n  * Fixes #3976.\n\n\n**2024-10-15**: PyMuPDFPro-1.24.11\n\n* Works with PyMuPDF-1.24.11.\n* Work better on older OS releases.\n* Supported Python versions are now 3.9-3.13.\n\n  * Support added for Python 3.13 because now released.\n  * Support dropped for Python 3.8 because end-of-life.\n  * See <https://devguide.python.org/versions/>.\n\n* Wheels now use the Python Stable ABI.\n\n  * There is now just one wheel per platform.\n  * Each wheel works with all supported Python versions.\n\n\n**2024-09-05**: PyMuPDFPro-1.24.10\n\n* Works with PyMuPDF-1.24.10.\n* Added support for MacOS-arm64.\n* Fixed detection of key with no expiry.\n\n\n**2024-08-08**: PyMuPDFPro-1.24.9.1\n\n* Works with PyMuPDF-1.24.9.\n* Added support for MacOS-x86_64.\n\n\n**2024-07-26**: PyMuPDFPro-1.24.9\n\n* Works with PyMuPDF-1.24.9.\n* Support for Windows-amd64 and Linux-x86_64.\n\n\n### Licensing\n\nSome PyMuPDFPro wheels contain libfontconfig, which is distributed under the\nfollowing license:\n\n```\nCopyright \u00a9 2000,2001,2002,2003,2004,2006,2007 Keith Packard\nCopyright \u00a9 2005 Patrick Lam\nCopyright \u00a9 2007 Dwayne Bailey and Translate.org.za\nCopyright \u00a9 2009 Roozbeh Pournader\nCopyright \u00a9 2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020 Red Hat, Inc.\nCopyright \u00a9 2008 Danilo \\u0160egan\nCopyright \u00a9 2012 Google, Inc.\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation, and that the name of the author(s) not be used in\nadvertising or publicity pertaining to distribution of the software without\nspecific, written prior permission.  The authors make no\nrepresentations about the suitability of this software for any purpose.  It\nis provided \"as is\" without express or implied warranty.\nTHE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\nINCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\nEVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR\nCONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\nDATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\nTORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\nPERFORMANCE OF THIS SOFTWARE.\n```\n\n",
    "bugtrack_url": null,
    "license": "Commercial license. See artifex.com for details.",
    "summary": "Commercial extensions for PyMuPDF; enables Office document handling, including doc, docx, hwp, hwpx, ppt, pptx, xls, xls, and others. Supports text and table extraction, document conversion and more.",
    "version": "1.26.6",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9ad7f4954927226580d06c13b60b9797a40d2cc25cc420d24f18c22f7b5e13b2",
                "md5": "28cb50e6efd77233f3ba7b8fe32d79e9",
                "sha256": "f8f84eab0f8eb4821ad2b6f088be8312057b4dc8f9804ed502b0d0fdcb652654"
            },
            "downloads": -1,
            "filename": "pymupdfpro-1.26.6-cp310-abi3-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "28cb50e6efd77233f3ba7b8fe32d79e9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 7595217,
            "upload_time": "2025-11-05T14:39:49",
            "upload_time_iso_8601": "2025-11-05T14:39:49.877156Z",
            "url": "https://files.pythonhosted.org/packages/9a/d7/f4954927226580d06c13b60b9797a40d2cc25cc420d24f18c22f7b5e13b2/pymupdfpro-1.26.6-cp310-abi3-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "19d2840403718ff5297320f3c4f41368230f5534ff55b95e0856051c5a61d4a4",
                "md5": "c7bef61a6863cef577e9459e456423d6",
                "sha256": "637b57d0e2b2f78b906612ed9ecb2d65724cf0863a68f01650461dbdf59d93a8"
            },
            "downloads": -1,
            "filename": "pymupdfpro-1.26.6-cp310-abi3-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c7bef61a6863cef577e9459e456423d6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 7445779,
            "upload_time": "2025-11-05T14:40:18",
            "upload_time_iso_8601": "2025-11-05T14:40:18.397176Z",
            "url": "https://files.pythonhosted.org/packages/19/d2/840403718ff5297320f3c4f41368230f5534ff55b95e0856051c5a61d4a4/pymupdfpro-1.26.6-cp310-abi3-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7bc4268506cc9263cb0fba53368bf0393b6448f110787952958975301b28837b",
                "md5": "9e50c4a25db42c0c7f71a12fd911419f",
                "sha256": "1d762e45901204ae04f6c98e2b34e51fe21684c72c4fd5882213bec0d4153bcc"
            },
            "downloads": -1,
            "filename": "pymupdfpro-1.26.6-cp310-abi3-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9e50c4a25db42c0c7f71a12fd911419f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 8435516,
            "upload_time": "2025-11-05T14:41:10",
            "upload_time_iso_8601": "2025-11-05T14:41:10.576055Z",
            "url": "https://files.pythonhosted.org/packages/7b/c4/268506cc9263cb0fba53368bf0393b6448f110787952958975301b28837b/pymupdfpro-1.26.6-cp310-abi3-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b87cf1661164cbe3be1ea552196ff24f36863ae3cdce3b4554834468bf240e59",
                "md5": "745194e7ab73e59a556d7a454d27e9b6",
                "sha256": "ae295d685aff65b15ed3e8b5a1cc530c9db9059202305ec464d5aaeb69f1ecf5"
            },
            "downloads": -1,
            "filename": "pymupdfpro-1.26.6-cp310-abi3-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "745194e7ab73e59a556d7a454d27e9b6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 6650905,
            "upload_time": "2025-11-05T14:41:57",
            "upload_time_iso_8601": "2025-11-05T14:41:57.099871Z",
            "url": "https://files.pythonhosted.org/packages/b8/7c/f1661164cbe3be1ea552196ff24f36863ae3cdce3b4554834468bf240e59/pymupdfpro-1.26.6-cp310-abi3-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-11-05 14:39:49",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pymupdfpro"
}
        
Elapsed time: 3.74374s