1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-05 01:28:39 +00:00

Revert "fix crop"

This reverts commit 5a7bd3af89.
This commit is contained in:
Lu Wang 2013-01-30 22:13:03 +08:00
parent 5a7bd3af89
commit a6cde2f17e

View File

@ -111,7 +111,7 @@ void HTMLRenderer::process(PDFDoc *doc)
text_zoom_factor() * DEFAULT_DPI, text_zoom_factor() * DEFAULT_DPI,
0,
(param->use_cropbox == 0),
true, false,
false, false,
nullptr, nullptr, nullptr, nullptr);
if(param->split_pages)