我需要一个(最好是免费的)PDF/Word 生成器 .Net 组件,该组件可以通过文档模板工作

发布于 2024-11-01 17:46:01 字数 258 浏览 3 评论 0原文

我正在寻找一个 .Net 组件,它可以让我生成 Word 和/或 PDF 文档。

这必须在未安装 MS Office 的服务器上运行。最好是免费的。此外,它需要能够基于某种现有模板生成文档,即我不想从头开始生成整个文档,但允许许多不同的模板,这些模板都具有来自其他地方的类似内容(例如数据库、XML 文件等)。

我的初步调查发现了 iTextSharp(但不确定它是否可以在模板中工作)。

任何可以加快我的调查时间的帮助将不胜感激。

谢谢

I'm looking for a .Net component that will allow me to generate Word and/or PDF documents.

This must work on the server without MS Office installation. Preferably free. Also, it needs to be able to generate the documents based on an existing template of some sort i.e. I don't want to generate the whole document from scratch but allow a number of different templates that all have similar content that comes from elsewhere (e.g. database, XML files etc).

My initial investigations have turned up iTextSharp (but not sure if it can work from templates).

Any help that can expedite my investigation time will be much appreciated.

Thanks

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

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

发布评论

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

评论(1

烛影斜 2024-11-08 17:46:01

我在 .NET 中使用 ActivePDF - 给它一些 HTML,它将输出一个 pdf 文档。然而它不是免费的 - 但我们确实研究了一些其他方法,这是 1
http://pdfcrowd.com/html-to-pdf-api/
它不处理 Word 文档,而是将 html(您的模板)转换为 pdf

I use ActivePDF at work with .NET - give it some HTML and it will output a pdf doc. However it isn't free - but we did look at a few other ways and this was 1
http://pdfcrowd.com/html-to-pdf-api/
It doesn't do word documents but converts html (your template) to pdf

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