1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-06-30 23:49:00 +00:00
This commit is contained in:
Lu Wang 2013-01-19 17:17:12 +08:00
parent 2595cbcfa0
commit 342628ed03

View File

@ -63,8 +63,8 @@ void parse_options (int argc, char **argv)
.add("last-page,l", &param.last_page, numeric_limits<int>::max(), "last page to process")
.add("zoom", &param.zoom, 0, "zoom ratio", nullptr, true)
.add("fit-width", &param.fit_width, 0, "fit width", nullptr, true)
.add("fit-height", &param.fit_height, 0, "fit height", nullptr, true)
.add("fit-width", &param.fit_width, 0, "fit width to <arg> pixels", nullptr, true)
.add("fit-height", &param.fit_height, 0, "fit height to <arg> pixels", nullptr, true)
.add("hdpi", &param.h_dpi, 144.0, "horizontal DPI for non-text")
.add("vdpi", &param.v_dpi, 144.0, "vertical DPI for non-text")
.add("use-cropbox", &param.use_cropbox, 0, "use CropBox instead of MediaBox")