1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 04:50:09 +00:00
This commit is contained in:
Lu Wang 2013-01-24 21:34:02 +08:00
parent ca43b6ba4a
commit 88aaf68975

55
TODO
View File

@ -1,37 +1,26 @@
<<<<<<< HEAD
manually locate font if fixed name
word space/offset before the first letter (calendar pdf) word space/offset before the first letter (calendar pdf)
don't dump image when there is nothing == Future: ==
=======
>>>>>>> master
word space/offset before the first letter (calendar pdf) Too difficult/complicated to implement:
- integrate splash/cairo
- naive support for image/drawing (SVG?)
- type 3 fonts (convert to SVG fonts?)
- reflowable text/combine lines/unwrapping
- Printing
minimum line width of css drawing Not enough motivated/Lazy
- argument auto-completion
- use absolute positioning for long whitespace
==Wait until someone asks== - color invert
position history stack (popstate) - detect duplicate base fonts when embedding
draw non-orthogonal lines with CSS - disable selection if we know unicode is wrong
try harder finding glyph names (using fontforge) for CID Type 0 - check if we can add information to the font, and let browsers show ligatures automatically
rename single-html -> embed-font/image/css ... - position history stack (popstate)
merge sub/sup into one line - draw non-orthogonal lines with CSS
precise link dest: zoom - rename single-html -> embed-font/image/css ...
multiple charcode mapped to a same glyph - merge sub/sup into one line
don't dump image when there is nothing - precise link dest: zoom
- multiple charcode mapped to a same glyph
==Future== - don't dump image when there is nothing
Integrate splash/cairo - minimum line width of css drawing
native support for image
native support for draw
type 3 fonts
combine lines (unwarp)
argument auto-completion
use absolute positioning for long whitespace
color invert
detect duplicate base fonts when embedding
disable selection if we know unicode is wrong
check if we can add information to the font, and let browsers show ligatures automatically
Printing