Rank: Newbie Groups: Member
Joined: 8/26/2011 Posts: 1
|
Hi, We have purchased a full licence and I have put the EO.Pdf.Runtime.AddLicense code right before the ASPXToPDF1.RenderAsPDF() function call but the "Created with EO.Pdf for .NET. http://www.essentialobjects.com" message is still appearing at the bottom of the PDF. How can I get rid of this?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
That should work. You can try to call AddLicense either in Page_Load, or in your global class's Application_Start event handler. AddLicense is rather efficient so it is OK to call it multiple times.
Thanks!
|