I have a coldfusion page that creates a word document then emails it to the user.
Up to last week it was working fine, now I get the “Evaluation Only. Created with Aspose.Words. Copyright 2003-2011 Aspose Pty Ltd.**”
The code I am using is below:-
<cfset doc=CreateObject("java", "com.aspose.words.Document").init("/var/www/vhosts/dev.xxxx.com/httpsdocs/xxxx/xxx_web/version/SV2/report/#repLanguage#/deals/#fileID#/report.html")>
<cfset LicfileI = LicFile.init(JavaCast("string","/var/www/vhosts/dev.xxxx.com/httpsdocs/xxxx/xxx_web/version/SV2/report/#repLanguage#/Aspose.Total.Java.lic"))>
<cfset saveFormat=CreateObject("java", "com.aspose.words.SaveFormat")>
<cfset doc.save("/var/www/vhosts/dev.xxxx.com/httpsdocs/xxxx/xxx_web/version/SV2/report/#repLanguage#/deals/#fileID#/report.doc", saveFormat.DOC)>
Do you know of any reason why this may now be occuring.
Kind Regards
Iain