Welcome Guest Search | Active Topics | Sign In | Register

Removing pdf default bottom footer line Options
Melissa
Posted: Monday, June 4, 2012 7:28:34 PM
Rank: Newbie
Groups: Member

Joined: 6/4/2012
Posts: 2
I apologize if this question has an obvious answer. I just purchased this product and at the bottom of the pdf file that is created there is a line:

Create with EO.Pdf for .NET. http://www.essentialobjects.com.

Is there a way to remove this line?

My code is pretty basic.

Code: C#
//Set the response header
        HttpResponse response = HttpContext.Current.Response;
        response.Clear();
        response.ClearHeaders();
        response.ContentType = "application/pdf";

        //license agreement
        EO.Pdf.Runtime.AddLicense("My license code");

        //Convert to the output stream
        EO.Pdf.HtmlToPdf.ConvertUrl(html, response.OutputStream);

        response.End();



Thanks,
M
eo_support
Posted: Monday, June 4, 2012 7:31:20 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,067
Hi,

Make sure your license key version matches the version of EO.Pdf you use. There are two different releases: EO.Pdf 2011.2 (which has a DLL version number 3.0.x.2) and EO.Pdf 2012 (which has a DLL version number 4.0.x.2). We give you keys for both versions, but the key has to match the DLL.

Thanks!
Melissa
Posted: Tuesday, June 5, 2012 10:45:18 AM
Rank: Newbie
Groups: Member

Joined: 6/4/2012
Posts: 2
Ah! Thanks! I was using the wrong version.
eo_support
Posted: Tuesday, June 5, 2012 11:07:04 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,067
Great. Glad to hear that it works for you. Please feel free to let us know if you have any more questions.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.