RE: generate dynamic Microsoft PowerPoint presentation

2004-05-13 Thread OFlaherty, Colm
U're into the realm of "automation", formerly known as "OLE automation", where u're basically writing VB-like code using the PowerPoint object model (documented in "Vbappt8.hlp", which ships on the Office CD, but doesn't get installed), but calling it from another language, like Java/Powerbuilde

Re: generate dynamic Microsoft PowerPoint presentation

2004-05-12 Thread Mark Lowe
SVG would be the the thing to use. I have no idea whether power-point supports svg. http://xml.apache.org/batik/ Tomcat 5 comes with a working example using batik with JSP. On 12 May 2004, at 18:34, Joe Germuska wrote: At 9:54 PM +0530 5/12/04, Navjot Singh wrote: i did something of this sort

RE: generate dynamic Microsoft PowerPoint presentation

2004-05-12 Thread Joe Germuska
At 9:54 PM +0530 5/12/04, Navjot Singh wrote: i did something of this sort for microsoft word but not sure about ppts. i did use jni to achieve that. http://danadler.com/jacob/ you may also have a look at this http://www.winnetmag.com/WindowsScripting/Article/ArticleID/26972/26972.html I haven't

Re: generate dynamic Microsoft PowerPoint presentation

2004-05-12 Thread Niall Pemberton
There was talk of this in the POI project, but to date nothing has happened. Maybe ask on their list if anything is in the pipeline. http://jakarta.apache.org/poi/index.html Niall - Original Message - From: "Gabriel Forradellas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesda

RE: generate dynamic Microsoft PowerPoint presentation

2004-05-12 Thread Navjot Singh
i did something of this sort for microsoft word but not sure about ppts. i did use jni to achieve that. http://danadler.com/jacob/ you may also have a look at this http://www.winnetmag.com/WindowsScripting/Article/ArticleID/26972/26972.html >-Original Message- >From: Gabriel Forradellas