获取共享点信息路径表单的快照

发布于 2024-11-06 06:30:11 字数 198 浏览 0 评论 0原文

我想以编程方式拍摄表单库中的信息路径表单的快照。我使用过许多第三方工具,它们在其他网站上都运行良好。但它对于共享点站点无法正常工作。如果它适用于共享点网站,则无法适用于信息路径表单。

当我尝试拍摄信息路径表单的快照时,功能区控件将输出,但所需的表单不在 pdf 输出中。 infopath 是一个 silverlight 应用程序吗?为什么我无法拍摄快照。任何想法。

programatically i want to take snapshot of a infopath form which is in formlibrary. I have used many third party tools they all working fine for other sites. but it is not working correctly for sharepoint sites. If it works for sharepoint sites it is not able to do for infopath form.

When i try to take snapshot of a infopath form the ribbon controls are coming the output but the needed form is not in the pdf output. Is infopath is a silverlight application. Why i am not able to take snapshot of that . Any idea.

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

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

发布评论

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

评论(2

夜声 2024-11-13 06:30:11

您的问题并不完全清楚,但您提到了 PDF,因此听起来您想从 InfoPath 表单中获取基于 PDF 的快照。

看看这篇文章我前段时间写过。它使用(我们的)第三方产品将 SharePoint 中的文件(包括 InfoPath)转换为 PDF。

Your question is not completely clear, but you mention PDF so it sounds like you want to take PDF based snapshots from your InfoPath form.

Have a look at this post that I wrote some time ago. It uses a (our) third party product for converting files in SharePoint, including InfoPath, to PDF.

°如果伤别离去 2024-11-13 06:30:11

如果您有兴趣,我可以为您提供成本较低的解决方案:

  1. 使用构建的工作流程(http://smallbusiness.chron.com/convert-pdf-sharepoint-workflow-31202.html)能够将表单转换为库。

  2. 通过以下步骤使用 iTextSharp 和 C# 将表单编码为 PDF:
    一个。在内存流中创建 pdf。
    b.使用以下方法将您的 pdf 编码到附件中:( https://support.microsoft.com/en -us/kb/2517906 )

祝你好运! ! !

I have a less cost solutions for you if you are interested:

  1. use a builded workflow ( http://smallbusiness.chron.com/convert-pdf-sharepoint-workflow-31202.html ) to be able to convert a form into a library.

  2. use iTextSharp with c# to code your form into PDF by this steps:
    a. create the pdf in memorystream.
    b. encode your pdf into an attachment using this: ( https://support.microsoft.com/en-us/kb/2517906 )

G o o d L u c k ! ! !

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