IvyTools

General Category => General Discussion => Topic started by: scourglass on December 27, 2019, 08:47:36 AM

Title: License expired , but never used
Post by: scourglass 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?
Title: Re: License expired , but never used
Post by: admin 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