![]() |
How to create Thumbnail Image from PDF file - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: How to create Thumbnail Image from PDF file (/showthread.php?tid=12066) |
How to create Thumbnail Image from PDF file - El Forum - 10-04-2008 [eluser]Unknown[/eluser] Hi friends, I want to create the thumbnail image of PDF file. Can any one help me..... Please, all suggestions are welcome. How to create Thumbnail Image from PDF file - El Forum - 10-04-2008 [eluser]wiredesignz[/eluser] http://www.google.com/search?hl=en&q=create+pdf+thumbnail&meta;= How to create Thumbnail Image from PDF file - El Forum - 10-06-2008 [eluser]Dave Rau[/eluser] I highly recommend using phpthumb to handle any image function you could think of, including making thumbs from PDFs (even by page number): http://phpthumb.sourceforge.net/ then you just do something like this: Code: <img src="/code/phpThumb/phpThumb.php?src=/images/test.pdf&q=90&w=600" alt="test" /> How to create Thumbnail Image from PDF file - El Forum - 10-07-2008 [eluser]amites[/eluser] I've been working on this idea for a while now, the only thing I can come up with is to use Ghostscript which takes quite a bit of server resources and is generally only available on dedicated, that said, I've been using a macro for Photoshop, if anyone know another way please share |