1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-04 17:18:40 +00:00
This commit is contained in:
Lu Wang 2013-05-03 02:10:56 +08:00
parent 9d69539fe5
commit 2b96c9d7d5
2 changed files with 7 additions and 1 deletions

6
TODO
View File

@ -1,5 +1,11 @@
cjkmix2*.pdf
dmodule.pdf
- option about reencoding external fonts
- pc1.pdf
- jyb.pdf
- SVD.pdf
- show hints about possible useful parameters
- optimization levels
- don't dump image when it is empty

View File

@ -454,7 +454,7 @@ void HTMLRenderer::embed_font(const string & filepath, GfxFont * font, FontInfo
*
* TODO: maybe add an option here, but anyway according to the DPF spec, this is implement-dependent
*/
if(info.is_embeded)
// if(info.is_embeded)
ffw_reencode_raw(cur_mapping, max_key + 1, 1);
// In some space offsets in HTML, we insert a ' ' there in order to improve text copy&paste