How can I create a PDF with PHP?

antoine

New member
I have been looking for quite a while for a solution to what I thought was a simple problem.

All I want is for a client to be able to log into my site, fill in a VERY simple form (date and body text fields), and process it using PHP. I want to save it as a letter on that client's letterhead.

As I said, I just have a template (the letterhead), and I want to take the submitted 'body' text and put it on the letterhead, using PHP.

I was thinking about PDF forms, and filling the fields with the HTML form, but I cannot figure it out. I've read a lot about FDFs, but don't understand them.

I've also read somewhere that this can be done using a word template, filling text boxes and then saving as a PDF, but I haven't found any tutorials.

Any help is appreciated. I'm pretty good with PHP and HTML.
 
Back
Top