1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 11:06:00 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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`