[PHP] Re: [PHP-WIN] PDF

2003-01-17 Thread Dash McElroy
If the PDF forms you print on top of are forms, you can use FDF (Forms Data Format) to fill out the form. There are several FDF options. One is to use Adobe's FDF program thingie. Others are listed in the comments on this page (http://www.php.net/manual/en/ref.fdf.php). I used one of the ones

[PHP] Re: [PHP-WIN] PDF Files...

2002-08-12 Thread Chris Boget
Any advice as to which of the above is possible/not possible and if not any ways to *mimic* anything. One thing you can look into is HTMLDoc. It turns any (well formed) HTML into a PDF file. We've been using it for about 6 months and it works for exactly what we needed it to do. Chris --

[PHP] Re: [PHP-DB] PDF

2002-07-08 Thread Peter Janett
Boget [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, July 08, 2002 2:53 PM Subject: Re: [PHP-DB] PDF If someone has any idea, please let me know I would strongly suggest that you use a PDF class of some sort. There're quite a few available. I've had good results

[PHP] Re: [PHP-DB] PDF

2002-07-08 Thread Chris Boget
If someone has any idea, please let me know I would strongly suggest that you use a PDF class of some sort. There're quite a few available. I've had good results with pc4p. Typically, most PDF classes require that it be working from some sort of static template. If that is fine, then

[PHP] Re: PHP affecting PDF plug-in....?

2002-07-02 Thread Richard Lynch
All... I have a PDF plug-in problem... Now before you say anything the problem doesnt exesi when I remove PHP from the equation... I have a script that generates a drop-down list of ID's basically... Clicking continue will pass the ID to a script which I use to get the correct filename to

[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

[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 the form