tags:

views:

77

answers:

2

Looking for solution to convert a specified page of a pdf file to a bitmap image.

+1  A: 

This might do the job:

http://www.o2sol.com/pdf4net/products.htm
Randy Minder
A: 

I did this in a previous project. We used ImageMagick.NET which is a wrapper of perhaps the greatest open source image manipulation API there is, ImageMagick

http://imagemagick.codeplex.com/

Yada