简体   繁体   English

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

[英]How to generate a formatted document (.doc, .pdf) from a list item in SharePoint?

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. 我希望能够在SharePoint中选择一个列表项,然后从该列表项的数据生成格式正确的文档。

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. 例如,假设我有一个“候选人”的SharePoint列表,其中包含“名称”,“地址”,“摘要”,“ job1”,“ job2”等字段,我想为选定的对象生成简历候选人。 I'd like to match up fields on the listitem with fields in a document template. 我想将listitem上的字段与文档模板中的字段进行匹配。

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. 请注意,“简历”仅是一个示例,除非不是通用的足以将listitem字段与简历以外的文档模板匹配的通用工具,否则我不是在寻找第三方工具。

I imagine something like this could be set up with SQL Server Reporting Services, but I'm not too familiar with that. 我想可以使用SQL Server Reporting Services设置类似的内容,但是我对此不太熟悉。 Should I investigate that option, or are there better alternatives? 我应该调查该选项,还是有更好的选择?

Thanks! 谢谢!

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

您是否看过这篇文章: 使用工作流将SharePoint List数据插入PDF文档

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何从SharePoint中的列表列将项目添加到文档库? - How to add an item to a Document library from a list column in SharePoint? 如何从共享点列表项链接到文档库中的文件夹? - How to link to a folder in document library from sharepoint list item? Sharepoint 或 PowerApps - 如何将列表中的多个文档链接添加到文档列表 - Sharepoint or PowerApps - how add multiple doc links in a List to a document list Sharepoint 2013 | 从列表项到文档集的直接链接 - Sharepoint 2013 | Direct link from List Item to Document Set 如何将当前 Word 文档附加到新的 Sharepoint 2013 列表项 - How to attach a current Word document to a new Sharepoint 2013 list item 从共享点列表下载项目 - Download item from sharepoint list 如何以编程方式从sharepoint站点获取所有文档库的列表 - How to get list of all document libraries from sharepoint site programatically 如何从HTML文档向共享点列表添加项目? - How to add items to sharepoint list from a html document? 如何将附件文档转换成表格或从 sharepoint 列表下载到本地 - How to get attachment document into form or download it to local from sharepoint List 如何克隆SharePoint列表中的项目? - How to clone an Item in a SharePoint list?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM