pdf gallery - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13) +--- Thread: pdf gallery (/showthread.php?tid=10665) |
pdf gallery - Timbow - 2019-01-18 Do we have a plugin that will give me a thumbnail links to pdf documents? Last time I had to screenshot the pdfs to get a thumbnail and set up a link manually,but I want the owner to be able to upload pdf documents and for them to display on the page as thumbs for downoading or opening. RE: pdf gallery - Bigin - 2019-01-18 You can use ImageMagick and GhostScript to do this, it's easy: https://stackoverflow.com/questions/467793/how-do-i-convert-a-pdf-document-to-a-preview-image-in-php RE: pdf gallery - Timbow - 2019-01-18 (2019-01-18, 22:48:55)Bigin Wrote: You can use ImageMagick and GhostScript to do this, it's easy: https://stackoverflow.com/questions/467793/how-do-i-convert-a-pdf-document-to-a-preview-image-in-php Thanks Bigin! |