|
Rank: Newbie Groups: Member
Joined: 2/21/2011 Posts: 3
|
Hi! I just downloaded, installed and tried the PDF generator and it is great! However, I can't figure out how to remove the blue message at the bottom of the generated pdf documents that says "Created with EO.Pdf for .NET. http://www.essentialobjects.com". Is it a licence issue? How do I pay? I can't find any information about this. Please help...
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Yes. You will need to purchase a license ($99) to remove that message. You can purchase it directly online by selecting Company -> Purchase -> EO.Pdf for .NET from the main menu. You will receive the license key immediately.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 2/21/2011 Posts: 3
|
Thanks for an unbelievably fast (and good) answer! I intend to use it on a web server hosted by a third party company (web hotel): Do they or I have to install or configure anything on the production server?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You are very welcome. No. They do not need to install anything on their server. You will need to include EO.Pdf.dll with your application and apply the license key by calling EO.Pdf.Runtime.AddLicense(your_license_key) and you will be all set.
You do need full trust in order to run the current version of EO.Pdf because it needs to call into the system to retrieve font information. While the vast majority will give you full trust, some ASP.NET hosting companies will restrict your trust level to lower than full trust, such as high or medium, as a security measure to prevent their server being messed up by some client applications. If that is the case, then you will not be able to run EO.Pdf on their server. So you may want to verify that first. If the simple "hello world" sample runs on their server, then you have full trust. If that does not run, then you may want to contact them and ask them to add our DLL into GAC. That will grant our DLL full trust and resolve the issue.
Note when you test the "hello world" sample on your server, you do NOT need to save the output into a file. You would just send it out directly to the output stream. You can find sample code under "Using in Web Application -> Creating PDF on Demand" in the help file.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 2/21/2011 Posts: 3
|
I tried creating a pdf on the server and it worked out, so I figure I'm all set.
Thanks again for excellent support!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Cool. Glad to hear that it works for you. Please feel free to let us know if you have any more questions.
Thanks!
|
|