Sign In  Sign Up Live-Chat

license problem

Last post 02-19-2008, 1:00 PM by msfaiz. 2 replies.
Sort Posts: Previous Next
  •  02-18-2008, 11:02 AM 113889

    license problem

    Hi

    We have a problem with the license. In fact, we bought two products (Aspose.Slides for Java and Aspose.Metafiles for Java). The Aspose.Slides product makes no problem. But if we create thumbnails of slides, on the pictures the "Evaluation only!" text appears.
    I think it is a problem of Aspose.Metafiles. I attached  our license file.
    What could be the problem?

    vallid
     
  •  02-18-2008, 1:35 PM 113913 in reply to 113889

    Re: license problem

    Dear vallid,

     

    Thanks for using Aspose.Slides and Aspose.Metafiles.

     

    Please send some source presentations and output thumbnails along with license file at this email mshakeel.faiz@aspose.com to look into this problem.


    Many Thanks and Kind Regards,

    Shakeel Faiz
    Support Engineer
    Aspose Tyumen Team
     
  •  02-19-2008, 1:00 PM 114079 in reply to 113889

    Re: license problem

    Dear valid,

     

    You are having this evaluation message because you are not setting the license of Aspose.Metafiles and only setting the license of Aspose.Slides.

     

    lic=new com.aspose.slides.License();

    lic.setLicense(new FileInputStream("d:\\downloads\\Aspose Custom.lic"));

     

    metalic=new com.aspose.metafiles.License();

    metalic.setLicense(new FileInputStream("d:\\downloads\\Aspose Custom.lic"));
    Many Thanks and Kind Regards,

    Shakeel Faiz
    Support Engineer
    Aspose Tyumen Team
     
View as RSS news feed in XML