PyMuPDFPro


NamePyMuPDFPro JSON
Version 1.24.12 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_time2024-10-25 18:11:20
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).
  * 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


**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.


            

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  * 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\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",
    "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.24.12",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a12c3ea7a6e900c907b2ac10f662c7452f1b1b7f76917039e07d9428b11ac5b",
                "md5": "6a898db2aab9f8707be80870fa605ae2",
                "sha256": "f4dd0afbd6a485ca9af637f7f700c858621bd3d8729f27163ee266877f414374"
            },
            "downloads": -1,
            "filename": "PyMuPDFPro-1.24.12-cp39-abi3-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6a898db2aab9f8707be80870fa605ae2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 7606939,
            "upload_time": "2024-10-25T18:11:20",
            "upload_time_iso_8601": "2024-10-25T18:11:20.655564Z",
            "url": "https://files.pythonhosted.org/packages/5a/12/c3ea7a6e900c907b2ac10f662c7452f1b1b7f76917039e07d9428b11ac5b/PyMuPDFPro-1.24.12-cp39-abi3-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cbb1c046fc80540a1724bdb4627de646ec51a31d17eaf03d666d921eeb0f425b",
                "md5": "19cc487f919abeab5d36e17dccf50f72",
                "sha256": "ccc7883970434fd4c6499e6ddb2c4b5c463f5b464536f821cd1799caad143e98"
            },
            "downloads": -1,
            "filename": "PyMuPDFPro-1.24.12-cp39-abi3-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "19cc487f919abeab5d36e17dccf50f72",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 7547960,
            "upload_time": "2024-10-25T18:10:58",
            "upload_time_iso_8601": "2024-10-25T18:10:58.348952Z",
            "url": "https://files.pythonhosted.org/packages/cb/b1/c046fc80540a1724bdb4627de646ec51a31d17eaf03d666d921eeb0f425b/PyMuPDFPro-1.24.12-cp39-abi3-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b84df8cb86cc91e22ee5143eb1150e83efd851b4f0d27605b98860aa33280773",
                "md5": "1466ea0617f43db40c2e078da4f74202",
                "sha256": "d3abb456b0b10e65dac6ef3f0f20e2f758bf2c2e8bbea0dad4f0032c88d3690b"
            },
            "downloads": -1,
            "filename": "PyMuPDFPro-1.24.12-cp39-abi3-manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1466ea0617f43db40c2e078da4f74202",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 8996964,
            "upload_time": "2024-10-25T18:11:13",
            "upload_time_iso_8601": "2024-10-25T18:11:13.608809Z",
            "url": "https://files.pythonhosted.org/packages/b8/4d/f8cb86cc91e22ee5143eb1150e83efd851b4f0d27605b98860aa33280773/PyMuPDFPro-1.24.12-cp39-abi3-manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f7558718df35c8ea6c37e912f7d0c2067e36245a53651dba0f39944851ed0961",
                "md5": "ef5a7cbcf5aa99972b565f40fd470f50",
                "sha256": "04aef993e9b3c13a071e972208d9e3c13673fd7d60c362a2a85978d379ff3572"
            },
            "downloads": -1,
            "filename": "PyMuPDFPro-1.24.12-cp39-abi3-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ef5a7cbcf5aa99972b565f40fd470f50",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 6439908,
            "upload_time": "2024-10-25T18:11:05",
            "upload_time_iso_8601": "2024-10-25T18:11:05.174556Z",
            "url": "https://files.pythonhosted.org/packages/f7/55/8718df35c8ea6c37e912f7d0c2067e36245a53651dba0f39944851ed0961/PyMuPDFPro-1.24.12-cp39-abi3-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-25 18:11:20",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pymupdfpro"
}
        
Elapsed time: 1.99997s