Form to PDF? Fill existing PDF

junior520

Registered Member
Joined
Dec 8, 2020
Messages
66
Reaction score
11
Hey guys,

I am currently trying to develop a "simple" project to learn more about coding.
My idea is to create a something like a CV Generator. Basically, I have a PDF Template in which I want the Text Fields like "Name" "Adress" etc. to be filled using a form on my website.

I tried using PDFtk with PHP, based on this tutorial but I can't generate the PDF in my "/completed/" folder.

Here is the GitHub link for this project by the author and creator of the tutorial: https://github.com/mrdigitalau/PHP-PDFTK-Tutorial

Maybe somebody here can help me with that or has some tips/info on what I am doing wrong, I'd gladly appreciate it :)

Thanks.
 
It would be easier if the PDF file was generated on Client-Side. With javascript using jsPDF dependency you can create the PDF File and sent it to your Server-Side through a HTTP request.
 
Back
Top