Metadata-Version: 1.1
Name: PyMuPDF
Version: 1.11.2
Summary: Python bindings for the PDF rendering library MuPDF
Home-page: https://github.com/rk700/PyMuPDF
Author: Ruikai Liu
Author-email: lrk700@gmail.com
License: GPLv3+
Description: 
        Release date: November 30, 2017
        
        Authors
        =======
        
        * Ruikai Liu
        * Jorj X. McKie
        
        Introduction
        ============
        
        This is **version 1.11.2 of PyMuPDF**, a Python binding for `MuPDF <http://mupdf.com/>`_ - "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 its top performance and high rendering quality.
        
        With PyMuPDF you therefore can also access files with extensions ``*.pdf``, ``*.xps``, ``*.oxps``, ``*.epub``, ``*.cbz`` or ``*.fb2`` from your Python scripts.
        
        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 OS 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 <https://github.com/rk700/PyMuPDF>`_ where you find up-to-date information of its features, `issue tracker <https://github.com/rk700/PyMuPDF/issues>`_ `Wikis <https://github.com/rk700/PyMuPDF/wiki>`_ and much more.
        
        Installation
        ============
        
        Windows users find wheels on this page. Other platforms need to download and generate the MuPDF library first and then set up PyMuPDF. Our GitHub home has more details on this, including latest bugfix and pre-releases.
        
        Usage and Documentation
        ========================
        
        For all document types you can render pages, extract text and access meta information, links, annotations and bookmarks, as well as decrypt the document. For PDF files, most of this information can also be modified. And you can re-arrange, duplicate, add, or delete pages and join or split documents.
        
        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 and drawings).
        
        You have a number of options to access documentation:
        
        * View it online at `Read The Docs <https://pymupdf.readthedocs.io/en/latest/>`_.
        * Download a zipped Sphinx `HTML <https://github.com/rk700/PyMuPDF/tree/master/doc/html.zip>`_ version.
        
        * Download a `Windows CHM <https://github.com/JorjMcKie/PyMuPDF-optional-material/tree/master/doc/PyMuPDF.chm>`_.
        
        * Download a `PDF <https://github.com/rk700/PyMuPDF/tree/master/doc/pymupdf.pdf>`_.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
