views:

37

answers:

2

How to display PDF thumbnails in ASP page

A: 

Have you looked at this? Mapsoft ThumbNails

egrunin
A: 

There is no built in functionality for ASP to process and manipulate PDF files. You will need to install a custom component on your server, make sure your webhost allows this, or ask them for a list of installed objects as they often have ones that will do what you want.

A good free on is GFlax: http://download.cnet.com/GFLAx/3000-10248_4-10327603.html

It will allow you to chop a PDF up into seperate JPEG files, and from there you can get the object to resize the JPEGs into different thumbnail sizes for your needs.

The GFlax documentation should get you started.

Tom Gullen