在 .NET 中创建 PDF/DOCX/HTML 文档
在我正在开发的应用程序中,我需要创建可以根据用户的喜好导出为 HTML、DOCX 或 PDF 的文档。
我怎样才能以可靠的方式仅使用免费库来做到这一点?我宁愿不必手动生成每个文档,而是使用某种模板(例如 XSLT)...
In the application I am developing, I need to create documents which can be exported to HTML, DOCX or PDF, according to the user's preferences.
How can I do it using only free libraries in a reliable way? I'd rather not to have to generate each document by hand, but use some kind of template (e.g. XSLT)...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于 PDF 和 HTML(以及 RTF,但不包括 DOCX),有 iText 库。
对于 Docx,有 Microsoft Office 库。
For PDF and HTML (and RTF but not DOCX) there is iText library.
For Docx there is Microsoft Office library.
打开 xml sdk 2.0
或者
DocX
这是两个选项。直接从谷歌搜索出来
open xml sdk 2.0
or
DocX
Those are 2 options. Right out off google