Generating dynamic thumbnail of a PDF for ASP.NET
Posted
by Anjisan
on Stack Overflow
See other posts from Stack Overflow
or by Anjisan
Published on 2008-10-13T18:35:02Z
Indexed on
2010/05/11
18:54 UTC
Read the original article
Hit count: 326
I've used a tool from Aspose (Aspose.PDF.kit) to generate a JPG thumbnail on the fly of a PDF for a .NET application. This works great, but what kind of other alternatives are there? Codeproject.com has this tutorial, but it requires you to have the full version of Acrobat.
Is there an open source alternative that's geared for ASP.NET?
© Stack Overflow or respective owner