I was recently issued a temporary license for GroupDocs.Parser. Each time I try to set the license in code, I get this exception: GroupDocs.Parser.Exceptions.GroupDocsParserException: ‘Invalid license signature. Please make sure the license file was not modified.’
I didn’t modify the license file - I only saved it directly to the run path of my app.
Here is a code sample to reproduce the issue, using the GroupDocs.Parser v22.11.0 NuGet package:
var license = new GroupDocs.Parser.License();
license.SetLicense(“GroupDocs.Parser.NET.lic”); // file from temporary license email