From c88941abc6f0fe91a41dc35dcaa1874d4de2c429 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 7 Apr 2017 16:18:53 +0200 Subject: Organize docs into HTML files. --- docs/manual-mutool-show.html | 76 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 docs/manual-mutool-show.html (limited to 'docs/manual-mutool-show.html') diff --git a/docs/manual-mutool-show.html b/docs/manual-mutool-show.html new file mode 100644 index 00000000..2b5b1ddf --- /dev/null +++ b/docs/manual-mutool-show.html @@ -0,0 +1,76 @@ + + + +mutool show + + + + + + +
+

mutool show

+
+ + + +
+ +

+The show command will print the specified objects and streams to +stdout. Streams are decoded and non-printable characters are +represented with a period by default. + +

+mutool show [options] file.pdf [object numbers ...]
+
+ +

+Options: + +

+
-p password +
Use the specified password if the file is encrypted. +
-o file +
Write output to file instead of stdout. +
-b +
Print streams as binary data and omit the object header. +
-e +
Print streams in their original encoded (or compressed) form. +
+ +

+Specify objects by number, or use one of the following special names: + +

+
'xref' or 'x' +
Print the cross reference table. +
'trailer' or 't' +
Print the trailer dictionary. +
'encrypt' or 'e' +
Print the encryption dictionary. +
'pagetree' or 'p' +
List the object numbers for every page. +
'grep' or 'g' +
Print all the objects in the file in a compact one-line format +suitable for piping to grep. +
'outline' or 'o' +
Print the outline (table of contents). +
+ +
+ + + + + -- cgit v1.2.3