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.