Saving presentation as binary file causes the evaluation lable to appear on the slides

I need to save the power point presentation I'm creating as a binary file so that it can be tranfered to another drive. I then change the .bin extension to .ppt and open the presentation. However when opened the red demo evelauation label is displayed. I have a license so this should not be happening. I create the binary file thus:

FileOutputStream fostemp = new FileOutputStream ("temp");

presentation.write(fostemp );

fostemp .close();

Do I need another license to export aspose objects across computers or something?

Regards

Harry

Dear Harry,

Your code is right and it should not have any problem. Can you please check your code where you set the license? It should be the very first line of code before you call any other API of Aspose.Slides.

This is the way to set license.

http://www.aspose.com/documentation/file-format-components/aspose.slides-for-.net-and-java/licensing.html

No, you don’t need another license. If your problem still exists, then send me a license file by following the instructions in the link below. Also send me your code and mention the version of Aspose.Slides for JAVA.

http://www.aspose.com/corporate/purchase/faqs/send-license-to-aspose-staff.aspx