Show

The show command will display various sections of the PDF file in printable format. This will primarily be of use to people working with the internals of PDF files, but the outline option provides a way to get the outlines (a.k.a. bookmarks) from a PDF file at the command line.


\begin{lstlisting}
\$ mutool show
usage: mutool show [options] file.pdf [grep] [...
...streams as binary data
-e print encoded streams (don't decode)
\end{lstlisting}