Try something along the lines of this

<!--- Create the objects and initialize --->
<cfset fis = CreateObject("java", "java.io.FileInputStream")>
<cfset pres1 = CreateObject("java", "com.aspose.slides.Presentation").init(   
     fis.init("c:\test\destination.ppt")) >
<cfset pres2 = CreateObject("java", "com.aspose.slides.Presentation").init( 
     fis.init("c:\test\destination.ppt")) >
<cfset Slide = pres1.getSlideByPosition(javacast("int", 5))>
...


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293519
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to