0
I only 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.NET MVC (C#), what code to include in the Controller/Model/View? I needed to be able to insert in this PDF 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?
What in your opinion would be easier to use?
– durtto
The one that would have fewer lines of code and less memory usage!
– PedroF