diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2015-04-16 15:50:46 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2015-04-16 15:50:46 +0200 |
commit | 102c55759d2404d3e578a2456bc487eddec998fa (patch) | |
tree | 9a38a4450067bbb9d6a14f61cb852e642207b1fd /docs/man | |
parent | dbf69ce5890cd0ebe08a75d8f511a2e2e54dd3f2 (diff) | |
download | mupdf-102c55759d2404d3e578a2456bc487eddec998fa.tar.xz |
mutool clean -z option to compress streams.
Diffstat (limited to 'docs/man')
-rw-r--r-- | docs/man/mutool.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/man/mutool.1 b/docs/man/mutool.1 index 29c4075e..c88565c8 100644 --- a/docs/man/mutool.1 +++ b/docs/man/mutool.1 @@ -56,6 +56,11 @@ ASCII Hex encode binary streams. Use in conjuction with -d and -i or -f to ensure that although the images and/or fonts are compressed, the resulting file can still be viewed and edited with a text editor. .TP +.B \-z +Deflate uncompressed streams. +If combined with -d, any decompressed streams will be recompressed. +If combined with -a, the streams will also be hex encoded after compression. +.TP .B pages Comma separated list of page numbers and ranges to include. |