在服务器端.NET 将文档转换为 pdf

发布于 2024-10-08 18:07:07 字数 145 浏览 4 评论 0原文

我想将文档 .doc、.docx 或 .txt 转换为 pdf,但我只希望服务器满足要求。我的意思是我不希望用户需要在他们的机器上安装 word、adobe reader 或任何东西。我只希望用户上传文档文件,然后服务器将其转换并存储为 pdf。与 scribd 的作用类似。

I want to convert a document .doc, .docx or .txt to pdf but i want only the server to fill requierements. What i mean is i don`t want the user to need to have word, adobe reader or anything installed on their machine. I just want a user to upload a document file and the server convert it and store it into pdf. Similar to what scribd does.

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

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

发布评论

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

评论(2

幸福不弃 2024-10-15 18:07:08

我完成此操作的最简单方法是在服务器上安装虚拟 pdf 打印机,然后打印文档。

我使用了 Bullzip PDF。您可以创建一个 runonce.ini 来存储设置下一次打印,打印机将以任何名称/位置/等静默打印文档。存储在 runonce 中。

The easiest way that I've done this is to install a virtual pdf printer on the server, and print the document.

I used Bullzip PDF. You can create a runonce.ini that stores settings for the next print and the printer will silently print the document with whatever name/location/etc. is stored in runonce.

依 靠 2024-10-15 18:07:08

这样的控件怎么样

UseOffice.net

(不是免费的)

What about a control like

UseOffice.net

(Not free)

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