I just did a project to generate PDF's using the iTextSharp library in ASP.NET MVC (C #), however, I would like to know which code is most efficient and easy to use to have a template that generates PDF using iTextSharp in ASP. I need to be able to insert this header and footer always the same (logos / name / address / date) and in the body of the PDF images and / or text! What code to put in the Controller / Model / View?