summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2011-01-09 00:36:29 +0000
committerTor Andersson <tor@ghostscript.com>2011-01-09 00:36:29 +0000
commit07a9f392acf314d6ebf812a6b857224e7b369214 (patch)
tree469cddf4aad12c6e79089f5898b5882bc601aca6
parentdc1680ef12036ec139123766bc1a58347768ec4b (diff)
downloadmupdf-07a9f392acf314d6ebf812a6b857224e7b369214.tar.xz
Update man pages.
-rw-r--r--debian/pdfdraw.15
-rw-r--r--debian/pdfshow.13
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/pdfdraw.1 b/debian/pdfdraw.1
index 1dba4521..67899640 100644
--- a/debian/pdfdraw.1
+++ b/debian/pdfdraw.1
@@ -10,7 +10,7 @@ pdfdraw \- render PDF documents
.SH DESCRIPTION
.B pdfdraw
will render a PDF document to image files.
-The supported image formats are: png, ppm, pam and png.
+The supported image formats are: pgm, ppm, pam and png.
Select the pages to be rendered by specifying a comma
separated list of ranges and individual page numbers (for example: 1,5,10-15).
In no pages are specified all the pages will be rendered.
@@ -27,6 +27,9 @@ Use the specified password if the file is encrypted.
Render the page at the specified resolution.
The default resolution is 72 dpi.
.TP
+.B \-R angle
+Rotate clockwise by given number of degrees.
+.TP
.B \-a
Save the alpha channel.
The default behavior is to render each page with a white background.
diff --git a/debian/pdfshow.1 b/debian/pdfshow.1
index c1865df0..7574f297 100644
--- a/debian/pdfshow.1
+++ b/debian/pdfshow.1
@@ -9,6 +9,7 @@ pdfshow \- show objects and streams that make up a PDF document
.RI [ xref ]
.RI [ trailer ]
.RI [ pages ]
+.RI [ grep ]
.RI [ object-number... ]
.SH DESCRIPTION
.B pdfshow
@@ -19,6 +20,8 @@ Specify objects with their number.
The special names xref, trailer and pages will
respectively print the cross reference, trailer,
and the object numbers for all pages.
+The special name grep will print all objects in the file
+in a compact one-line format suitable for piping to grep.
.PP
.SH OPTIONS
.TP