mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-21 20:50:07 +00:00
Revert "We are not printing, so we need this after all"
This reverts commit dde8a1897d
.
This commit is contained in:
parent
c4aa9cb384
commit
42bbfe5d22
@ -79,7 +79,6 @@ void CairoBackgroundRenderer::render_page(PDFDoc * doc, int pageno)
|
||||
|
||||
cairo_t * cr = cairo_create(surface);
|
||||
setCairo(cr);
|
||||
setPrinting(false);
|
||||
|
||||
bool process_annotation = param.process_annotation;
|
||||
doc->displayPage(this, pageno, param.h_dpi, param.v_dpi,
|
||||
|
Loading…
Reference in New Issue
Block a user