diff --git a/pages/common/mutool.md b/pages/common/mutool.md index 2dadc9272..4649927bc 100644 --- a/pages/common/mutool.md +++ b/pages/common/mutool.md @@ -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`