1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 13:00:08 +00:00

changelog

This commit is contained in:
Lu Wang 2013-05-05 14:28:03 +08:00
parent a998337b94
commit 92eab630eb

View File

@ -1,14 +1,20 @@
Latest v0.8 Developing v0.9
v0.8
2013.05.05
* HTML optimization * HTML optimization
- reduce number of <span> elements - reduce number of <span> elements
- merge lines with different y values - merge lines with different y values
- merge lines with differnt (but proportional) transform matrices - merge lines with differnt (but proportional) transform matrices
* Fix missing glyphs in TTF fonts
* Custom format for page file name [Ryan Morlok] * Custom format for page file name [Ryan Morlok]
* Workaround for NBSP * Workaround for NBSP
* A default HTML file which load the pages dynamically when split-pages is on * A default HTML file which load the pages dynamically when split-pages is on
* Fix an issue of unexpected vertical shifts * Support simple clippings
* Bug fixed:
-missing glyphs in TTF fonts
- unexpected vertical shifts
- whitespace lost in IE
* New UI style * New UI style
* New options: * New options:
--optimize-text : HTML optimization, see above --optimize-text : HTML optimization, see above