mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
..
This commit is contained in:
parent
9d69539fe5
commit
2b96c9d7d5
6
TODO
6
TODO
@ -1,5 +1,11 @@
|
|||||||
cjkmix2*.pdf
|
cjkmix2*.pdf
|
||||||
|
dmodule.pdf
|
||||||
|
|
||||||
|
- option about reencoding external fonts
|
||||||
|
- pc1.pdf
|
||||||
|
- jyb.pdf
|
||||||
|
- SVD.pdf
|
||||||
|
- show hints about possible useful parameters
|
||||||
- optimization levels
|
- optimization levels
|
||||||
- don't dump image when it is empty
|
- don't dump image when it is empty
|
||||||
|
|
||||||
|
@ -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
|
* 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);
|
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
|
// In some space offsets in HTML, we insert a ' ' there in order to improve text copy&paste
|
||||||
|
Loading…
Reference in New Issue
Block a user