hi!
I got a problem with applying licence in code. CustomerArea says I should add the code below into my global.asax page:
protected void Application_Start(Object sender, EventArgs e)
{
ceTe.DynamicPDF.Document.AddLicense(".....");
}
I did this, but my application still produce PDF files with DynamicPDF trademark. In other words, I'm still using evaluate version.
How I can apply my licence?
Regards,
Oliver