Click here to Skip to main content
15,880,503 members
Articles / Web Development / ASP.NET

Generate Thumbnail Images from PDF Documents

Rate me:
Please Sign up or sign in to vote.
4.90/5 (111 votes)
11 May 200410 min read 984.1K   28.3K   300  
This article presents VB.NET code to create thumbnail images from a directory of Adobe Acrobat PDF documents using the .NET Framework.
<?xml version="1.0" encoding="us-ascii"?>
<doc>
  <assembly>
    <name>PDFThumbnail</name>
    <version>1.0.1479.42171</version>
    <fullname>PDFThumbnail, Version=1.0.1479.42171, Culture=neutral, PublicKeyToken=null</fullname>
  </assembly>
  <members />
</doc>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United Kingdom United Kingdom
Jonathan Hodgson works as Software Developer in London, UK.

He started programming in the '80s on a trusty 48k Spectrum before moving to PC development in the early 90s. During the working week most of his time is spent involved in application development both Windows and Web-based; .NET, C#, ASP.NET, SQL Server.

He is a Microsoft Certified Software Developer (MCSD) and MCP for developing web applications using ASP.NET in C# and is always looking for new projects and challenges to work on.

http://www.jonathanhodgson.co.uk/

Comments and Discussions