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

2001-02-14 Thread Tom Mathews
I've never tried, but I'm wandering if it is related to the GIF licensing issue that forced GIF's out of the GD libraries - does anyone know if the same happenned to the PDF libraries? Tom Jason Hoover wrote: > Rainer, > > Here is sample code for placing a .jpg image in pdf. Anyone out there g

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

2001-02-14 Thread Jason Hoover
Rainer, Here is sample code for placing a .jpg image in pdf. Anyone out there get .gif images to work. I tried the code below without results (PHP Version 4.0.4pl1 running as cgi on Win NT). $fp = fopen("test.pdf", "w"); // pdf file to be created $pdfObject = PDF_open