|
Prev: how i can disable spacebar for slide transition
Next: In Power Point, how do I have music for the entire slide show?
From: Mosfiqur Rahman Mosfiqur on 6 May 2008 02:54 Hi, In my ASP.NET application I need to generate powerpoint presentations containg complex shapes and connectors in each slides. At first I tried with Aspose. But due to its limitations I searched for other APIs. And finally I found Microsoft PowerPoint Object Library 12.0 as the most usefull component which have all the functionalities I need. My questions: 1. Is it possible to deploy Microsoft PowerPoint Object Library 12.0 in ASP.NET server where Office is not installed? 2. If so then how?
From: Steve Rindsberg on 6 May 2008 06:52
In article <5EE6E7AB-49C6-45FA-A36C-39618C3FD959(a)microsoft.com>, Mosfiqur Rahman wrote: > Hi, > In my ASP.NET application I need to generate powerpoint presentations > containg complex shapes and connectors in each slides. At first I tried with > Aspose. But due to its limitations I searched for other APIs. And finally I > found Microsoft PowerPoint Object Library 12.0 as the most usefull component > which have all the functionalities I need. > My questions: > 1. Is it possible to deploy Microsoft PowerPoint Object Library 12.0 in > ASP.NET server where Office is not installed? In order to automate PowerPoint, PowerPoint must be installed. That is, you can deploy the file that includes the type library for PowerPoint, but without PowerPoint itself, it won't do you any good. In theory, it's possible to create and manipulate PPT 12 (but not earlier versions) files by working with the XML and other files inside the PPTX file. ----------------------------------------- Steve Rindsberg, PPT MVP PPT FAQ: www.pptfaq.com PPTools: www.pptools.com ================================================ |