>Yep the method name is there oh so frustrating, it shows like so below:

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")> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293517
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