Recipes
- Recipes: Images
- How to Make Images from Document Pages
- How to Increase Image Resolution
- How to Create Partial Pixmaps (Clips)
- How to Zoom a Clip to a GUI Window
- How to Create or Suppress Annotation Images
- How to Extract Images: Non-PDF Documents
- How to Extract Images: PDF Documents
- How to Handle Image Masks
- How to Make one PDF of all your Pictures (or Files)
- How to Create Vector Images
- How to Convert Images
- How to Use Pixmaps: Glueing Images
- How to Use Pixmaps: Making a Fractal
- How to Interface with NumPy
- How to Add Images to a PDF Page
- Recipes: Text
- Recipes: General
- How to Open with a Wrong File Extension
- How to Embed or Attach Files
- How to Delete and Re-Arrange Pages
- How to Join PDFs
- How to Add Pages
- How To Dynamically Clean Up Corrupt PDFs
- How to Split Single Pages
- How to Combine Single Pages
- How to Convert Any Document to PDF
- How to Deal with Messages Issued by MuPDF
- How to Deal with PDF Encryption
- Recipes: Stories
- How to add a line of text with some formatting
- How to use images
- Reading external HTML and CSS for a Story
- How to output database content with Story templates
- How to integrate with existing PDFs
- How to make multi-columned layouts and access fonts from package pymupdf-fonts
- How make a layout which wraps around a predefined “no go area” layout
- How to output a table
- How to create a simple grid layout
- How to generate a Table of Contents
- How to display a list from JSON data
- Using the alternative
Story.write*()
functions