Hi,
I've been reading up on creating a PDF file with PHP and am wondering what the easiest option is.
1) Create a PDF template and then open it and replace placeholder text -- which function do I use to open an existing pdf for editing?
2) Create a PDF template and the place text on it using co-ordinates
3) Create a html document then convert it to PDF using some sort of free tool?
4) Create a PDF from scratch using PHP. // This seams like a time consuming way to do it.
Thanks!
B