1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-08 19:00:33 +00:00
This commit is contained in:
Lu Wang 2012-09-07 20:41:06 +08:00
parent 9098bfab4b
commit ba00a92a71
2 changed files with 3 additions and 1 deletions

2
TODO
View File

@ -15,7 +15,7 @@ link
color invert color invert
==Future== ==Future==
combine lines combine lines (unwarp)
Printing Printing
multiple charcode mapped to a same glyph multiple charcode mapped to a same glyph
check if we can add information to the font, and let browsers show ligatures automatically check if we can add information to the font, and let browsers show ligatures automatically

View File

@ -86,6 +86,8 @@ pdf2htmlEX would insert a whitespace character ' ' if the distance between two c
Many web browsers limit the minimum font size, and many would round the given font size, which results in incorrect rendering. Many web browsers limit the minimum font size, and many would round the given font size, which results in incorrect rendering.
Specify a ratio greater than 1 would resolve this issue. Specify a ratio greater than 1 would resolve this issue.
For some versions of Firefox, however, there will be a problem when the font size is too large, in which case a smaller value should be specified here.
.TP .TP
.B --always-apply-tounicode <0|1> (Default: 0) .B --always-apply-tounicode <0|1> (Default: 0)
A ToUnicode map may be provided for fonts in PDF which indicates the 'meaning' of the characters. A ToUnicode map may be provided for fonts in PDF which indicates the 'meaning' of the characters.