diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2015-04-07 13:49:31 +0200 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2015-04-07 13:35:08 +0100 |
commit | 0ccfd9c40b6790fca0f753e03b473b5f78ba97f9 (patch) | |
tree | 6dfc359cb0a88a4bc887672bf7048a6c5337d74e /docs | |
parent | b8eb55a488aa9dc6884e01b06e948faf1f83012d (diff) | |
download | mupdf-0ccfd9c40b6790fca0f753e03b473b5f78ba97f9.tar.xz |
Add EPUB layout options to mupdf-x11 and mudraw.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/man/mudraw.1 | 9 | ||||
-rw-r--r-- | docs/man/mupdf.1 | 13 |
2 files changed, 20 insertions, 2 deletions
diff --git a/docs/man/mudraw.1 b/docs/man/mudraw.1 index 9d08b99f..390e78c1 100644 --- a/docs/man/mudraw.1 +++ b/docs/man/mudraw.1 @@ -57,6 +57,15 @@ render with a maximum height). .B \-f Fit exactly; ignore the aspect ratio when matching specified width/heights. .TP +.B \-W width +Page width in points for EPUB layout. +.TP +.B \-H height +Page height in points for EPUB layout. +.TP +.B \-S size +Font size in points for EPUB layout. +.TP .B \-c colorspace Render in the specified colorspace. Supported colorspaces are: mono, gray, grayalpha, rgb, rgbalpha, cmyk, cmykalpha. diff --git a/docs/man/mupdf.1 b/docs/man/mupdf.1 index 44a6a600..42d80118 100644 --- a/docs/man/mupdf.1 +++ b/docs/man/mupdf.1 @@ -1,4 +1,4 @@ -.TH MUPDF 1 "July 25, 2013" +.TH MUPDF 1 "April 7, 2015" .\" Please adjust this date whenever revising the manpage. .SH NAME @@ -26,13 +26,22 @@ The password is tried both as user and owner password. Changes the initial zoom level, specified as the resolution in dpi. The default value is 72. .TP -.B \-b bits +.B \-A bits Changes the anti-aliasing quality, specified as a number of bits between 0 (off) and 8 (best). The default value is 8. .TP .B \-C RRGGBB Sets the full-page tint using hexadecimal color syntax. The default value is FFFAF0. +.TP +.B \-W width +Page width in points for EPUB layout. +.TP +.B \-H height +Page height in points for EPUB layout. +.TP +.B \-S size +Font size in points for EPUB layout. .SH MOUSE BEHAVIOR |