HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › HTML/CSS rendering issues › CSS Issues – possible other java css parser? › Re: Re: CSS Issues – possible other java css parser?
October 16, 2009 at 01:00
#27398
PD4ML can read source HTML from file, URL or Stream (Reader). Any of the methods works well. If you stream HTML, you may
- define CSS style inline with
- use fully specified stylesheet URL (in tag)
- use reletive path to stylesheet (in the case you need to use render() method with URL base parameter or to specify the base with
tag in HTML) - explicitly pass style with addStyle() API call