You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is **version 1.13.4 of PyMuPDF (formerly python-fitz)**, a Python binding with support for [MuPDF 1.13.0](http://mupdf.com/) - "a lightweight PDF and XPS viewer".
13
+
This is **version 1.13.5 of PyMuPDF (formerly python-fitz)**, a Python binding with support for [MuPDF 1.13.0](http://mupdf.com/) - "a lightweight PDF and XPS viewer".
14
14
15
15
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.
[draw-sines.py](https://github.com/rk700/pymupdf/blob/master/demo/draw-sines.py) | draw sine / cosine functions
10
-
[extract-img1.py](https://github.com/rk700/pymupdf/blob/master/demo/extract_img1.py) | PDF only: extracts all **page-referenced** images as PNG files
11
-
[extract-img2.py](https://github.com/rk700/pymupdf/blob/master/demo/extract_img2.py) | PDF only: extracts **all** (valid) images as PNG files
12
-
[extract-img3.py](https://github.com/rk700/pymupdf/blob/master/demo/extract_img3.py) | PDF only: extracts page images using raw image buffers (variable extensions)
13
-
[extract-img4.py](https://github.com/rk700/pymupdf/blob/master/demo/extract_img4.py) | Any Document type: extracts page images (with variable extensions) using the v1.13.1 getText("dict") method
14
-
[fitz2PIL.py](https://github.com/rk700/pymupdf/blob/master/demo/fitz2PIL.py) | save a pixmap as a PIL / Pillow supported file
15
-
[PIL2fitz.py](https://github.com/rk700/pymupdf/blob/master/demo/PIL2fitz.py) | create a pixmap from any PIL / Pillow supported file
16
-
[numpy2fitz.py](https://github.com/rk700/pymupdf/blob/master/demo/numpy2fitz.py) | how to create pixmaps from NumPy arrays
17
-
[PDFdisplay.py](https://github.com/rk700/pymupdf/blob/master/demo/PDFdisplay.py) | display a document using wxPython
18
-
[pdfviewer(wx).py](https://github.com/rk700/pymupdf/blob/master/demo/pdfviewer(wx).py) | alternative wxPython viewer
19
-
[pencil.py](https://github.com/rk700/pymupdf/blob/master/demo/pencil.py) | create the pencil of the ReportLab User Guide with PyMuPDF
20
-
[piechart1.py](https://github.com/rk700/pymupdf/blob/master/demo/piechart1.py) | create a circular pie chart
21
-
[piechart2.py](https://github.com/rk700/pymupdf/blob/master/demo/piechart2.py) | create a semi-circular pie chart
22
-
[pixmap-tiles.py](https://github.com/rk700/pymupdf/blob/master/demo/pixmap.py) | use pixmap to create tiled copies of an image file
23
-
[decrypt.py](https://github.com/rk700/pymupdf/blob/master/demo/removePass.py) | create a decrypted copy of a PDF file
24
-
[sierpinski.py](https://github.com/rk700/pymupdf/blob/master/demo/sierpinski.py) | create a Sierpinski carpet (fractal) fast with pixmaps
25
-
[splitter.py](https://github.com/rk700/pymupdf/blob/master/demo/splitter.py) | split a PDF into its pages (1 PDF per page)
26
-
[fitz-logo.py](https://github.com/rk700/pymupdf/blob/master/demo/svg-logo.py) | put any document as logo an each PDF page.
27
-
[svg-logo.py](https://github.com/rk700/pymupdf/blob/master/demo/svg-logo.py) | put an SVG as logo an each PDF page.
28
-
[spumoni.py](https://github.com/rk700/pymupdf/blob/master/demo/spumoni.py) | create the ReportLab drawing on page 26 with PyMuPDF
29
-
[text2pdf.py](https://github.com/rk700/pymupdf/blob/master/demo/text2pdf.py) | convert a text file to PDF
30
-
[wavy-polygon.py](https://github.com/rk700/pymupdf/blob/master/demo/wavy-polygon.py) | draw a regular polygon with curly borders
31
-
[xps-converter.py](https://github.com/rk700/pymupdf/blob/master/demo/xps-converter.py) | convert arbitrary documents to PDF (XPS, EPUB, etc.)
5
+
caustic.py | demo producing a PDF with the catacaustic
6
+
list-fields.py | prints field information for a Form PDF
7
+
demo.py | demonstrates a broad range of PyMuPDF high-level functions
0 commit comments