From 3ab26253eb1757a3530dd8b82d1a08e1cab31fdc Mon Sep 17 00:00:00 2001 From: Adam Herst Date: Sun, 21 Feb 2021 16:12:32 -0500 Subject: [PATCH] mutool: add outline example (#5298) --- pages/common/mutool.md | 4 ++++ 1 file changed, 4 insertions(+) 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`