mupdf 1.26.8
Lightweight PDF viewer and toolkit
MuPDF is a C library that implements a PDF and XPS parsing and rendering engine. It is used primarily to render pages into bitmaps, but also provides support for other operations such as searching and listing the table of contents and hyperlinks.
The library ships with a rudimentary X11 viewer, and a set of command line tools for batch rendering pdfdraw, rewriting files pdfclean, and examining the file structure pdfshow.
- Outputs:
out - Website: https://mupdf.com
- Licenses: AGPL 3+ · ASL 2.0 · Modified BSD · SIL OFL 1.1 · X11
- Package source: gnu/packages/pdf.scm
- Builds: See build status
- Issues: See known issues
Installation
Install mupdf 1.26.8 as follows:
guix install mupdf@1.26.8
Or install the latest version:
guix install mupdf
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.