mutool: add outline example (#5298)

This commit is contained in:
Adam Herst
2021-02-21 16:12:32 -05:00
committed by GitHub
parent 9cdfceb92b
commit 3ab26253eb

View File

@@ -22,3 +22,7 @@
- Extract all images, fonts and resources embedded in a PDF out into the current directory:
`mutool extract {{input.pdf}}`
- Print the outline (table of contents) of a PDF:
`mutool show {{input.pdf}} outline`