Reputation: 31548
I have two forms
Now my team leader told me that i have to save the file for template case but when user submits the filled form then i need to extract the data from pdf file with pdftk and then when user wants to download it i have to refill the form with that data.
Currenlly i am using
pdftk sample.pdf dump_data_feilds
and i am saving that fields to the database.
now i don't know how can i regenerate the pdf from the template with that data.
how should i proceed
Upvotes: 1
Views: 1934