realbasic-nug
[Top] [All Lists]

PowerPoint Automation

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: PowerPoint Automation
From: Justin Busch <pschorrdev at gmail dot com>
Date: Wed, 31 Aug 2005 10:09:38 -0400
Delivered-to: realbasic-nug at lists dot realsoftware dot com
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=nhTbbwDl98BM7Zk+/FxnHFZH/m1rFI0mcJGFxcGTLWN1QnLqfrr2KWHAdPLX9wyu0zGDpSR046wghWaLnWetFGcBrotoU0cBfxP5Z14GkARhtSH32HZ/e5OsN3MzIk7syzkOSJOQQo0EPzroPpwkkZjimWkPytn7nr6wB2r1auU=
 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")

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?

-- 
/================\
REALbasic 5.5.5
OS X 10.4, XP SP2
\================/
_______________________________________________
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>

<Prev in Thread] Current Thread [Next in Thread>