How to create template and generate pdf using template and database data iText C#
I want to do below task using iText7. create template using HTML or ..(some fields can be able to hide according to user input) Fill the template with the database data generate accessible pdf How can I do this? As far as I understand, you want to have an HTML template where you will fill in data based on user input as well as data coming from your database. This is possible in iText in general, however you would need to do a lot of work, especially if you want to have a template for the PDFs that you are going to generate (as well as the template for the HTML form for capturing data). It