1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-06-26 06:09:21 +00:00

fix zoom factors"

This commit is contained in:
Lu Wang 2012-09-27 00:25:41 +08:00
parent 6e03e6d12a
commit 6fa147924e
2 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,7 @@ Specify the first page to process
Specify the last page to process
.TP
.B --zoom <ratio>, --fit-width <width>, --fit-height <height>
--zoom specifies the zoom factor directly, --fit-width/height specifies the maximum width/height of a page.
--zoom specifies the zoom factor directly; --fit-width/height specifies the maximum width/height of a page, the values are in pixels.
If multiple values are specified, the minimum one will be used.

View File

@ -29,6 +29,7 @@ using std::ostream;
using std::max;
using std::min_element;
using std::vector;
using std::abs;
static void dummy(void *, enum ErrorCategory, int pos, char *)
{