mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
enable annotaion again... need check before disabling...
This commit is contained in:
parent
60d6090940
commit
bae60e96c7
2
TODO
2
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)
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user