Re: [PHP-WIN] Re: pdflib put a image to a pdf file

2001-02-14 Thread Tom Mathews
e($fp); // Close PDF File > > Jason Hoover > Web Application Programmer > > Entolo > 2299 Territorial Road > St. Paul, MN 55114 > Phone: 763.847.8022 > Fax: 763.642.1600 > [EMAIL PROTECTED] > www.entolo.com > > -----Original Message----- > From:

RE: [PHP-WIN] Re: pdflib put a image to a pdf file

2001-02-14 Thread Jason Hoover
cation Programmer Entolo 2299 Territorial Road St. Paul, MN 55114 Phone: 763.847.8022 Fax: 763.642.1600 [EMAIL PROTECTED] www.entolo.com -Original Message- From: Rainer Schaaf [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 4:06 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]

[PHP-WIN] Re: pdflib put a image to a pdf file

2001-02-14 Thread Rainer Schaaf
> Hallo! > I got this problem, I can't insert a image to the pdf > document. I useing " pdf_place_image($pdfdoc, "test.gif", 100, 100, 1); " > Is it anybody got a tip.. > You should first open the image with pdf_open_image_file pdf_place_image expects a handle to an already opend image. The PDFlib