Word Automation 服务项目添加事件未触发
我正在使用 Word Automation Services 将 Word 文档转换为 PDF。我在文档库上编写了一个 ItemAdded 事件接收器,其中 PDF 文档是由 Word 自动化服务创建的。当 Word Automation Services 将文件添加到 Sharepoint 文档库时,它不会触发。
如果我手动添加文件来调试 ItemAdded 事件接收器,它就会被触发。我不知道为什么从 Word Automation Services 添加文件时没有触发它。
I am using Word Automation Services to convert Word Documents to PDF. I have written an ItemAdded event recevier on the Document Library where the PDF document is created by Word automation services. It is not firing when the Word Automation Services adds a file to a Sharepoint document library.
If I manually add a file to debug the ItemAdded event receiver, it is getting triggered. I don't know why it is not getting triggered when the file is added from Word Automation Services.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我通过使用电子邮件活动创建 SharePoint 设计器工作流程解决了这个问题。每当 Word 自动化服务将转换后的 pdf 文件添加到文档库中时,就会触发它。
I solved this by creating a SharePoint designer workflow with an Email Activity. It gets triggered whenever word automation services adds the converted pdf file into the document library.