Skip to content

Commit e0fb85b

Browse files
committed
Revert "fix crop"
This reverts commit 5a7bd3a.
1 parent 5a7bd3a commit e0fb85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HTMLRenderer/general.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ void HTMLRenderer::process(PDFDoc *doc)
111111
text_zoom_factor() * DEFAULT_DPI, text_zoom_factor() * DEFAULT_DPI,
112112
0,
113113
(param->use_cropbox == 0),
114-
true, false,
114+
false, false,
115115
nullptr, nullptr, nullptr, nullptr);
116116

117117
if(param->split_pages)

0 commit comments

Comments
 (0)