Skip to content

Commit 2a43dfc

Browse files
committed
Update PKG-INFO
1 parent f87c892 commit 2a43dfc

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

PKG-INFO

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -11,60 +11,60 @@ Download-url: https://github.com/pymupdf/PyMuPDF
1111
Summary: PyMuPDF is a Python binding for the document renderer and toolkit MuPDF
1212
Description:
1313
Release date: March 22, 2021
14-
14+
1515
Authors
1616
=======
17-
17+
1818
* Jorj X. McKie
1919
* Ruikai Liu
20-
20+
2121
Introduction
2222
============
23-
23+
2424
PyMuPDF (current version 1.18.10) is a Python binding with support for `MuPDF <http://mupdf.com/>`_ (current version 1.18.*), a lightweight PDF, XPS, and E-book viewer, renderer and toolkit, which is maintained and developed by Artifex Software, Inc.
25-
25+
2626
MuPDF can access files in PDF, XPS, OpenXPS, CBZ, EPUB and FB2 (e-books) formats, and it is known for its top performance and high rendering quality.
27-
27+
2828
With PyMuPDF you can access files with extensions like “.pdf”, “.xps”, “.oxps”, “.cbz”, “.fb2” or “.epub”. In addition, about 10 popular image formats can also be opened and handled like documents.
29-
29+
3030
PyMuPDF should run on all platforms that are supported by both, MuPDF and Python 3.6+. These include, but are not limited to, Windows, 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.
31-
31+
3232
PyMuPDF is hosted on `GitHub <https://github.com/pymupdf/PyMuPDF>`_ where you find up-to-date information of its features, our `issue tracker <https://github.com/pymupdf/PyMuPDF/issues>`_, `Wikis <https://github.com/pymupdf/PyMuPDF/wiki>`_ and much more.
33-
33+
3434
Installation
3535
============
36-
36+
3737
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 <https://github.com/pymupdf/PyMuPDF/releases/latest>`_ of our home page. Other platforms need to download and generate MuPDF first and then build PyMuPDF from sources. Do visit our GitHub home, which has more details on this, including latest bugfixes, pre-releases, etc.
38-
38+
3939
Usage and Documentation
4040
========================
41-
41+
4242
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.
4343

4444
PDF password protection is **fully supported**: owner and user passwords, encryption methods and permission levels can be set, changed or removed.
45-
45+
4646
Specifically for PDF files, PyMuPDF provides update access to low-level structure information, supports **optional content**, handling of **embedded files** and modification of page contents (like inserting images, fonts, text, annotations and drawings).
47-
47+
4848
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).
49-
49+
5050
You can also create **PDF Form fields** with support for text, checkbox, listbox and combobox widgets.
51-
51+
5252
Our home page provides many examples and How-Tos for all of this. At a minimum, read the `tutorial <https://pymupdf.readthedocs.io/en/latest/tutorial.html>`_ and the the `recipes <https://pymupdf.readthedocs.io/en/latest/faq.html>`_ sections of our documentation.
53-
53+
5454
Written using **Sphinx**, documentation is available here:
55-
55+
5656
* `Read The Docs <https://pymupdf.readthedocs.io/en/latest/>`_.
5757
* `Windows CHM <https://github.com/JorjMcKie/PyMuPDF-optional-material/tree/master/doc/PyMuPDF.chm>`_
58-
58+
5959
License and Copyright Information
6060
==================================
61-
61+
6262
In order to comply with MuPDF’s dual licensing model, PyMuPDF has entered into an agreement with Artifex who has the right to sublicense PyMuPDF to third parties.
63-
63+
6464
PyMuPDF and MuPDF are now available under both open-source AGPL and commercial license agreements. Please read the full text of the AGPL license agreement, available in the distribution material (file COPYING) and `here <https://www.gnu.org/licenses/agpl-3.0.html>`_, to ensure that your use case complies with the guidelines of the license. If you determine you cannot meet the requirements of the AGPL, please contact `Artifex <https://artifex.com/contact/>`_ for more information regarding a commercial license.
65-
65+
6666
Artifex is the exclusive commercial licensing agent for MuPDF.
67-
67+
6868
Artifex, the Artifex logo, MuPDF, and the MuPDF logo are registered trademarks of Artifex Software Inc. © 2021 Artifex Software, Inc. All rights reserved.
6969

7070
Classifier: Development Status :: 5 - Production/Stable

0 commit comments

Comments
 (0)