--- On Sun, 10/19/08, hassan <[EMAIL PROTECTED]> wrote: > From: hassan <[EMAIL PROTECTED]>
> I want to know how i can creat images or text files into pdf > file > through php Try FPDF. It's a free download and consists of a PHP class for generating PDFs. See: www.fpdf.org/ David Fiske