MuPDF

Lightweight, fast C library, desktop viewer, and CLI toolset for PDF, XPS, and e-book formats, built by Artifex around the same rendering core used in Ghostscript. Renders pages and extracts text/images/metadata/structured content; creates, splits, merges, and compresses PDFs; adds annotations (highlights, stamps, shapes); permanently redacts content; and digitally signs documents. Converts between PDF, SVG, PNG, HTML, and PostScript, and embeds into web pages and native apps via its library bindings.

AGPL v3-or-later, with commercial licensing available from Artifex.

Sample Results

Real output from running this tool against a sample PDF, as part of PDFog's open-source PDF tooling benchmark.

Input: sample-brochure.pdf

Loading PDF…

mutool draw -F txt "sample-brochure.pdf" >"sample-brochure--mupdf-c.txt"

Output: sample-brochure--mupdf-c.txt

$1,000,000

221 Queen Street, Melbourne VIC 3000

apartment
2
1
1

Prince Cascading

1234-5678

Additional Information

Land Size

House Size

Map Ref.

Energy Rating

Council Rates

Water Rates

1171m2

-

-

-

-

-

WARM BEAUTIFUL APARTMENT

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc turpis ante, fermentum ac
cursus vitae, tempus vel ipsum. Proin justo lorem, mattis sed pharetra ac, vehicula
tincidunt sem. Mauris est leo, scelerisque at gravida vel, interdum quis felis. Nullam
nibh magna, consectetur eu aliquet ac, sollicitudin eget nisl. Praesent nibh tellus,
elementum ut scelerisque a, pretium eget libero. Morbi sodales tincidunt turpis et
sagittis. Aenean sed dictum nisi.

Phasellus quis metus lectus. Donec varius pellentesque purus, et ornare enim
pellentesque sed. Morbi quam augue, pulvinar sit amet mollis in, euismod porta orci.
Quisque rutrum egestas enim ac viverra. Mauris blandit tristique feugiat. Ut molestie
molestie turpis sed elementum. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Maecenas in nunc odio. Nunc sagittis, mi ut ornare pellentesque, orci augue dapibus
est, vel rutrum elit orci vel augue.



stext.json: structured JSON with per-word/line/block bounding boxes and font info, distinct from the plain-text dump above.

mutool draw -F stext.json "sample-brochure.pdf" >"sample-brochure--mupdf-c--stext.json"

Output: sample-brochure--mupdf-c--stext.json

