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