HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › HTML/CSS rendering issues › Paragraph indentation not working in generated RTF › Re: I found this bug in HTML
Here is HTML file I was use for test
<html><head><br />
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"><br />
<title>LotusToPDF</title><br />
<style type="text/css"><br />
p.p_1 {width:2.0in;margin:0px;margin-left:2.0in;}<br />
p.p_2 {width:2.0in;margin:0px;margin-left:0.0in;}<br />
span.span_1 {font-size:10pt;font-family:Verdana;}<br />
</style><br />
</head><br />
<body style="margin:0px; padding:0px;"><br />
<p class="p_2"><span class="span_1">111 222 333 444 555 111 222 333 444 555</span></p><br />
<p class="p_1"><span class="span_1">111 222 333 444 555 111 222 333 444 555</span></p><br />
</body></html>