mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
changelog
This commit is contained in:
parent
64279bd26d
commit
11f3bb715e
14
ChangeLog
14
ChangeLog
@ -4,10 +4,20 @@ Latest v0.8
|
|||||||
- 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
|
||||||
* New option --optimize-text
|
|
||||||
* Fix missing glyphs in TTF fonts
|
* Fix missing glyphs in TTF fonts
|
||||||
* Custom format for page file name [Ryan Morlok]
|
* Custom format for page file name [Ryan Morlok]
|
||||||
* New option --fallback
|
* Workaround for NBSP
|
||||||
|
* A default HTML file which load the pages dynamically when split-pages is on
|
||||||
|
* 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
|
||||||
|
|
||||||
v0.7
|
v0.7
|
||||||
2013.03.01
|
2013.03.01
|
||||||
|
@ -1,11 +1,9 @@
|
|||||||
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab filetype=javascript : */
|
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab filetype=javascript : */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* pdf2htmlEX.js
|
* pdf2htmlEX.js : a simple demo UI for pdf2htmlEX
|
||||||
*
|
*
|
||||||
* handles UI events/actions/effects
|
* handles UI events/actions/effects
|
||||||
|
* Copyright 2012,2013 Lu Wang <coolwanglu@gmail.com>
|
||||||
* Copyright 2012 Lu Wang <coolwanglu@gmail.com>
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var pdf2htmlEX = (function(){
|
var pdf2htmlEX = (function(){
|
||||||
|
Loading…
Reference in New Issue
Block a user