3
有沒有辦法將Excel或PowerPoint文件轉換爲SharePoint 2010 Word Automation Services?使用SharePoint 2010 Word Automation Services轉換Excel和PowerPoint
目前我們可以使用這樣的事情
ConversionJob pdfJob = new ConversionJob("Word Automation Services");
pdfJob.Name = "Mortgage Report";
pdfJob.UserToken = myWebsite.CurrentUser.UserToken;
pdfJob.AddFile(outputWordFilename, outputWordFilename.Replace(".docx", ".pdf"));
pdfJob.Start();
或它的一個方法來轉換Excel或PowerPoint中的Word,並且使用相同的代碼轉換成Word文件?
有同樣的問題: - /有人解決了這個問題?順便說一句。在SharePoint 2013中將有「PowerPoint自動化服務」 http://msdn.microsoft.com/en-us/library/fp179894(v=office.15).aspxBjörn – 2012-09-13 15:52:39
Xavier,您是否解決了您的問題?我現在忙於同樣的問題。 Karens – Karens 2011-08-03 13:59:30
Karens, 使用SharePoint 2010 Word Automation Services時,我無法獲得解決方案,我想要的是使用Interop類自行轉換文件。 Theres還有一些可以幫助你的DLL,但最後使用interop會更容易。 讓我知道你是否需要更多的細節。 – 2011-08-04 13:32:17