diff options
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. |