如何从 SharePoint 中的列表项生成格式化文档(.doc、.pdf)?
我希望能够在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我看到有些人使用 iTextSharp 库通过自定义操作填充可填充的 PDF 列表项字段。
I have seen some people use the iTextSharp library to populate a fillable PDF with list item fields using a custom action.
您是否看过这篇文章:将 SharePoint 列表数据插入使用工作流程的 PDF 文档?
Have you seen this post: Inserting SharePoint List data into a PDF document using a workflow?