Does Aspose.PDF for .NET support signed licenses?
For example, instead of using a physical license file:
license.SetLicense(“path/to/file.lic”);
Can I use a signed license string directly in code like:
license.SetLic…...License File : License license = new License(); license.SetLicens...: using (FileStream stream = new FileStream("path/to/your/license/file...