mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
fix zoom factors"
This commit is contained in:
parent
6e03e6d12a
commit
6fa147924e
@ -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.
|
||||
|
||||
|
@ -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 *)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user