> I see the problem.  You haven't actually created a com.aspose.slides.
> Presentation object.  What you've created is a FileOutputStream object.  
> That's why the method isn't found.
> 
> <cfset pres1 =CreateObject("java", "java.io.FileOutputStream").
> init("c:\test\source.ppt")>

Isn't that what the first line of the code is doing?  <cfobject action="create" 
type="java" class="com.aspose.slides.Presentation" name="pres1">
<!--- Create the object and initialize --->
<cfset x=pres1.init()> 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

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

Reply via email to