|
|
 |
Re: FN-FORUM: Populating a PDF using PHP
date posted 1st June 2006 14:28
On Thursday 01 June 2006 14:53, Mac T.Wheeler wrote:
> Hi folks,
>
> 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.
>
> I've not tried this before, does anybody have a link to a how-to or
> something similar please? Alternatively any advice would also be welcome :)
>
Yes, PDFs in PHP are quite straightforward.
PHP provides its own set of PDF functions documented at:
http://www.php.net/manual/en/ref.pdf.php
Or, my preference is to use the FPDF classes from: http://fpdf.org/ which
includes some tutorials.
Also try searching for PDF on http://www.phpbuilder.net as we frequently
discuss it.
Cheers,
Richard
--
-=-=-=-=-=-=-=-=-=-=-=-=-=-
Richard Lewis
Sonic Arts Research Archive
http://www.sara.uea.ac.uk/
-=-=-=-=-=-=-=-=-=-=-=-=-=-
|
 |
|