[PHP] PDF Thumbnail with PHP?

2003-08-14 Thread Anthony
Does anyone know if there is a way to generate a thumbnail of the 1st page of a PDF document using PHP. I have an application that archives PDF files, beeing able to generate small preview images of the documents would be really cool :) - Anthony -- PHP General Mailing List (http://www.php.ne

Re: [PHP] PDF Thumbnail with PHP?

2003-08-14 Thread Anthony
Unfortunatly, that's not what I'm trying to do. That function will add an image to a PDF file as a thumbnail. What I want to do, is read a PDF file, and generate a thumbnail in the form of a gif or jpg and have it display in the browser. Thanks for the thought though. - Anthony "Jay Blanchard

Re: [PHP] PDF Thumbnail with PHP?

2003-08-11 Thread John W. Holmes
Anthony wrote: Unfortunatly, that's not what I'm trying to do. That function will add an image to a PDF file as a thumbnail. What I want to do, is read a PDF file, and generate a thumbnail in the form of a gif or jpg and have it display in the browser. Thanks for the thought though. What about

RE: [PHP] PDF Thumbnail with PHP?

2003-08-08 Thread Jay Blanchard
[snip] Does anyone know if there is a way to generate a thumbnail of the 1st page of a PDF document using PHP. I have an application that archives PDF files, beeing able to generate small preview images of the documents would be really cool :) [/snip] This may be just what you are looking for htt