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
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
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:
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]
> 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