Ask a Question related to PHP Development, Design and Development.
-
Anthony #1
Re: [PHP] PDF Thumbnail with PHP?
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" <jay.blanchard@niicommunications.com> wrote in message
news:C8F323573C030A448F3E5A2B6FE2070B0101FA4E@neme sis...
[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
[url]http://us3.php.net/manual/en/function.pdf-add-thumbnail.php[/url]
Have a pleasant and creative day!
Anthony Guest
-
ASP thumbnail creator?
I need a simple function to generate and save a thumbnail from a picture. It would require : Source Picture Fileame Thumbnail Height and Width... -
PDF Thumbnail with PHP?
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... -
Image Thumbnail
Create ACDSee style image Browser, only one minute. download sample from http://www.viscomsoft.com/imagethumbnail.htm -
Thumbnail Behaviors where to put them?
Hi All I'm creating a new Product Review table in my MS Access database with a field for thumbnails for publishing on my web site. When a user... -
Create Thumbnail
If you can use GD2 library use this function function create_resampled_image($max_height, $max_width, $image_quality, $image, $newimage){... -
John W. Holmes #2
Re: [PHP] PDF Thumbnail with PHP?
Anthony wrote:
What about something like ImageMagick? It says on the webpage that it'll> 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.
read PDF files. Maybe you can convert a certain page to a .gif and
resize it?
--
---John Holmes...
Amazon Wishlist: [url]www.amazon.com/o/registry/3BEXC84AB3A5E/[/url]
PHP|Architect: A magazine for PHP Professionals – [url]www.phparch.com[/url]
John W. Holmes Guest
-
php pdf #3
Re: [PHP] PDF Thumbnail with PHP?
Thank you for your posting!
I am a php beginner, I wanna <a href="http://www.phpkode.com/projects/category/php-pdf/">pHP pdf </a> projectphp pdf Guest



Reply With Quote

