mutool: add outline example (#5298)

translation-badges
Adam Herst 2021-02-21 16:12:32 -05:00 committed by GitHub
parent 9cdfceb92b
commit 3ab26253eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

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`