mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 17:06:05 +02:00
mutool: add outline example (#5298)
This commit is contained in:
parent
9cdfceb92b
commit
3ab26253eb
1 changed files with 4 additions and 0 deletions
|
@ -22,3 +22,7 @@
|
||||||
- Extract all images, fonts and resources embedded in a PDF out into the current directory:
|
- Extract all images, fonts and resources embedded in a PDF out into the current directory:
|
||||||
|
|
||||||
`mutool extract {{input.pdf}}`
|
`mutool extract {{input.pdf}}`
|
||||||
|
|
||||||
|
- Print the outline (table of contents) of a PDF:
|
||||||
|
|
||||||
|
`mutool show {{input.pdf}} outline`
|
||||||
|
|
Loading…
Add table
Reference in a new issue