iText7 - Cannot load license file
I've a trial license for iText7 and need to load the license file using this code: string path = @"<path to JSON file>"; System.IO.FileInfo file = new System.IO.FileInfo(path); LicenseKey.LoadLicenseFile(file); I can successfully do this in Visual S...