IvyTools

Please login or register.

Login with username, password and session length
Advanced search  

News:

SMF - Just Installed!

Author Topic: License expired , but never used  (Read 2546 times)

scourglass

  • Jr. Member
  • **
  • Posts: 1
    • View Profile
License expired , but never used
« on: December 27, 2019, 08:47:36 AM »

Need help
here is my code :
Code: [Select]
           
  if (IvyPdf.License.SetLicense("3b83lDwAqFPMRZRTnmhEXSZ8RHjIuWC2+aAh53eNTC84PATAHxBz3PwBIDAhhvOA4+5+XbQLoqX/4pDYbs7llg=="))
            {
                string folder = @"C:\Users\bodhi\Downloads\Compressed\IvyPdf_1.50\Sample\reports\Bureau Veritas\";
                PdfParser p = new PdfParser(IvyDocumentReader.ReadPdf(folder + "ICP067.pdf"));  // stop here
                string text = p.Find("Revenue").Find("Total").Right().Text;
            }
then the exception says "License Expired" , how do I renew my personal license?
Logged

admin

  • Administrator
  • Full Member
  • *****
  • Posts: 33
    • View Profile
Re: License expired , but never used
« Reply #1 on: January 02, 2020, 11:36:28 AM »

Hi Scourglass,

Could you please look for file license_error.txt in Ivy folder, it should contain detailed error message.

Please post the contents of this file so we could help you further.

Thank you,
Andrew
Logged