You need to sign in to do that
Don't have an account?
Hengky Ilawan
Inconsistency PDF rendering for nested bullet and numbering
Hi,
I have a nested bullet and numbering in a Rich Text Area custom field, something like this:
- aaa
- aaa
- bbb
- bbb
- aaa
- aaa
But if I render the above field as PDF in a VF page using apex:outputText with escape=false. It will display as:
- aaa
- aaa
- bbb
- bbb
- aaa
- aaa
The bullets weren't displayed correctly.
Anybody encountered the same issue? Any idea how to solve this?
Thanks!