pdf2htmlEX/ChangeLog

97 lines
2.5 KiB
Plaintext
Raw Normal View History

2013-03-01 06:05:52 +00:00
Latest v0.8
2013-04-05 14:24:24 +00:00
* HTML optimization
- reduce number of <span> elements
- merge lines with different y values
- merge lines with differnt (but proportional) transform matrices
2013-04-04 08:57:02 +00:00
* Fix missing glyphs in TTF fonts
* Custom format for page file name [Ryan Morlok]
2013-05-02 08:25:39 +00:00
* Workaround for NBSP
* A default HTML file which load the pages dynamically when split-pages is on
2013-05-03 15:39:19 +00:00
* Fix an issue of unexpected vertical shifts
2013-05-02 09:26:48 +00:00
* New UI style
2013-05-02 08:25:39 +00:00
* New options:
--optimize-text : HTML optimization, see above
--fallback : the most accurate way, but costy (larger file sizes)
--printing : enable or disable CSS for printing
--page-file: specify page filenames when split-pages is on
* New default values:
--embed-base-font 1
--embed-external-font 1
--space-as-offset 0
--remove-unused-glyph 0
2013-04-04 08:57:02 +00:00
2013-03-01 06:05:52 +00:00
v0.7
2013.03.01
2012-10-06 14:41:54 +00:00
2013-01-29 14:31:34 +00:00
* Process outline
* Fix build with poppler
* Many code cleaning jobs [John Hewson]
2013-03-01 06:05:52 +00:00
* Experimental printing support
* Lots of code refinements
2013-01-29 14:31:34 +00:00
2013-01-26 06:23:28 +00:00
v0.6
2013.01.26
* new option --no-drm [John Hewson]
* Travis CI integration [John Hewson]
2013-01-25 08:40:56 +00:00
* Add a class for 'left'
* Fixed a bug of hashing/finding GfxRGB
2013-01-26 06:23:28 +00:00
* new option -v, --version [John Hewson]
2013-01-19 09:47:14 +00:00
* Render Type 3 fonts as image
2012-12-11 12:17:36 +00:00
* New parameter: --use-cropbox
* Progress indicator
* Create a glyph for ' ' when missing
* Code refining
2012-10-06 14:41:54 +00:00
v0.5
2012.10.06
2012-09-26 08:02:39 +00:00
2012-10-06 13:14:22 +00:00
* New option: --remove-unused-glyph
2012-09-30 16:38:37 +00:00
* New options: --stretch-narrow-glyph, --squeeze-wide-glyph
2012-10-06 13:14:22 +00:00
* Fixed glyph width adjusting
* Fixed a memory issue
* Working on css-draw
* Working on integrating background-renderer, preparing for svg renderer in
the future
2012-09-30 16:38:37 +00:00
2012-09-26 08:02:39 +00:00
v0.4
2012.09.26
2012-09-08 17:49:47 +00:00
2012-09-25 17:52:44 +00:00
* Precise link destination within the document
* Better appearance
2012-09-23 18:39:54 +00:00
* UI events/actions with Javascript
2012-09-23 16:35:02 +00:00
* external hint tool
2012-09-21 09:07:34 +00:00
* (should) do not freeze Firefox
2012-09-23 18:28:53 +00:00
* --auto-hint, good for Chrome
2012-09-21 09:05:01 +00:00
* many fixes for IE
2012-09-23 18:28:53 +00:00
* adjust widths of fonts according to PDF
2012-09-21 09:05:01 +00:00
2012-09-16 12:51:10 +00:00
v0.3
2012.09.16
* Links
2012-09-12 18:04:46 +00:00
* New options: --data-dir --split-pages
* Manifest for customized HTML generation
* Smooth scrolling
2012-09-11 07:02:11 +00:00
* Completely removed dependency of boost
2012-09-09 19:04:02 +00:00
* Removed dependency of boost::filesystem
2012-09-09 08:13:04 +00:00
* Relaxed dependency on c++11. Now can be built with GCC 4.4.6
2012-09-08 17:49:47 +00:00
* 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