I've been looking for ways by which I can generate Thumbnails from pdf, as shown in the explorer. But the problem is that without Adobe Pro, the free version does not expose all ihe COM interfaces. Is there any other way? please help.
Asked
Active
Viewed 812 times
2 Answers
2
Ghostscript (which is what ImageMagick uses) will generate images in a wide variety of different image formats... if you need something really obscure then use the imagemagick wrapper, otherwise, I prefer the straight dope.

Mark Storer
- 15,672
- 3
- 42
- 80
-
I read ur comment on http://stackoverflow.com/questions/5449903/advanced-pdf-parser-for-java/5462554#5462554 , and I got it. :) – Biswanath Chowdhury Jun 07 '11 at 15:17
0
If you can afford a commercial option, you could use Amyuni PDF Creator ActiveX for this task, (or .Net version if that suits your needs better). Using this product you can create jpg/png/bmp images from the first page of your PDF files with the specified resolution, and then use them as thumbnails.
Disclaimer: I am part of the development team of this product.
Here are other SO questions proposing other approaches (not involving COM):
-
thank u. But is there no other *open-source* options, btw commercial apps are always welcome :) – Biswanath Chowdhury Jun 02 '11 at 14:54
-
The other 2 links that I mentioned have references to open source options, but I do not know any that can be used with COM. – yms Jun 02 '11 at 15:00
-