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-extract.html | 55 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 docs/manual-mutool-extract.html (limited to 'docs/manual-mutool-extract.html') diff --git a/docs/manual-mutool-extract.html b/docs/manual-mutool-extract.html new file mode 100644 index 00000000..dff50e7e --- /dev/null +++ b/docs/manual-mutool-extract.html @@ -0,0 +1,55 @@ + + + +mutool extract + + + + + + +
+

mutool extract

+
+ + + +
+ +

+The extract command can be used to extract images and font files from a PDF file. + +

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

+Options: + +

+
-p password +
Use the specified password if the file is encrypted. +
-r +
Convert images to RGB when extracting them. +
+ +

+If no object numbers are given on the command line, all images +and fonts will be extracted. + +

+ + + + + -- cgit v1.2.3