Hi,
I have to add header and footer to a pdf document.I am using MVC4 and rendering view to pdf document and downloading by using ITextSharp.Now I am using the below code
public ActionResult DownloadPDF(string shipId)
{
var report = new ActionAsPdf("ExporttoPDF", new { shipId = shipId });
return report;
}
Could any one please help me how to add header and footer while downloading the pdf through code.
Mahesh BodepudiPosted Sep 26, 2017, 3:15 AM
Manas MohapatraPosted Sep 26, 2017, 1:01 AM
alice yangPosted Sep 25, 2017, 9:44 PM
Nilesh PatilPosted Sep 25, 2017, 7:57 AM