Rank: Newbie Groups: Member
Joined: 11/17/2012 Posts: 4
|
Hi I want to add a footer to my pdf through aspxtopdf. I am unable to set the rectangle's outfit area for footer. Also please let me know how to add the footer image which is already there in my application folder's images folder. An Early response is much appreciated
Thanks
Kishore
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi, Please take a look of this post: http://www.essentialobjects.com/forum/postsm29371_EOPDF-How-to-set-padding-the-content-when-having-an-image-logo-header.aspx#29371You can use similar code inside the for loop inside your AfterRenderPage event handler. The code uses our ACM interface. So you will want to take a look of the documentation for that interface as well: http://www.essentialobjects.com/doc/4/acm/overview.aspxThanks!
|