views:

1284

answers:

2

What would be the best method to create thumbnails generated from supplied pdf's using C#? The solution would have to run on Windows Server 2008 and will ultimately be ported to Azure.

+2  A: 

Have a look at http://tallcomponents.net/ they have fully managed PDF libraries including a free PDF Thumbnailing component.

I use GhostScript and have a C# wrapper for the GhostScript dll (see http://redmanscave.blogspot.com/), I give this away free, however GhostScript wont be available on Azure.

Mark Redman
Will mark this answer correct if I receive a reply from the afore mentioned company as to Azure compatibility.
Nicholas Murray
Never received an answer from Tall Components but I can confirm that as managed .Net code it runs on Azure fine.
Nicholas Murray
A: 

pdfNet from pdfTron is one commercial solution that's very capable of creating thumbnails. I forget the reseller, but Adobe also has a similar product offering. It reders images faster than pdfNet.

Jason D