| How can I generate and add thumbnail images to my Custom Search for PDF files? | nytfury | 6/28/12 12:02 AM | I'm trying to build a custom search engine for the PDF files of a website. The PDF files are just stored in some directory. There's no specific/special page for each of them. Is it possible in CSE to do the generation of the thumbnails on the results |
| Re: How can I generate and add thumbnail images to my Custom Search for PDF files? | tc82 | 7/19/12 9:42 AM | Hello Am also looking for the solution. did you resolve your issue? if yes please let me know, |
| Re: How can I generate and add thumbnail images to my Custom Search for PDF files? | nytfury | 7/19/12 8:00 PM | Hi! Yes. I passed every url to the pdf file to a py script in our server that reads the pdf, converts it to an image (gs), and return the image data. |