Aspose.PDF goes into evaluation mode in Epicor Kinetic after update

Hello,

I used to run Aspose.PDF in Epicor Kinetic without watermarks, activating the license like this:

var license = new Aspose.Pdf.License();
var assembly = System.Reflection.Assembly.Load(“Ice.Lib.PDF”);

After some environment updates, it now always goes into evaluation mode and generated PDFs have watermarks.

PDF generation code looks like this:
using (var finalPdf = new Aspose.Pdf.Document())
{
// Add pages from existing PDFs
finalPdf.Save(resultStream);
}

Questions:

Has anyone seen Aspose.PDF enter evaluation mode in Epicor after internal library updates?

Is there a new way to activate the license with embedded Ice.Lib.PDF?

Any guidance would be appreciated.

This is going to stop working anyway.

2 Likes

Is there a new or official way to activate the embedded Aspose.PDF license in Epicor Kinetic?

It should be available for direct reference.

I could only add the reference in the Epicor function by referencing assemblies. I think there will be a new way to instantiate the assembly now.Because this way it just doesn’t work.