mupdf

Lightweight PDF and XPS viewer with fast rendering

brewmacoslinux
Try with needOr install directly
Source

About

Lightweight PDF and XPS viewer

Commands

mupdf

Examples

open a PDF file to read it$ mupdf document.pdf
view an XPS document$ mupdf document.xps
open PDF starting at a specific page$ mupdf -p 42 document.pdf
convert PDF page to image file$ mupdf -o output.png -F png -p 1 document.pdf
render PDF with custom zoom level$ mupdf -z 150 document.pdf