summaryrefslogtreecommitdiff
path: root/docs/man
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2015-04-02 19:32:12 +0100
committerRobin Watts <robin.watts@artifex.com>2015-04-06 19:30:57 +0100
commit1d07ccfc773decaf30570b7d9942cb535db25e91 (patch)
tree61f280f21098a01c47ce90438ca0ff1734f25730 /docs/man
parentb4d256b9e9d2e9f3b5f3ca944f591ae6bb0c5d71 (diff)
downloadmupdf-1d07ccfc773decaf30570b7d9942cb535db25e91.tar.xz
Add mutool pages subcommand.
Inspired by bug 695823. Mutool can now dump the sizes and orientations for pages within a given file.
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/mutool.114
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/man/mutool.1 b/docs/man/mutool.1
index cb276978..1aa323b1 100644
--- a/docs/man/mutool.1
+++ b/docs/man/mutool.1
@@ -1,4 +1,4 @@
-.TH "MUTOOL" "1" "March 31, 2015"
+.TH "MUTOOL" "1" "April 2, 2015"
.\" Please adjust this date whenever revising the manpage.
.\" no hyphenation
.nh
@@ -103,6 +103,18 @@ List form and postscript XObjects.
.B pages
Comma separated list of page numbers and ranges to include.
+.SH PAGES
+mutool pages [options] input.pdf [pages ...]
+.PP
+The pages command dumps information about the size and orientation
+of pages within the document.
+.TP
+.B \-p password
+Use the specified password if the file is encrypted.
+.TP
+.B pages
+Comma separated list of page numbers and ranges to include.
+
.SH POSTER
mutool poster [options] input.pdf [output.pdf]
.PP