如何使用iTextSharp将HTML转换为PDF
我想使用iTextSharp将下面的HTML转换为PDF,但不知道从哪里开始:
<style>.headline{font-size:200%}</style><p> This <em>is </em> <span class="headline" style="text-decoration: underline;">some</span> <strong>sample<em> text</em></strong> <span style="color: red;">!!!</span></p>
相关分类