I have an application that effectively does a mail-merge using HTML templates. The end result is a series of HTML files which are ready to print or email containing data substituted at run-time. The files can be uploaded to a web site, emailed or printed off and thrown into window envelopes.
A customer has requested that we produce the same output but as PDF files. What would be the best way of going about this? I'd like to keep the logic and templates much as is then just convert the final HTML to PDF programmatically 'at the last minute'.
Thanks in advance.
A customer has requested that we produce the same output but as PDF files. What would be the best way of going about this? I'd like to keep the logic and templates much as is then just convert the final HTML to PDF programmatically 'at the last minute'.
Thanks in advance.