Creating a PresentationML file with .Net
There is a new article up on the OpenXMLDeveloper.org site showing how to build a basic PresentationML file from text entered into a control. It lets you create numerous slides and specify the title and body for each slide. Check it out: https://openxmldeveloper.org/archive/2006/08/01/424.aspx
There have been some similar scripts out there that folks have posted for creating a WordprocessingML document, but this is the first one I've seen for creating PresentationML documents. Very cool.
-Brian
Comments
- Anonymous
August 01, 2006
Thanks! It is very useful to have these sorts of resources pointed out. - Anonymous
August 14, 2006
Rather than using XmlDocument to construct an OpenXML, wouldn't it be easier if you used Object Models that could be generated directly from the XSD of OpenXml schemas, and then just used serialization to genetare the files?