From 9f7f99a2aafb5d0d5f7cdb311a72a3fb563ec8fe Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 22 May 2018 12:36:34 +0200 Subject: mutool show: Add support for wildcards in path syntax. Example: mutool show $PDF pages/*/Resources/Fonts/*/Subtype --- docs/manual-mutool-show.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/manual-mutool-show.html b/docs/manual-mutool-show.html index 0805d108..3050a616 100644 --- a/docs/manual-mutool-show.html +++ b/docs/manual-mutool-show.html @@ -70,6 +70,8 @@ dictionary, or the keyword "trailer" or "pages". Separate elements with a period '.' or slash '/'. Select a page object by using pages/N where N is the page number. The first page is number 1. +You can also use '*' as an element to iterate over all array indices +or dictionary properties in an object.
Find the number of pages in a document: -- cgit v1.2.3