Introduction Note on the Name fitz License and Copyright Covered Version Introduction PyMuPDF is a Python binding for MuPDF – a lightweight PDF, XPS, and E-book viewer, ...
Installation Step 1: Install MuPDF Step 2: Download and Generate PyMuPDF Enabling Integrated OCR Support Installation PyMuPDF can be installed from Python wheels for Windows ...
Tools Example Session Tools This class is a collection of utility methods and attributes, mainly around memory management. To simplify and speed up its use, it is automatically...
Appendix 2: Considerations on Embedded Files General MuPDF Support PyMuPDF Support Appendix 2: Considerations on Embedded Files This chapter provides some background on embed...
Appendix 3: Assorted Technical Information Image Transformation Matrix PDF Base 14 Fonts Adobe PDF References Using Python Sequences as Arguments in PyMuPDF Ensuring Consistenc...
Constants and Enumerations Constants Document Permissions PDF encryption method codes Font File Extensions Text Alignment Text Extraction Flags Link Destination Kinds Link D...
DisplayList DisplayList DisplayList is a list containing drawing commands (text, images, etc.). The intent is two-fold: as a caching-mechanism to reduce parsing of a page as...
Tutorial Importing the Bindings Opening a Document Some Document Methods and Attributes Accessing Meta Data Working with Outlines Working with Pages Inspecting the Links, A...
Glossary Glossary matrix_like A Python sequence of 6 numbers. rect_like A Python sequence of 4 numbers. irect_like A Python sequence of 4 integers. point_like A Python se...
Point Point Point represents a point in the plane, defined by its x and y coordinates. Attribute / Method Description Point.distance_to() calculate distance to point or...