iTextPdf HTML to PDF : how to render HTML at specific location in PDF
问题 I have below HTML string : <font size="5">Requirements:</font><br><ul><li>Bullets are helpful</li><li>to display key points</li></ul><br> How can I render above HTML into PDF at specific location? I have checked some examples at http://itextpdf.com/sandbox/xmlworker but no where mentioned about this. 回答1: Your question isn't a duplicate, but it is related to these questions: underline portion of text using iTextSharp How to adjust the page height to the content height? In both cases, we parse