1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-04 17:18:40 +00:00

enable annotaion again... need check before disabling...

This commit is contained in:
Lu Wang 2012-09-16 14:04:43 +08:00
parent 60d6090940
commit bae60e96c7
2 changed files with 3 additions and 3 deletions

2
TODO
View File

@ -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)

View File

@ -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);