On 8/31/05 9:09 AM, "Justin Busch" <pschorrdev at gmail dot com> wrote:
> I'm trying to port a VB application to REALbasic however I am getting
> caught up trying to convert the following lines of code:
> Dim ppt = CreateObject("PowerPoint.Application")
Dim ppt As New PowerPointApplication
> ppt.Presentations.Open(fullpath, True, True, False)
>
> ppt.Presentations(1).SaveAs(newFile, ppSaveAsHTML)
> Is this possible to do in Rb?
> If no, what are some alternatives/suggestions?
The rest should work as it is.
Regards,
William Yu
william at realsoftware dot com
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|