标签: html pdf-generation itextsharp
我正在传递一些 html ,使用 itextsharp 将其转换为 pdf 。 我正在使用一些div标签,并希望在pdf中围绕此标签边框。我使用了样式属性但没有工作.. 我怎么能这样做..
答案 0 :(得分:1)
你有没有试过像......
StyleSheet css = new StyleSheet(); css.LoadTagStyle(HtmlTags.DIV, HtmlTags.BORDER, "1");