[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 lis

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