How could you dynamically create a pdf within wordpress?

user1784593 picture user1784593 · Oct 30, 2012 · Viewed 40.5k times · Source

I'm using a Contact Form 7 to have the users enter data, then based on their data entry, I need to add different text to the pdf before outputting the entire pdf.

For example, if the user says they like red balloons, the created balloon pdf will mention how important red balloons are, etc...

I know there must be a way to do this using fpdf, tcpdf, or something, but I'm not sure how. Any ideas?

Answer

Ashwin Muni picture Ashwin Muni · Apr 3, 2013

Take a look at dompdf Its is very easy to use as well as good implementation documentation.