mupdf-tools

Lightweight PDF and XPS viewer with command-line tools.

brewmacoslinux
Try with needOr install directly
Source

About

Lightweight PDF and XPS viewer

Commands

mutoolmupdf

Examples

view PDF in terminal$ mupdf document.pdf
extract text from PDF file$ mutool text document.pdf
convert PDF to images$ mutool draw -o page-%d.png document.pdf
merge multiple PDF files$ mutool merge -o output.pdf file1.pdf file2.pdf file3.pdf
extract specific pages from PDF$ mutool extract -o output.pdf document.pdf 1 3 5