{
  "file": "pdf-inputs/sample-brochure.pdf",
  "pages": [
    {
      "blocks": [
        {
          "type": "text",
          "bbox": {
            "x": 488,
            "y": 147,
            "w": 60,
            "h": 13
          },
          "lines": [
            {
              "wmode": 0,
              "bbox": {
                "x": 488,
                "y": 147,
                "w": 60,
                "h": 13
              },
              "font": {
                "name": "PXAAAB+Arial",
                "family": "serif",
                "weight": "normal",
                "style": "normal",
                "size": 12
              },
              "x": 488,
              "y": 158,
              "text": "$1,000,000"
            }
          ]
        },
        {
          "type": "text",
          "bbox": {
            "x": 28,
            "y": 131,
            "w": 218,
            "h": 13
          },
          "lines": [
            {
              "wmode": 0,
              "bbox": {
                "x": 28,
                "y": 131,
                "w": 218,
                "h": 13
              },
              "font": {
                "name": "PXAAAA+Arial,Bold",
                "family": "serif",
                "weight": "bold",
                "style": "normal",
                "size": 12
              },
              "x": 28,
              "y": 142,
              "text": "221 Queen Street, Melbourne VIC 3000"
            }
          ]
        },
        {
          "type": "text",
          "bbox": {
            "x": 28,
            "y": 151,
            "w": 133,
            "h": 10
          },
          "lines": [
            {
              "wmode": 0,
              "bbox": {
                "x": 28,
                "y": 151,
                "w": 40,
                "h": 10
              },
              "font": {
                "name": "PXAAAB+Arial",
                "family": "serif",
                "weight": "normal",
                "style": "normal",
                "size": 9
              },
              "x": 28,
              "y": 159,
              "text": "apartment"
            },
            {
              "wmode": 0,
              "bbox": {
                "x": 93,
                "y": 151,
                "w": 5,
                "h": 10
              },
              "font": {
                "name": "PXAAAA+Arial,Bold",
                "family": "serif",
                "weight": "bold",
                "style": "normal",
                "size": 9
              },
              "x": 93,
              "y": 159,
              "text": "2"
            },
            {
              "wmode": 0,
              "bbox": {
                "x": 125,
                "y": 151,
                "w": 5,
                "h": 10
              },
              "font": {
                "name": "PXAAAA+Arial,Bold",
                "family": "serif",
                "weight": "bold",
                "style": "normal",
                "size": 9
              },
              "x": 125,
              "y": 159,
              "text": "1"
            },
            {
              "wmode": 0,
              "bbox": {
                "x": 156,
                "y": 151,
                "w": 5,
                "h": 10
              },
              "font": {
                "name": "PXAAAA+Arial,Bold",
                "family": "serif",
                "weight": "bold",
                "style": "normal",
                "size": 9
              },
              "x": 156,
              "y": 159,
              "text": "1"
            }
          ]
        },
        {
          "type": "text",
          "bbox": {
            "x": 458,
            "y": 185,
            "w": 88,
            "h": 11
          },
          "lines": [
            {
              "wmode": 0,
              "bbox": {
                "x": 458,
                "y": 185,
                "w": 88,
                "h": 11
              },
              "font": {
                "name": "PXAAAA+Arial,Bold",
                "family": "serif",
                "weight": "bold",
                "style": "normal",
                "size": 10
              },
              "x": 458,
              "y": 195,
              "text": "Prince Cascading"
            }
          ]
        },
        {
          "type": "text",
          "bbox": {
            "x": 477,
            "y": 206,
            "w": 43,
            "h": 10
          },
          "lines": [
            {
              "wmode": 0,
              "bbox": {
                "x": 477,
                "y": 206,
                "w": 43,
                "h": 10
              },
              "font": {
                "name": "PXAAAB+Arial",
                "family": "serif",
                "weight": "normal",
                "style": "normal",
                "size": 9
              },
              "x": 477,
              "y": 214,
              "text": "1234-5678"
            }
          ]
        },
        {
          "type": "text",
          "bbox": {
            "x": 388,
            "y": 294,
            "w": 111,
            "h": 11
          },
          "lines": [
            {
              "wmode": 0,
              "bbox": {
                "x": 388,
                "y": 294,
                "w": 111,
                "h": 11
              },
              "font": {
                "name": "PXAAAA+Arial,Bold",
                "family": "serif",
                "weight": "bold",
                "style": "normal",
                "size": 10
              },
              "x": 388,
              "y": 304,
              "text": "Additional Information"
            }
          ]
        },
        {
          "type": "text",
          "bbox": {
            "x": 388,
            "y": 316,
            "w": 40,
            "h": 10
          },
          "lines": [
            {
              "wmode": 0,
              "bbox": {
                "x": 388,
                "y": 316,
                "w": 40,
                "h": 10
              },
              "font": {
                "name": "PXAAAB+Arial",
                "family": "serif",
                "weight": "normal",
                "style": "normal",
                "size": 9
              },
              "x": 388,
              "y": 325,
              "text": "Land Size"
            }
          ]
        },
        {
          "type": "text",
          "bbox": {
            "x": 388,
            "y": 333,
            "w": 46,
            "h": 10
          },
          "lines": [
            {
              "wmode": 0,
              "bbox": {
                "x": 388,
                "y": 333,
                "w": 46,
                "h": 10
              },
              "font": {
                "name": "PXAAAB+Arial",
                "family": "serif",
                "weight": "normal",
                "style": "normal",
                "size": 9
              },
              "x": 388,
              "y": 341,
              "text": "House Size"
            }
          ]
        },
        {
          "type": "text",
          "bbox": {
            "x": 388,
            "y": 349,
            "w": 36,
            "h": 10
          },
          "lines": [
            {
              "wmode": 0,
              "bbox": {
                "x": 388,
                "y": 349,
                "w": 36,
                "h": 10
              },
              "font": {
                "name": "PXAAAB+Arial",
                "family": "serif",
                "weight": "normal",
                "style": "normal",
                "size": 9
              },
              "x": 388,
              "y": 357,
              "text": "Map Ref."
            }
          ]
        },
        {
          "type": "text",
          "bbox": {
            "x": 388,
            "y": 365,
            "w": 56,
            "h": 10
          },
          "lines": [
            {
              "wmode": 0,
              "bbox": {
                "x": 388,
                "y": 365,
                "w": 56,
                "h": 10
              },
              "font": {
                "name": "PXAAAB+Arial",
                "family": "serif",
                "weight": "normal",
                "style": "normal",
                "size": 9
              },
              "x": 388,
              "y": 373,
              "text": "Energy Rating"
            }
          ]
        },
        {
          "type": "text",
          "bbox": {
            "x": 388,
            "y": 381,
            "w": 55,
            "h": 10
          },
          "lines": [
            {
              "wmode": 0,
              "bbox": {
                "x": 388,
                "y": 381,
                "w": 55,
                "h": 10
              },
              "font": {
                "name": "PXAAAB+Arial",
                "family": "serif",
                "weight": "normal",
                "style": "normal",
                "size": 9
              },
              "x": 388,
              "y": 389,
              "text": "Council Rates"
            }
          ]
        },
        {
          "type": "text",
          "bbox": {
            "x": 388,
            "y": 397,
            "w": 49,
            "h": 10
          },
          "lines": [
            {
              "wmode": 0,
              "bbox": {
                "x": 388,
                "y": 397,
                "w": 49,
                "h": 10
              },
              "font": {
                "name": "PXAAAB+Arial",
                "family": "serif",
                "weight": "normal",
                "style": "normal",
                "size": 9
              },
              "x": 388,
              "y": 406,
              "text": "Water Rates"
            }
          ]
        },
        {
          "type": "text",
          "bbox": {
            "x": 493,
            "y": 316,
            "w": 32,
            "h": 10
          },
          "lines": [
            {
              "wmode": 0,
              "bbox": {
                "x": 493,
                "y": 316,
                "w": 32,
                "h": 10
              },
              "font": {
                "name": "PXAAAB+Arial",
                "family": "serif",
                "weight": "normal",
                "style": "normal",
                "size": 9
              },
              "x": 493,
              "y": 325,
              "text": "1171m2"
            }
          ]
        },
        {
          "type": "text",
          "bbox": {
            "x": 493,
            "y": 333,
            "w": 2,
            "h": 10
          },
          "lines": [
            {
              "wmode": 0,
              "bbox": {
                "x": 493,
                "y": 333,
                "w": 2,
                "h": 10
              },
              "font": {
                "name": "PXAAAB+Arial",
                "family": "serif",
                "weight": "normal",
                "style": "normal",
                "size": 9
              },
              "x": 493,
              "y": 341,
              "text": "-"
            }
          ]
        },
        {
          "type": "text",
          "bbox": {
            "x": 493,
            "y": 349,
            "w": 2,
            "h": 10
          },
          "lines": [
            {
              "wmode": 0,
              "bbox": {
                "x": 493,
                "y": 349,
                "w": 2,
                "h": 10
              },
              "font": {
                "name": "PXAAAB+Arial",
                "family": "serif",
                "weight": "normal",
                "style": "normal",
                "size": 9
              },
              "x": 493,
              "y": 357,
              "text": "-"
            }
          ]
        },
        {
          "type": "text",
          "bbox": {
            "x": 493,
            "y": 365,
            "w": 2,
            "h": 10
          },
          "lines": [
            {
              "wmode": 0,
              "bbox": {
                "x": 493,
                "y": 365,
                "w": 2,
                "h": 10
              },
              "font": {
                "name": "PXAAAB+Arial",
                "family": "serif",
                "weight": "normal",
                "style": "normal",
                "size": 9
              },
              "x": 493,
              "y": 373,
              "text": "-"
            }
          ]
        },
        {
          "type": "text",
          "bbox": {
            "x": 493,
            "y": 381,
            "w": 2,
            "h": 10
          },
          "lines": [
            {
              "wmode": 0,
              "bbox": {
                "x": 493,
                "y": 381,
                "w": 2,
                "h": 10
              },
              "font": {
                "name": "PXAAAB+Arial",
                "family": "serif",
                "weight": "normal",
                "style": "normal",
                "size": 9
              },
              "x": 493,
              "y": 389,
              "text": "-"
            }
          ]
        },
        {
          "type": "text",
          "bbox": {
            "x": 493,
            "y": 397,
            "w": 2,
            "h": 10
          },
          "lines": [
            {
              "wmode": 0,
              "bbox": {
                "x": 493,
                "y": 397,
                "w": 2,
                "h": 10
              },
              "font": {
                "name": "PXAAAB+Arial",
                "family": "serif",
                "weight": "normal",
                "style": "normal",
                "size": 9
              },
              "x": 493,
              "y": 406,
              "text": "-"
            }
          ]
        },
        {
          "type": "text",
          "bbox": {
            "x": 29,
            "y": 578,
            "w": 164,
            "h": 11
          },
          "lines": [
            {
              "wmode": 0,
              "bbox": {
                "x": 29,
                "y": 578,
                "w": 164,
                "h": 11
              },
              "font": {
                "name": "PXAAAA+Arial,Bold",
                "family": "serif",
                "weight": "bold",
                "style": "normal",
                "size": 10
              },
              "x": 29,
              "y": 588,
              "text": "WARM BEAUTIFUL APARTMENT"
            }
          ]
        },
        {
          "type": "text",
          "bbox": {
            "x": 29,
            "y": 605,
            "w": 346,
            "h": 77
          },
          "lines": [
            {
              "wmode": 0,
              "bbox": {
                "x": 29,
                "y": 605,
                "w": 346,
                "h": 10
              },
              "font": {
                "name": "PXAAAB+Arial",
                "family": "serif",
                "weight": "normal",
                "style": "normal",
                "size": 9
              },
              "x": 29,
              "y": 613,
              "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc turpis ante, fermentum ac"
            },
            {
              "wmode": 0,
              "bbox": {
                "x": 29,
                "y": 619,
                "w": 327,
                "h": 10
              },
              "font": {
                "name": "PXAAAB+Arial",
                "family": "serif",
                "weight": "normal",
                "style": "normal",
                "size": 9
              },
              "x": 29,
              "y": 627,
              "text": "cursus vitae, tempus vel ipsum. Proin justo lorem, mattis sed pharetra ac, vehicula"
            },
            {
              "wmode": 0,
              "bbox": {
                "x": 29,
                "y": 632,
                "w": 330,
                "h": 10
              },
              "font": {
                "name": "PXAAAB+Arial",
                "family": "serif",
                "weight": "normal",
                "style": "normal",
                "size": 9
              },
              "x": 29,
              "y": 640,
              "text": "tincidunt sem. Mauris est leo, scelerisque at gravida vel, interdum quis felis. Nullam"
            },
            {
              "wmode": 0,
              "bbox": {
                "x": 29,
                "y": 646,
                "w": 320,
                "h": 10
              },
              "font": {
                "name": "PXAAAB+Arial",
                "family": "serif",
                "weight": "normal",
                "style": "normal",
                "size": 9
              },
              "x": 29,
              "y": 654,
              "text": "nibh magna, consectetur eu aliquet ac, sollicitudin eget nisl. Praesent nibh tellus,"
            },
            {
              "wmode": 0,
              "bbox": {
                "x": 29,
                "y": 659,
                "w": 320,
                "h": 10
              },
              "font": {
                "name": "PXAAAB+Arial",
                "family": "serif",
                "weight": "normal",
                "style": "normal",
                "size": 9
              },
              "x": 29,
              "y": 667,
              "text": "elementum ut scelerisque a, pretium eget libero. Morbi sodales tincidunt turpis et"
            },
            {
              "wmode": 0,
              "bbox": {
                "x": 29,
                "y": 673,
                "w": 128,
                "h": 10
              },
              "font": {
                "name": "PXAAAB+Arial",
                "family": "serif",
                "weight": "normal",
                "style": "normal",
                "size": 9
              },
              "x": 29,
              "y": 681,
              "text": "sagittis. Aenean sed dictum nisi."
            }
          ]
        },
        {
          "type": "text",
          "bbox": {
            "x": 29,
            "y": 696,
            "w": 345,
            "h": 77
          },
          "lines": [
            {
              "wmode": 0,
              "bbox": {
                "x": 29,
                "y": 696,
                "w": 309,
                "h": 10
              },
              "font": {
                "name": "PXAAAB+Arial",
                "family": "serif",
                "weight": "normal",
                "style": "normal",
                "size": 9
              },
              "x": 29,
              "y": 705,
              "text": "Phasellus quis metus lectus. Donec varius pellentesque purus, et ornare enim"
            },
            {
              "wmode": 0,
              "bbox": {
                "x": 29,
                "y": 710,
                "w": 334,
                "h": 10
              },
              "font": {
                "name": "PXAAAB+Arial",
                "family": "serif",
                "weight": "normal",
                "style": "normal",
                "size": 9
              },
              "x": 29,
              "y": 718,
              "text": "pellentesque sed. Morbi quam augue, pulvinar sit amet mollis in, euismod porta orci."
            },
            {
              "wmode": 0,
              "bbox": {
                "x": 29,
                "y": 723,
                "w": 333,
                "h": 10
              },
              "font": {
                "name": "PXAAAB+Arial",
                "family": "serif",
                "weight": "normal",
                "style": "normal",
                "size": 9
              },
              "x": 29,
              "y": 732,
              "text": "Quisque rutrum egestas enim ac viverra. Mauris blandit tristique feugiat. Ut molestie"
            },
            {
              "wmode": 0,
              "bbox": {
                "x": 29,
                "y": 737,
                "w": 345,
                "h": 10
              },
              "font": {
                "name": "PXAAAB+Arial",
                "family": "serif",
                "weight": "normal",
                "style": "normal",
                "size": 9
              },
              "x": 29,
              "y": 745,
              "text": "molestie turpis sed elementum. Lorem ipsum dolor sit amet, consectetur adipiscing elit."
            },
            {
              "wmode": 0,
              "bbox": {
                "x": 29,
                "y": 750,
                "w": 336,
                "h": 10
              },
              "font": {
                "name": "PXAAAB+Arial",
                "family": "serif",
                "weight": "normal",
                "style": "normal",
                "size": 9
              },
              "x": 29,
              "y": 759,
              "text": "Maecenas in nunc odio. Nunc sagittis, mi ut ornare pellentesque, orci augue dapibus"
            },
            {
              "wmode": 0,
              "bbox": {
                "x": 29,
                "y": 764,
                "w": 131,
                "h": 10
              },
              "font": {
                "name": "PXAAAB+Arial",
                "family": "serif",
                "weight": "normal",
                "style": "normal",
                "size": 9
              },
              "x": 29,
              "y": 772,
              "text": "est, vel rutrum elit orci vel augue."
            }
          ]
        }
      ]
    }
  ]
}