HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › HTML/CSS rendering issues › Bullets not aligned RTL for arabic HTML to RTF › Re: Re: Bullets not aligned RTL for arabic HTML to RTF
November 16, 2018 at 13:50
#30168
We’ll address the issue in the forthcoming v3.10.8.
A workaround for the current version:
[language=xml:1fc6yx4i]
- Item 1
- Item 2
- Item 3
- Item 1
- Item 2
- Item 3
[/language:1fc6yx4i]
As the style impacts a rendering of the doc by the browsers, you may apply it only in PD4ML context:
[language=css:1fc6yx4i]@media pdf {
OL, UL { padding-right: 30px; }
}[/language:1fc6yx4i]