[PHP] Re: PHP and PDF

2002-07-01 Thread Richard Lynch
>hello everyone-- > >i'd like to know if this can be solved with php. > >i'll be creating a pdf form that'll be downloaded, filled and turned >in. >the form must have a unique NUMBER printed on it each time it is >downloaded. > >i'd like to use php to update this NUMBER (ie. counter + 1) each time

[PHP] Re: PHP and PDF

2002-07-01 Thread Anson Smith
If you can edit the PDF file and have access to acrobat then you can use adobe's fdf format. Basically you just create a read-only text field on the original PDF and use php to fill in the value for it every time it's loaded here's some links http://www.php.net/manual/en/ref.fdf.php http://