xpdf

Lightweight PDF viewer for Unix/Linux with command-line interface.

brewmacoslinux
Try with needOr install directly
Source

About

PDF viewer

Commands

xpdf

Examples

open a PDF file to view$ xpdf document.pdf
view PDF starting at a specific page$ xpdf -f 5 document.pdf
open PDF and go to last page$ xpdf -l 50 document.pdf
display PDF in fullscreen mode$ xpdf -fullscreen document.pdf
extract text from PDF file$ xpdf -enc UTF-8 -text document.pdf