ASP.net 中用于 c#.net 的免费 HTML 到 PDF DLL

发布于 2024-10-05 23:58:11 字数 143 浏览 2 评论 0 原文

是否有任何免费的 dll 可用于 PDF 生成,因为我有 HTML 字符串,其中包含表格的完整 html 字符串以及 Tr 和 td 上的内联 css 样式以及 css 类。我尝试了 ITextSharp 但它不解析 HTML适当地。

请帮助我。提前致谢。

Is there any free dll that can be used for PDF generation because I have HTML string in which full html string is there containing table and also inline css style on Tr and td along with css classes.. I tried ITextSharp but it is not parsing HTML properly.

Please help me.Thank in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

予囚 2024-10-12 23:58:11

wkhtmltopdf 但这是一个可执行文件(我们支持 Php 和 Drupal),但是您可以包装它并使用 .net 诊断来从命令行执行它。所有其他的都没有那么好或者不免费。

There is wkhtmltopdf however this is a executable file (there is we support for Php and Drupal), however you can wrap it and used it using .net diagnostics to execute it from command line. All others are not as good or not free.

软的没边 2024-10-12 23:58:11

DocRaptor.com 有免费计划。这是一个将 html 转换为 pdf 的网络应用程序。

DocRaptor.com has free plans. It's a web app that converts html to pdf.

毁梦 2024-10-12 23:58:11

这可能会有所帮助:

http://social .msdn.microsoft.com/Forums/en/ieextensiondevelopment/thread/3c7034e1-e52d-419c-9525-14cd8037932e

这个想法是使用 Internet Explorer“打印”HTML;确保它打印到 PDF 打印机(例如 CutePDF,或者如果您负担得起的话,Adobe PDF)。我自己从未尝试过,但可能有用。

This might help:

http://social.msdn.microsoft.com/Forums/en/ieextensiondevelopment/thread/3c7034e1-e52d-419c-9525-14cd8037932e

The idea is that you use Internet Explorer to "print" your HTML; make sure it prints to a PDF printer (e.g. CutePDF, or if you can afford it, Adobe PDF). Never tried it myself, but might work.

扛刀软妹 2024-10-12 23:58:11

就我个人而言,我使用过使用 xhtmlrenderer www.ikvm.net/userguide/ikvmc.html" rel="nofollow">ikvmc 到 .NET 并取得巨大成功。

Personally I've used xhtmlrenderer compiled with ikvmc to .NET with great success.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文