mvcrazortopdf - Cannot renders nested list within divs correclty in itextsharp -
i use itextsharp & mvcrazortopdf generate pdfs in azure websites. nested lists in div tags or table cell cannot rendered correctly - become 1 single line. here example:
<div> <ul> <li> test1 <ul> <li>test1.1</li> </ul> </li> <li>test2</li> </ul> </div>
http://demo.itextsupport.com/xmlworker/ in demo page rendered as:
- test1 test1.1
- test2
any appreciated!
Comments
Post a Comment