操作 doc 文件并将其转换为 pdf 的工具

发布于 2024-08-07 06:58:41 字数 252 浏览 6 评论 0原文

我正在寻找一些好的工具(免费或付费,尽管免费工具始终是首选) 用于对 Word 文档文件执行以下操作:

  1. 操作 doc/docx/text 文件(例如用 DB 值替换某些占位符)以及

  2. 将 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:

  1. Manipulation of doc/docx/text files (like replacing some placeholders with DB values) as well as

  2. 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 技术交流群。

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

发布评论

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

评论(3

愁杀 2024-08-14 06:58:41

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.

审判长 2024-08-14 06:58:41

VSTO 可以让您从 Office 应用程序访问另存为 PDF 。

VSTO would give you access to the save as PDF from the Office applications.

若相惜即相离 2024-08-14 06:58:41

请参阅我对 关于 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).

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