forked from coolwanglu/pdf2htmlEX
-
Notifications
You must be signed in to change notification settings - Fork 0
Limitations
Lu Wang edited this page May 7, 2013
·
9 revisions
In PDF, different colors (or transparent) can be specified for outline and inside of text.
- WebKit supports text-stroke-color & text-fill-color. No problem.
- For Firefox, text-stroke-color may be simulated by drop shadows in 4 different directions
- But how about when fill-color is transparent?
- No need to mention IE...
In PDF, a path may be used to limit the visible region. Currently only rectanglar clipping regions are supported by pdf2htmlEX, for other paths, the bounding box will be used.
- The CSS property
clip-pathmay be useful
Glyphs in a type 3 font is actually a mini-PDF.
- How to dump to out
- Fontforge seems to support type 3 fonts
Text go top-down, right-left, instead of left-right top-down.
- HTML supports such fonts?
- How to position them in HTML?