如何从 SharePoint 中的列表项生成格式化文档(.doc、.pdf)?

发布于 2024-10-10 04:20:20 字数 334 浏览 0 评论 0原文

我希望能够在 SharePoint 中选择一个列表项,然后从列表项的数据生成格式良好的文档。

例如,假设我有一个“候选人”的 SharePoint 列表,其中包含“姓名”、“地址”、“摘要”、“工作 1”、“工作 2”等字段,并且我想为选定的候选人生成一份简历候选人。我想将列表项上的字段与文档模板中的字段进行匹配。

请注意,“简历”只是一个示例,我并不是在寻找第三方工具,除非它足够通用,可以将列表项字段与简历以外的文档模板相匹配。

我想可以使用 SQL Server Reporting Services 设置类似的东西,但我对此不太熟悉。我应该研究这个选项,还是有更好的选择?

谢谢!

I would like to be able to select a list item in SharePoint and then generate a nicely-formatted document from the list item's data.

For example, say I have a SharePoint List of "candidates", with fields for 'name', 'address', 'summary', 'job1', 'job2', etc., and I want to generate a resume for a selected candidate. I'd like to match up fields on the listitem with fields in a document template.

Please note that 'resume' is just an example, I'm not looking for a 3rd party tool unless it is generic enough to match listitem fields to document templates other than resumes.

I imagine something like this could be set up with SQL Server Reporting Services, but I'm not too familiar with that. Should I investigate that option, or are there better alternatives?

Thanks!

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

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

发布评论

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

评论(2

伪装你 2024-10-17 04:20:20

我看到有些人使用 iTextSharp 库通过自定义操作填充可填充的 PDF 列表项字段。

I have seen some people use the iTextSharp library to populate a fillable PDF with list item fields using a custom action.

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