summaryrefslogtreecommitdiff
path: root/debian/pdfshow.1
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@hotmail.com>2010-03-24 00:42:51 +0100
committerSebastian Rasmussen <sebras@hotmail.com>2010-03-24 00:42:51 +0100
commit326fa1064aac5f51d975739f7546e9d26b13e3ac (patch)
tree2ae62343a252af95c80d82aaab2bbca0c4b3e77b /debian/pdfshow.1
parentf3d5022ee957d5747da012665b94d6771b881972 (diff)
downloadmupdf-326fa1064aac5f51d975739f7546e9d26b13e3ac.tar.xz
Created separate Debian mupdf-utils package for debugging tools.
Diffstat (limited to 'debian/pdfshow.1')
-rw-r--r--debian/pdfshow.143
1 files changed, 43 insertions, 0 deletions
diff --git a/debian/pdfshow.1 b/debian/pdfshow.1
new file mode 100644
index 00000000..063634ff
--- /dev/null
+++ b/debian/pdfshow.1
@@ -0,0 +1,43 @@
+.TH PDFSHOW 1 "March 21, 2010"
+.\" Please adjust this date whenever revising the manpage.
+.SH NAME
+pdfshow \- PDF file debugging tool used to show PDF objects
+.SH SYNOPSIS
+.B pdfshow
+.RI [ options ]
+.RI PDFfile
+.RI [ xref ]
+.RI [ trailer ]
+.RI [ object-number ]
+.B ...
+.SH DESCRIPTION
+This manual page briefly describes the
+.B pdfshow
+command. The default action taken if only a PDF file name is given is to
+print the PDF trailer. An alternative is to specify xref as an argument,
+causing
+.B pdfshow
+to print the trailer section of the file. The most useful operation
+however is to give one or more whitespace separated integers referring to
+PDF objects, causing each to be printed.
+.PP
+.SH OPTIONS
+A description of each of the supported options is included below.
+.TP
+.B \-b
+Causes pdfshow to print all object streams as raw binary data
+.TP
+.B \-d password
+Uses the given password during decryption of an encrypted PDF file.
+The password is tried both as user and owner password.
+.TP
+.B \-x
+Enables decompression of object stream contents before printing them.
+.SH SEE ALSO
+.BR mupdf (1),
+.BR pdfdraw (1).
+.SH AUTHOR
+MuPDF was written by Tor Andersson <tor@ghostscript.com>.
+MuPDF is Copyright 2006-2010 Artifex Software, Inc.
+.PP
+This manual page was written by Sebastian Rasmussen <sebras@hotmail.com>.