1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 04:50:09 +00:00

Revert "We are not printing, so we need this after all"

This reverts commit dde8a1897d.
This commit is contained in:
Lu Wang 2014-06-06 21:52:40 -07:00
parent c4aa9cb384
commit 42bbfe5d22

View File

@ -79,7 +79,6 @@ void CairoBackgroundRenderer::render_page(PDFDoc * doc, int pageno)
cairo_t * cr = cairo_create(surface); cairo_t * cr = cairo_create(surface);
setCairo(cr); setCairo(cr);
setPrinting(false);
bool process_annotation = param.process_annotation; bool process_annotation = param.process_annotation;
doc->displayPage(this, pageno, param.h_dpi, param.v_dpi, doc->displayPage(this, pageno, param.h_dpi, param.v_dpi,