SharePoint 中的 ASP.NET 打印 (MVC) Word 文档

发布于 2024-08-05 00:01:20 字数 339 浏览 2 评论 0原文

我已经启动并运行了 MVC Web 应用程序,并且我们希望将打印引入到解决方案中。我们有一个界面(使用 SharePoint Service 3.0),可以显示特定产品的许多文件(所有 Word 文件)。我们希望用户选中他们想要打印的所有文件,选择打印机,然后进行打印。

复选框的实现很简单,我正在尝试想出一个好的打印解决方案(如果有的话)。我正在寻找“开箱即用”类型的解决方案。我正在考虑的一件事是在 SharePoint 上创建一个 Web 服务,该服务获取所有选定的文件,合并它们(以某种方式),并临时发布一个大文档,完成后,客户端将打印该文档,然后该文档将被清除。不完全是最快的操作,但看起来它可以工作。

您对实施有何想法?

So I have our MVC web application up and running and we'd like to introduce printing into the solution. We have an interface (using SharePoint Service 3.0) that displays many files (all Word files) for a particular product. What we'd like to have happen is for the user to checkbox all the files they want to print, select a printer, and go at it.

The checkbox implementation is easy, I'm trying to think of a good print solution (if there is any). I'm looking for "out of the box" type solutions. One thing I was thinking about was creating a web service on SharePoint that takes all the files selected, merges them (somehow), and temporarily posts one big doc that, when finished, the client will print, and then the document gets purged. Not exactly the fastest operation but seems like it could work.

What's your thoughts on an implementation?

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

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

发布评论

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

评论(1

蓝天白云 2024-08-12 00:01:20

您有哪些类型的文档文件?

它们已经是 DocX 格式了吗?

如果是这样,您可以使用 documentAPI 轻松合并它们

What kind of Doc Files do you have?

Are they already in the DocX format?

If so you can merge them quite easy with the documentAPI

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