SharePoint and InDesign
-
2012年6月4日 上午 02:26
What is the best way to get a SharePoint 2010 workflow to trigger the refresh of an XML datasource within an InDesign document, and then generate a PDF export? The datasource would be a SharePoint list.
Would InDesign Server be required?
所有回覆
-
2012年6月8日 上午 09:54版主
-
2012年6月22日 下午 09:43
There is a web service available : workflow.asmx and there is a web method (startworkflow) available to start the workflow.
http://msdn.microsoft.com/en-us/library/cc296356(office.12).aspx
Can call it from JS it
http://blog.glenc.net/2007/04/20/calling-sharepoint-web-services-from-javascript/
-
2012年6月24日 上午 07:52
Thanks for that Manish. I hadn't considered using that method.

