From 0ccfd9c40b6790fca0f753e03b473b5f78ba97f9 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 7 Apr 2015 13:49:31 +0200 Subject: Add EPUB layout options to mupdf-x11 and mudraw. --- docs/man/mudraw.1 | 9 +++++++++ docs/man/mupdf.1 | 13 +++++++++++-- 2 files changed, 20 insertions(+), 2 deletions(-) (limited to 'docs/man') 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 -- cgit v1.2.3