1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-06-28 14:59:01 +00:00
pdf2htmlEX/ChangeLog
2012-09-21 17:07:34 +08:00

35 lines
869 B
Plaintext

Latest v0.4
* (should) do not freeze Firefox
* auto hint fonts, good for Chrome
* many fixes for IE
* [Experimental] adjust widths of fonts according to PDF
v0.3
2012.09.16
* Links
* New options: --data-dir --split-pages
* Manifest for customized HTML generation
* Smooth scrolling
* Completely removed dependency of boost
* Removed dependency of boost::filesystem
* Relaxed dependency on c++11. Now can be built with GCC 4.4.6
* Removed dependency of boost::format and boost::algorithm
* New option --space-as-offset
* A font preprocessor, for solving encoding problems
* Better HTML optimization, states are reused
* HTML should work when Javascript is disabled
v0.2
2012.09.06
* Fontforge is now linked with, not called with scripts
* Better accuracy of rendering, with a new line model
* New option --decompose-ligature
v0.1
2012.08.28
* The first release