|
1 |
| -# PyMuPDF 1.13.18 |
| 1 | +# PyMuPDF 1.13.19 |
2 | 2 |
|
3 | 3 | 
|
4 | 4 |
|
5 | 5 | Release date: August 24, 2018
|
6 | 6 |
|
7 | 7 | **Travis-CI:** [](https://travis-ci.org/rk700/PyMuPDF)
|
8 | 8 |
|
9 |
| -On **[PyPI](https://pypi.org/project/PyMuPDF)** since August 2016: [](http://pepy.tech/project/pymupdf) |
| 9 | +On **[PyPI](https://pypi.org/project/PyMuPDF)** since August 2016: [](https://pepy.tech/project/pymupdf) |
| 10 | + |
10 | 11 | # Authors
|
11 | 12 | * [Ruikai Liu ](mailto:[email protected])
|
12 | 13 | * [Jorj X. McKie ](mailto:[email protected])
|
13 | 14 |
|
14 | 15 | # Introduction
|
15 | 16 |
|
16 |
| -This is **version 1.13.18 of PyMuPDF (formerly python-fitz)**, a Python binding with support for [MuPDF 1.13.0](http://mupdf.com/) - "a lightweight PDF, XPS, and E-book viewer". |
| 17 | +This is **version 1.13.19 of PyMuPDF (formerly python-fitz)**, a Python binding with support for [MuPDF 1.13.0](http://mupdf.com/) - "a lightweight PDF, XPS, and E-book viewer". |
17 | 18 |
|
18 | 19 | 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.
|
19 | 20 |
|
@@ -54,6 +55,14 @@ In addition to wheels, this platform offers [pre-generated binaries](https://git
|
54 | 55 | If you are looking to make your own binary, consult this [Wiki page](https://github.com/rk700/PyMuPDF/wiki/Windows-Binaries-Generation). It explains how to use Visual Studio for generating MuPDF in quite some detail.
|
55 | 56 |
|
56 | 57 | # Usage and Documentation
|
| 58 | +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, most of 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. |
| 59 | + |
| 60 | +Specifically for PDF files, PyMuPDF provides update access to low-level structure data, supports handling of embedded files and modification of page contents (like inserting images, fonts, text, annotations and drawings). |
| 61 | + |
| 62 | +Other features include embedding vector images (SVG, PDF) such as logos or watermarks, "posterizing" a PDF or creating "booklet" and "4-up" versions. |
| 63 | + |
| 64 | +You can now also create PDF Form fields with support for text, checkbox, listbox and combobox widgets. |
| 65 | + |
57 | 66 | Have a look at the basic [demos](https://github.com/rk700/PyMuPDF/tree/master/demo), the [examples](https://github.com/rk700/PyMuPDF/tree/master/examples) (which contain complete, working programs), and the **recipes** section of our [Wiki](https://github.com/rk700/PyMuPDF/wiki) sidebar, which contains more than a dozen of guides in How-To-style.
|
58 | 67 |
|
59 | 68 | Our documentation, written using Sphinx, is available in various formats from the following sources.
|
|
0 commit comments