How to dynamically generate PDF documents
- by Thomas
I want to build a web application for generating stylish PDF documents. The layout should be based on a design templates and the data should come dynamically from the database. Ideally I want to design the template in a "publishing like" tool with placeholders and replace these placeholders by the web application with the data from the database.
Think of something like an invoice generator, where a customer could choose from different invoice templates and the invoice data itself coming from the DB.
Thanks for your ideas!