Rank: Newbie Groups: Member
Joined: 9/6/2013 Posts: 1
|
I am trying to set up a pdf, where my first page is my title page and will some logo stuff and so on, but I don't want to have my header and footer stuff in place, or at least different than what I will have on the rest of the pages in the pdf.
I there a way to do this with the MVCToPDF.RenderAsPDF and if so, how do you do that?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
Hi,
What you will do is to use MVCToPDF to render the main output, then use a loop to add footer/header on each page. Inside the look, you can either use HTML to PDF interface or ACM interface to add the footer/header. You can take a look of the corresponding samples and documentation for more information.
Thanks!
|