html到pdf使用itextsharp如何设置<div>元素边框</div>

时间:2011-11-09 06:47:17

标签: html pdf-generation itextsharp

我正在传递一些 html ,使用 itextsharp 将其转换为 pdf 。 我正在使用一些div标签,并希望在pdf中围绕此标签边框。我使用了样式属性但没有工作.. 我怎么能这样做..

1 个答案:

答案 0 :(得分:1)

你有没有试过像......

StyleSheet css = new StyleSheet();
css.LoadTagStyle(HtmlTags.DIV, HtmlTags.BORDER, "1");