为 .NET 应用程序生成 HTML 到 PDF 控件

发布于 2024-07-16 09:38:07 字数 461 浏览 12 评论 0原文

可能的重复:
从 HTML 生成 PDF(.NET 组件)

有人用过吗开源或付费 .NET 控件负责从 html 到 pdf 文件的转换工作? 目前,我正在使用 Winnovative 转换器控件。 但在 pdf 中生成批量页面(如超过 1000 个)时,它存在性能限制。 当我们在 html 内容中使用更大的图像时,就会出现限制。 从过去的 4 个月开始,我一直在研究 winnovative 控件,并发现其中有很多重大错误。 对于小型应用程序和用途。 winnovative 很好,但不适合数千个客户使用应用程序的级别。

请建议。

Possible Duplicate:
Generation PDF from HTML (component for .NET)

Has anyone used any open source or paid .NET Control which does the conversion job from html to pdf file? At the moment, i am using Winnovative convertor control. But it has a performance limitation during the generation of bulk pages (like more than 1000) in the pdf. The limitation comes when we use bigger images in the html content. From last 4 months i've been working on the winnovative control and found plenty of major bugs in it. For a small application and usage. winnovative is good but not for the level where application will be used by thousands of clients.

Please suggest.

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

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

发布评论

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

评论(7

酒废 2024-07-23 09:38:07

目前,我们在一个更复杂的应用程序中使用 ABCpdf。 它为我们提供了很好的服务,而且一点也不贵。 我喜欢这样一个事实:我可以向它发送原始 HTML 文本,它会将其渲染为内存中的 PDF 或作为文件,因此我们可以动态生成 PDF 并通过网络提供它们,而无需实际将其保存在磁盘上。

我们已经使用它大约 3 年了,早期我不得不使用他们的支持来解决一个非常奇怪的问题,这个问题非常具体,而且支持非常快,帮助快速解决了问题。

您可以在他们的网站上找到更多信息:
http://www.websupergoo.com/abcpdf-1.htm

We currently use ABCpdf in one of our more complex applications. It has served us well and is not very expensive at all. I like that fact that I can send it raw HTML text and it will render it to a PDF in memory or as a file so we use to generate PDFs on the fly and serve them up via the web without actually ever saving it disk ever.

We have been using it for about 3 years and early on I had to use their support for a very odd issue that was very specific and the support was very fast and help solved the issue quickly.

You can find more information on their website at:
http://www.websupergoo.com/abcpdf-1.htm

入怼 2024-07-23 09:38:07

这个问题我最近了解到wkhtmltopdf。 除了完全无法发音的名称之外,它似乎在单页转换方面做得不错,并且支持一些用于从标题生成书签和目录的漂亮选项。

我不知道它如何处理重负载...

From this question I recently learned of wkhtmltopdf. Aside from the completely unpronounceable name, it seems to do a decent job of conversions of single pages, and supports some nifty options for generating bookmarks and a TOC from the headings.

I have no idea how it handles heavy loads...

天涯离梦残月幽梦 2024-07-23 09:38:07

www.pdfsharp.com

www.pdfsharp.com

凯凯我们等你回来 2024-07-23 09:38:07

以下是讨论免费库的代码项目文章的链接:

http://www.codeproject。 com/KB/aspnet/Creating_PDF_documents_in.aspx

还有 activepdf:http://www.activepdf.com/

Here's link to a code project article discussing a free library:

http://www.codeproject.com/KB/aspnet/Creating_PDF_documents_in.aspx

There's also activepdf: http://www.activepdf.com/

扬花落满肩 2024-07-23 09:38:07

我使用过两个:

两者都工作得很好,但也有其怪癖和麻烦。

马克

I have used two:

Both worked quite okay, but have their quirks and troubles.

Marc

乱了心跳 2024-07-23 09:38:07

最后我的公司决定使用 www.realobjects.com 的 pdfReactor。 与 winnovative pdf 控制相比,它更快更好。

At last my company has decided to use pdfReactor from www.realobjects.com. It is much faster and better as compared to winnovative pdf control.

早茶月光 2024-07-23 09:38:07

我建议尝试 PDF Duo .NET 组件主要功能是将 HTML 转换为 PDF。

I advise to try PDF Duo .NET component with main function to convert HTML to PDF.

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