操作 doc 文件并将其转换为 pdf 的工具
我正在寻找一些好的工具(免费或付费,尽管免费工具始终是首选) 用于对 Word 文档文件执行以下操作:
操作 doc/docx/text 文件(例如用 DB 值替换某些占位符)以及
将 doc 文件转换为 .pdf
因为,我将在我的 WCF 服务库中使用此工具, 所以我正在寻找一个代码库,而不是一个基于 GUI 的产品。
请分享您的经验。
谢谢你!
I am looking for some good tools (free or paid, though free tool is always preferred)
for doing following operations on word doc files:
Manipulation of doc/docx/text files (like replacing some placeholders with DB values) as well as
converts doc files to .pdf
Because, I will be using this tool in my WCF service library,
So I am looking for a code library and not for a GUI based product.
Please share your experience regarding same.
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Aspose 拥有大量 MS Office 和 PDF 操作库。
Aspose 主页
如果您只是为了查看或存档目的而查找 PDF,您也可以设置 PDF 打印驱动程序并使用自动化将您的办公文件打印到给定位置。您还可以通过自动化编辑 Office 文件,尽管这可能很乏味。
Aspose has a decent collection of MS Office and PDF manipulation libraries.
Aspose Homepage
On the off chance that you're only looking for PDFs for viewing or archival purposes, you could also setup a PDF print driver and print your office files into a given location using Automation. You could also edit Office files through Automation although this may be tedious.
VSTO 可以让您从 Office 应用程序访问另存为 PDF 。
VSTO would give you access to the save as PDF from the Office applications.
请参阅我对 关于 SO 的相关问题,我推荐了多种方法将 Word 文档转换为更易于以编程方式操作的格式(使用 XSL-FO)。
Please see my answer to a related question on SO where I recommend a number of ways to convert your Word document to a format that is more easy to manipulate programmatically (using XSL-FO).