Hi,
I've got a project where I need to generate PDF reports from a template. The report will have a header, details and a footer, and can potentially run on multiple pages.
I was going to use iTextSharp for that. For the templates i was thinking of two options:
- PDF Form template
- HTML template
Can you comment on the pros and cons of these two options?
Can you suggest how to create PDF Form templates using some free software?
Thanks in advance.