diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2018-05-22 12:36:34 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2018-06-02 02:08:18 +0200 |
commit | 9f7f99a2aafb5d0d5f7cdb311a72a3fb563ec8fe (patch) | |
tree | 455cf0e5df6a8162bd767f63b7382c700943c26c /docs | |
parent | 9920e40365821fbef6c3050695b3dcf0fa5f512e (diff) | |
download | mupdf-9f7f99a2aafb5d0d5f7cdb311a72a3fb563ec8fe.tar.xz |
mutool show: Add support for wildcards in path syntax.
Example:
mutool show $PDF pages/*/Resources/Fonts/*/Subtype
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual-mutool-show.html | 2 |
1 files changed, 2 insertions, 0 deletions
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/<i>N</i> 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. <dl> <dt> Find the number of pages in a document: |