VS

VS 2017 C Sharp and PDF Generator

 VS 2017 C# with PDF generator In a real application system, most of time, you have to generate pdf for your users. For example, in the ERP, you may create invoice pdf and sales report pdf.  This tutorial will instruct you how to create a pdf with MVC framework in VS 2017 C# platform. I will illustrate on implementation from simple pdf to complex pdf Create the PDF generate Environment: Add the ITextSharp package into your project You have to install the iTextSharp-LGPL 4.1.6 version to avoid the license issue.Read More

......