IvyTools

Please login or register.

Login with username, password and session length
Advanced search  

News:

SMF - Just Installed!

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - scourglass

Pages: [1]
1
General Discussion / 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?

Pages: [1]