I am using cakephp 2.5 and I have a template certificate pdf with two form fields for the name and the course.
Beside a list of users who have completed the course I have a download button where the certificate can be downloaded with the users name and the course they have completed.
I have looked at Cakepdf but it seems that the default template has to be in html. Is there another way to just update the fields in a pdf with something else?