[PHP-WIN] Re: PDFlib

2003-07-30 Thread WebDevMagazine
Hi well there is a file with properties for normal PDFLib work please read the info of Pfglib. REgards Bogomil -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: PDFlib

2003-07-28 Thread sven
Mihai Nicolae Teognoste wrote: > Hi there, > > I am trying to build a PDF document based on the content of a file. > I tried to use the example from php.net, but it doesn't work. hi, do you get any error message? if there is something like 'call to undefined function ...', you have to enable this

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