1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-05 17:48:38 +00:00
This commit is contained in:
Lu Wang 2012-10-08 16:36:47 +08:00
parent 575c959c39
commit e604ba7565
2 changed files with 3 additions and 3 deletions

5
TODO
View File

@ -1,3 +1,5 @@
word space/offset before the first letter
don't dump image when there is nothing don't dump image when there is nothing
Integrate splash/cairo Integrate splash/cairo
@ -9,14 +11,11 @@ draw non-orthogonal lines with CSS
position history stack (popstate) position history stack (popstate)
==Wait until someone asks== ==Wait until someone asks==
try harder finding glyph names (using fontforge) for CID Type 0 try harder finding glyph names (using fontforge) for CID Type 0
rename single-html -> embed-font/image/css ... rename single-html -> embed-font/image/css ...
merge sub/sup into one line merge sub/sup into one line
precise link dest: zoom precise link dest: zoom
==Future== ==Future==
argument auto-completion argument auto-completion
use absolute positioning for long whitespace use absolute positioning for long whitespace

View File

@ -101,6 +101,7 @@ static void get_shading_bbox(GfxState * state, GfxShading * shading,
/* /*
* Note that the coordinate system in HTML and PDF are different * Note that the coordinate system in HTML and PDF are different
* This functions returns the angle of vector (dx,dy) in the PDF coordinate system, in rad
*/ */
static double get_angle(double dx, double dy) static double get_angle(double dx, double dy)
{ {