mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
..
This commit is contained in:
parent
575c959c39
commit
e604ba7565
5
TODO
5
TODO
@ -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
|
||||||
|
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user