MS-Office 文档转换为 .PDF 格式

发布于 2024-09-13 17:31:00 字数 376 浏览 2 评论 0原文

我正在寻找一个 MS-Office 文档到 .PDF 的第 3 方软件,该软件不需要我的代码直接操作 COM。我正在寻找 .net 原生的包。我已经查看了以下内容:

http://www.cete.com/

http://www.pdfonline.com

您知道还有其他 SDK 包可以满足我的需求吗?

如果软件包自己操作 COM,那就没问题。我只是不想在我的代码中对 COM 执行任何操作。我还希望它基于 C#。

I am looking for a MS-Office document to .PDF 3rd party software that does not create the need for my code to manipulate the COM directly. I am looking for a package that is native to .net. I have already looked at the following:

http://www.cete.com/

http://www.pdfonline.com

Are there any other SDK packages that you are aware of that can meet my needs?

If the software package manipulates the COM on it's own, that is fine. I just don't want to perform any operations against the COM within my code. I would also prefer it to be C# based.

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

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

发布评论

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

评论(4

反话 2024-09-20 17:31:00

我想你可能会在这里找到一个: http://www.codeproject.com/KB/ cs/sertf2pdf.aspx ;也许也在这里:www.novapdf.com/kb/convert-word-to-pdf-microsoft-office-word-documents-to-pdf-208.html。

I think you might find one here: http://www.codeproject.com/KB/cs/sertf2pdf.aspx ; and perhaps here as well: www.novapdf.com/kb/convert-word-to-pdf-microsoft-office-word-documents-to-pdf-208.html.

木落 2024-09-20 17:31:00

查看PDF 转换服务。它在基于 SDK 的现代且方便的 Web 服务中提供了所有内容。全部独立,无需 IIS。

C# 示例代码可以在此处找到

Have a look at the PDF Conversion Services. It provides everything in a modern and convenient Web Services based SDK. All self contained, no need for IIS.

C# sample code can be found here.

绝不放开 2024-09-20 17:31:00

您是否检查了 win32ole 将 Microsoft 文档转换为 PDF

检查 Win32ole 文档对象上的 saveas 命令。
您可以将 MS Office 文档(doc/xls/PPT)另存为 PDF

Did you check on the win32ole for converting the microsoft document into PDF

Check the saveas command on the document object of the Win32ole.
You can save an MS office doc(doc/xls/PPT) as PDf

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