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 ...
|
rename single-html -> embed-font/image/css ...
|
||||||
|
|
||||||
bug found in baidu & github & mail
|
bug found in baidu & mail
|
||||||
|
|
||||||
option for tounicode-map
|
option for tounicode-map
|
||||||
get unicode from charname using fontforge (test with 'Font' croc.pdf)
|
get unicode from charname using fontforge (test with 'Font' croc.pdf)
|
||||||
|
@ -95,8 +95,8 @@ void HTMLRenderer::process(PDFDoc *doc)
|
|||||||
if(param->process_nontext)
|
if(param->process_nontext)
|
||||||
{
|
{
|
||||||
doc->displayPage(bg_renderer, i, param->h_dpi, param->v_dpi,
|
doc->displayPage(bg_renderer, i, param->h_dpi, param->v_dpi,
|
||||||
0, true, false, false,
|
0, true, false, false);
|
||||||
nullptr, nullptr, &annot_cb, nullptr);
|
// 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);
|
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