tags:

views:

60

answers:

2

How do I extract an image from a pdf file, using c#? Thanks!

+1  A: 

You could use iTextSharp. Here's an example.

Darin Dimitrov
That example is not working for my pdf file. It is a pdf file created using VeryPDF, not sure if that has any bearing on the code you referenced not working.
zhar
A: 

You can use "PDF To Image Converter" to convert pdf files to image files, and this tool supports command line, so you can call it from your application, you can get more information from http://www.convertzone.com/all/go-pdf%20to%20image%20converter-1-1.htm

regards
flyaga

flyaga