Skip to content

Commit 0e75a82

Browse files
committed
Uploading v.1.13.19
1 parent d01ce5f commit 0e75a82

14 files changed

+715
-560
lines changed

README.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
# PyMuPDF 1.13.18
1+
# PyMuPDF 1.13.19
22

33
![logo](https://github.com/rk700/PyMuPDF/blob/master/demo/pymupdf.jpg)
44

55
Release date: August 24, 2018
66

77
**Travis-CI:** [![Build Status](https://travis-ci.org/rk700/PyMuPDF.svg?branch=master)](https://travis-ci.org/rk700/PyMuPDF)
88

9-
On **[PyPI](https://pypi.org/project/PyMuPDF)** since August 2016: [![](http://pepy.tech/badge/pymupdf)](http://pepy.tech/project/pymupdf)
9+
On **[PyPI](https://pypi.org/project/PyMuPDF)** since August 2016: [![](https://pepy.tech/badge/pymupdf)](https://pepy.tech/project/pymupdf)
10+
1011
# Authors
1112
* [Ruikai Liu](mailto:[email protected])
1213
* [Jorj X. McKie](mailto:[email protected])
1314

1415
# Introduction
1516

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".
1718

1819
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.
1920

@@ -54,6 +55,14 @@ In addition to wheels, this platform offers [pre-generated binaries](https://git
5455
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.
5556

5657
# 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+
5766
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.
5867

5968
Our documentation, written using Sphinx, is available in various formats from the following sources.

demo/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ svg-logo.py | put an SVG as logo an each PDF page.
2929
spumoni.py | create the ReportLab drawing on page 26 with PyMuPDF
3030
text2pdf.py | convert a text file to PDF
3131
wavy-polygon.py | draw a regular polygon with curly borders
32-
xps-converter.py | convert arbitrary documents to PDF (XPS, EPUB, CBZ, etc.)
32+
pdf-converter.py | convert arbitrary documents (XPS, EPUB, CBZ, etc.) to PDF
File renamed without changes.

doc/PyMuPDF.pdf

40 KB
Binary file not shown.

doc/html.zip

156 KB
Binary file not shown.

0 commit comments

Comments
 (0)