PyMuPDF is a Python binding for MuPDF – “a lightweight PDF and XPS viewer”. MuPDF can access files in PDF, XPS, OpenXPS, CBZ (comic book archive), FB2 and EPUB (e-book) formats. NOTE: It is imported in Python as fitz.
PyMuPDF
is a Python binding for mupdf – “a lightweight PDF and XPS viewer”.
mupdf can access files in PDF, XPS, OpenXPS, CBZ (comic book archive), FB2 and EPUB (e-book) formats.
These are files with extensions .pdf, .xps, .oxps, .cbz, .fb2 or .epub (so you can develop e-book viewers in Python).
PyMuPDF
provides access to many important functions of MuPDF from within a Python environment.
Note on the Name fitz:
The standard Python import statement for this library is import fitz
. This has a historical reason.