summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-04-15 22:12:13 +0200
committerTor Andersson <tor@ghostscript.com>2010-04-15 22:12:13 +0200
commit54bf79f2bee2f169f7b8611b661a93f9313bf09e (patch)
tree4a4c5698e883972f19bb0c51523441a21bd6eac3 /debian
parent31dfa72b46654404efcb7dc21ffe2a8f1f768404 (diff)
downloadmupdf-54bf79f2bee2f169f7b8611b661a93f9313bf09e.tar.xz
XML-ify output of dev_trace.
Diffstat (limited to 'debian')
-rw-r--r--debian/pdfdraw.110
1 files changed, 8 insertions, 2 deletions
diff --git a/debian/pdfdraw.1 b/debian/pdfdraw.1
index 839d1f52..004a2cb7 100644
--- a/debian/pdfdraw.1
+++ b/debian/pdfdraw.1
@@ -1,4 +1,4 @@
-.TH PDFDRAW 1 "March 21, 2010"
+.TH PDFDRAW 1 "April 15, 2010"
.\" Please adjust this date whenever revising the manpage.
.SH NAME
pdfdraw \- renderer tool to convert a PDF file to PNM image files
@@ -29,7 +29,7 @@ A description of each of the supported options is included below.
Each page is rendered in the given number of separate bands. The default is
to render the entire page in one go.
.TP
-.B \-d password
+.B \-p password
Uses the given password during decryption of an encrypted PDF file.
The password is tried both as user and owner password.
.TP
@@ -46,6 +46,12 @@ inch. The deafult is 72dpi.
Enables benchmarking, causing rendering time to be printed for each page as
well as summary statistics after all pages in each PDF file have been
rendered.
+.TP
+.B \-t
+Print the text on the page in UTF-8.
+.TP
+.B \-x
+Print an XML representation of the page graphics.
.SH SEE ALSO
.BR mupdf (1),
.BR pdfclean (1).