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?

Please help.

Thanks,
Saravanan.S
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to