[email protected] wrote:
Hi,
I create pdf from html files by mozilla-embedding with Java
interfaces.
...
settings.setOutputFormat(settings.kOutputFormatPDF);
....
proxy.print(settings, printListener);
---------
When i use the 'style' attribute with 'border-bottom', 'border-top',
'border-left' or 'border-right' styles in html, the text in generated
pdf becomes unselectable (rendered as image) and the pdf itself is
heavy. But when i use the style 'border' instead of 'border-
bottom','border-top' etc., the pdf comes out properly (i.e., fonts get
rendered as fonts)
Am is missing anything?
Do you have a testcase that demonstrates this problem where the only
change is replacing
border: xxx
with
border-left: xxx
border-top: xxx
border-right: xxx
border-bottom: xxx
?
~fantasai
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout