Skip to content

Commit 86b2de3

Browse files
committed
Upload v1.13.17
1 parent d386398 commit 86b2de3

11 files changed

+576
-400
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
1-
# PyMuPDF 1.13.16
1+
# PyMuPDF 1.13.17
22

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

55
Release date: August 1, 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 2015: [![](http://pepy.tech/badge/pymupdf)](http://pepy.tech/project/pymupdf)
9+
On **[PyPI](https://pypi.org/project/PyMuPDF)** since August 2016: [![](http://pepy.tech/badge/pymupdf)](http://pepy.tech/project/pymupdf)
1010
# Authors
1111
* [Ruikai Liu](mailto:[email protected])
1212
* [Jorj X. McKie](mailto:[email protected])
1313

1414
# Introduction
1515

16-
This is **version 1.13.16 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".
16+
This is **version 1.13.17 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".
1717

1818
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.
1919

2020
With PyMuPDF you therefore can access files with extensions like ".pdf", ".xps", ".oxps", ".cbz", ".fb2" or ".epub" from your Python scripts.
2121

22-
See the [Wiki](https://github.com/rk700/PyMuPDF/wiki) for more information, [news](https://github.com/rk700/PyMuPDF/wiki/Change-and-News-Log), release notes and usage recipies.
22+
See the [Wiki](https://github.com/rk700/PyMuPDF/wiki) for more information, [news](https://github.com/rk700/PyMuPDF/wiki/Change-and-News-Log), release notes and usage recipes.
2323

2424
# Installation
2525

2626
For all **Windows** and (thanks to our user **@jbarlow83**!) for the major **Mac OSX** and **Linux** versions we offer [wheels](https://github.com/rk700/PyMuPDF/releases/latest). They can also be found in the [download section of PyPI](https://pypi.org/project/PyMuPDF/#files).
2727

2828
The platform tag for Mac OSX is `macosx_10_6_intel`.
2929

30-
The platform tag for Linux is `manylinux1_x86_64`, which works on Debian, Ubuntu and most others.
30+
The platform tag for Linux is `manylinux1_x86_64`, which makes these wheels usable on Debian, Ubuntu and most other variations.
3131

3232
On other operating systems you need to generate PyMuPDF yourself. Before you can do this, you must download and generate MuPDF. This process depends very much on your system. For most platforms, the MuPDF source contains prepared procedures for achieving this.
3333

34-
Be sure to download the official MuPDF source release from [here](https://mupdf.com/downloads). The [GitHub repo](https://github.com/ArtifexSoftware/mupdf) of MuPDF contains their current **development source**, which is **not compatible** with this PyMuPDF version most of the time.
34+
Be sure to download the official MuPDF source release from [here](https://mupdf.com/downloads). Do **not use** MuPDF's [GitHub repo](https://github.com/ArtifexSoftware/mupdf). It contains their current **development source**, which is **not compatible** with the published PyMuPDF version most of the time.
3535

3636
Once this is done, adjust directories in ``setup.py`` and the rest should be as easy as running the usual ``python setup.py install``.
3737

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

5656
# Usage and Documentation
57-
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 **recipies** section of our [Wiki](https://github.com/rk700/PyMuPDF/wiki) sidebar, which contains more than a dozen of guides in How-To-style.
57+
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.
5858

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

@@ -67,7 +67,7 @@ Our documentation, written using Sphinx, is available in various formats from th
6767
Earlier versions are available in the [releases](https://github.com/rk700/PyMuPDF/releases) directory.
6868

6969
# License
70-
PyMuPDF is distributed under GNU GPL V3. Because you will also be using MuPDF, its license GNU AFFERO GPL V3 applies as well. Copies of both are included in this repository.
70+
PyMuPDF is distributed under GNU GPL V3. Because you will implicitely also be using MuPDF, its license GNU AFFERO GPL V3 applies as well. Copies of both are included in this repository.
7171

7272
# Contact
7373

doc/PyMuPDF.pdf

309 KB
Binary file not shown.

doc/html.zip

232 KB
Binary file not shown.

0 commit comments

Comments
 (0)