pdf2htmlEX/ChangeLog

193 lines
4.4 KiB
Plaintext
Raw Permalink Normal View History

2015-07-22 09:31:40 +00:00
v0.14.6
2015.07.22
* Fixed Windows build
* Fixed crash when flattening non-CID fonts
* Handle OpenType subtype for FontFile3
* New option for the JS viewer: `view_history_handler`
2015-04-29 13:28:37 +00:00
v0.13.6
2015.04.29
* Use micro versions
* Do not support Poppler < 0.25.0 any more
* ENABLE_SVG is enabled by default
* Improved DrawingTracer
* Workarounds for chrome/webkit
v0.12
2014.07.24
2014-01-19 11:39:05 +00:00
* Recognize and hide covered text
* Proof mode that allows easy comparison of HTML and PDF
* Do not support Fontforge < 2.0.0 any more
* Output is now XHTML
2014-07-25 07:35:42 +00:00
* Other bug fixed and improvements
2014-06-07 04:43:53 +00:00
* New options
--process-annotation
--correct-text-visibility
--proof
2014-07-25 07:35:42 +00:00
--svg-node-count-limit
--svg-embed-bitmap
* Removed options
--css-draw
2014-01-19 11:39:05 +00:00
v0.11
2014.01.19
2013-10-19 07:06:32 +00:00
* Compress JS with closure-compiler
2013-11-07 08:11:58 +00:00
* Compress CSS with YUI Compressor
2014-01-19 11:48:06 +00:00
* jQuery removed
2013-11-07 08:11:58 +00:00
* Lots of JS code cleaning
* Enable global key handler by default
2013-11-08 07:06:33 +00:00
* Use WOFF by default
* Always generate TTF before the final output
2013-12-19 05:40:05 +00:00
* Fix CSS for loading-indicator
* Do not set style for global <span>
2014-01-11 08:36:19 +00:00
* Improvements on the SVG output
* New options
--tmp-file-size-limit
--tmp-dir
2013-10-17 04:08:24 +00:00
v0.10
2013.10.17
2013-09-16 02:20:30 +00:00
* Lots of code cleaning
2013-09-29 04:54:59 +00:00
* Logo as loading indicator
2013-09-28 03:35:54 +00:00
* Add a logo
2013-09-29 04:54:59 +00:00
* Remove several CSS prefixes
2013-09-18 12:30:52 +00:00
* Background image optimization
* Support output background image in JPEG (--bg-format jpg)
* [Experimental] Support output background image in SVG (--bg-format svg)
2013-09-20 13:19:46 +00:00
* [Experimental] Support Type 3 fonts
2013-09-18 12:30:52 +00:00
* New options
--bg-format
2013-10-17 08:12:41 +00:00
--font-format (same as --font-suffix, but without the leading dot)
2013-09-21 05:58:00 +00:00
--process-type3
2013-09-18 12:30:52 +00:00
* Deprecated options:
--font-suffix
2013-09-16 02:20:30 +00:00
v0.9
2013.09.16
2013-05-05 06:28:03 +00:00
* Lazy loading of pages
* Show font names in debug messages
2013-05-11 06:53:03 +00:00
* Licensed changed
- Additional terms for usage in online services
- Remove GPLv2
* Bug fixes:
- --optimize-text
- Always use Unicode encoding for fonts
- space width
- disable ligature in Firefox
2013-09-16 02:20:30 +00:00
- Uninitialized memory for encoding
2013-05-26 23:45:16 +00:00
* New options:
--embed
--embed-***
--override-fstype
2013-06-17 15:29:22 +00:00
* Deprecated/Removed options:
2013-05-26 23:45:16 +00:00
--single-html
2013-06-17 15:29:22 +00:00
--remove-unused-glyph
2013-05-11 06:53:03 +00:00
2013-05-05 06:28:03 +00:00
v0.8
2013.05.05
2013-03-01 06:05:52 +00:00
2013-04-05 14:24:24 +00:00
* HTML optimization
- reduce number of <span> elements
- merge lines with different y values
2013-09-21 11:13:01 +00:00
- merge lines with different (but proportional) transform matrices
* Custom format for page file name
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-05 06:28:03 +00:00
* Support simple clippings
* Bug fixed:
2013-09-21 11:13:01 +00:00
- missing glyphs in TTF fonts
2013-05-05 06:28:03 +00:00
- unexpected vertical shifts
- whitespace lost in IE
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
2014-07-13 23:59:30 +00:00
--fallback : the most accurate way, but costly (larger file sizes)
2013-05-02 08:25:39 +00:00
--printing : enable or disable CSS for printing
--page-file: specify page filenames when split-pages is on
2013-05-26 23:45:16 +00:00
* Deprecated options:
--embed-base-font
2013-05-02 08:25:39 +00:00
* New default values:
--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
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
* Travis CI integration
2013-01-25 08:40:56 +00:00
* Add a class for 'left'
* Fixed a bug of hashing/finding GfxRGB
* new option -v, --version
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
2013-09-21 11:13:01 +00:00
* 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