diff --git a/TODO b/TODO index b105054..6f200af 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ rename single-html -> embed-font/image/css ... -bug found in baidu & github & mail +bug found in baidu & mail option for tounicode-map get unicode from charname using fontforge (test with 'Font' croc.pdf) diff --git a/src/HTMLRenderer/general.cc b/src/HTMLRenderer/general.cc index 0da0247..a336726 100644 --- a/src/HTMLRenderer/general.cc +++ b/src/HTMLRenderer/general.cc @@ -95,8 +95,8 @@ void HTMLRenderer::process(PDFDoc *doc) if(param->process_nontext) { doc->displayPage(bg_renderer, i, param->h_dpi, param->v_dpi, - 0, true, false, false, - nullptr, nullptr, &annot_cb, nullptr); + 0, true, false, false); +// nullptr, nullptr, &annot_cb, nullptr); { auto fn = str_fmt("%s/p%x.png", (param->single_html ? param->tmp_dir : param->dest_dir).c_str(), i);