mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
TODO
This commit is contained in:
parent
add45cde74
commit
ae35bb24b6
14
TODO
14
TODO
@ -1,5 +1,7 @@
|
|||||||
handle large negative letter space
|
- handle large negative letter space
|
||||||
remove unused values in statemanager (due to optimization), probably ref count?
|
- remove unused values in statemanager (due to optimization), probably ref count?
|
||||||
|
- merge sub/sup into one line
|
||||||
|
- don't dump image when it is empty
|
||||||
|
|
||||||
== Future: ==
|
== Future: ==
|
||||||
|
|
||||||
@ -10,8 +12,8 @@ Too difficult/complicated to implement:
|
|||||||
- reflowable text/combine lines/unwrapping
|
- reflowable text/combine lines/unwrapping
|
||||||
- multi-thread
|
- multi-thread
|
||||||
|
|
||||||
Not enough motivated/Lazy
|
Not enough motivation/Lazy
|
||||||
- argument auto-completion
|
- commandline argument auto-completion
|
||||||
- use absolute positioning for long whitespace
|
- use absolute positioning for long whitespace
|
||||||
- detect duplicate base fonts when embedding
|
- detect duplicate base fonts when embedding
|
||||||
- disable selection if we know unicode is wrong
|
- disable selection if we know unicode is wrong
|
||||||
@ -19,10 +21,8 @@ Not enough motivated/Lazy
|
|||||||
- position history stack (popstate)
|
- position history stack (popstate)
|
||||||
- draw non-orthogonal lines with CSS
|
- draw non-orthogonal lines with CSS
|
||||||
- rename single-html -> embed-font/image/css ...
|
- rename single-html -> embed-font/image/css ...
|
||||||
- merge sub/sup into one line
|
- precise link destination: zoom
|
||||||
- precise link dest: zoom
|
|
||||||
- multiple charcode mapped to a same glyph
|
- multiple charcode mapped to a same glyph
|
||||||
- don't dump image when it is empty
|
|
||||||
- minimum line width of css drawing
|
- minimum line width of css drawing
|
||||||
- ajax in pdf2htmlEX for separated pages
|
- ajax in pdf2htmlEX for separated pages
|
||||||
- separate classes for annotations (such that we don't have to hide all css drawings for printing)
|
- separate classes for annotations (such that we don't have to hide all css drawings for printing)
|
||||||
|
Loading…
Reference in New Issue
Block a user