|
|
 |
Re: FN-FORUM: Populating a PDF using PHP
date posted 1st June 2006 14:35
Dominic Marsat wrote:
>
>> One of the projects I am working on requires an application form to be
>> filled in on the web and then a PDF needs to be printed with the data
>> from
>> the application form imbedded in it.
>
> Not too sure about PHP, however, I've used the ABC PDF component
> before for generating PDF invoices on the fly. Must be an equivalent
> component for PHP.
>
I've used fpdf before to genereate PDF documents from PHP. It's not
that difficult once you get the hang of it. It can be a bit time
consuming though.
|
 |
|