summaryrefslogtreecommitdiff
path: root/apps/man/mupdfshow.1
diff options
context:
space:
mode:
Diffstat (limited to 'apps/man/mupdfshow.1')
-rw-r--r--apps/man/mupdfshow.142
1 files changed, 42 insertions, 0 deletions
diff --git a/apps/man/mupdfshow.1 b/apps/man/mupdfshow.1
new file mode 100644
index 00000000..451dac6b
--- /dev/null
+++ b/apps/man/mupdfshow.1
@@ -0,0 +1,42 @@
+.TH PDFSHOW 1 "January 27, 2012"
+.\" Please adjust this date whenever revising the manpage.
+.SH NAME
+mupdfshow \- show objects and streams that make up a PDF document
+.SH SYNOPSIS
+.B mupdfshow
+.RI [ options ]
+.RI file.pdf
+.RI [ xref ]
+.RI [ trailer ]
+.RI [ pages ]
+.RI [ grep ]
+.RI [ object-number... ]
+.SH DESCRIPTION
+.B mupdfshow
+pretty prints the objects and streams specified on the command line.
+Streams are decoded and non-printable characters are represented
+with a period.
+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
+.B \-b
+Print streams as binary data and omit the object header.
+.TP
+.B \-e
+Print streams in their original encoded form.
+.TP
+.B \-p password
+Use the specified password if the file is encrypted.
+.SH SEE ALSO
+.BR mupdf (1),
+.BR mupdfclean (1).
+.BR mupdfdraw (1).
+.SH AUTHOR
+MuPDF was written by Tor Andersson <tor@ghostscript.com>.
+MuPDF is copyright 2006-2012 Artifex Software, Inc.