Re: [PHP] PDFLib and PHP and pdf_open_image_file

2001-01-19 Thread Brian Clark
Hello goood, (gg == "goood goood") [EMAIL PROTECTED] writes: gg> I have an problem with PDFLib and PHP. I'm trying to include gg> images in PDF file using pdf_open_image_file If in my source code gg> is line: gg> $o=pdf_open_image_file($pdf,"gif","pict.gif"); gg> i get the error: Cannot fi

[PHP] PDFLib and PHP and pdf_open_image_file

2001-01-18 Thread goood goood
I have an problem with PDFLib and PHP. I'm trying to include images in PDF file using pdf_open_image_file If in my source code is line: $o=pdf_open_image_file($pdf,"gif","pict.gif"); i get the error: Cannot find server or DNS Error (The page cannot be displayed). What's wrong. __