Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How could you dynamically create a pdf within wordpress? [closed]

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?

like image 854
user1784593 Avatar asked Oct 30 '12 05:10

user1784593


People also ask

How do I upload an interactive PDF to WordPress?

Click the Add Media button (above the editing toolbar buttons). Click Select Files or drag your PDF file into the dotted box. Your PDF document will be imported into the WordPress Media library. Once the uploading/crunching process has completed, enter the text you require (for the link on the page) in the Title box.


1 Answers

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

like image 169
Ashwin Muni Avatar answered Sep 23 '22 13:09

Ashwin Muni