tags:

views:

858

answers:

1

How can I get the image from a .pdf file into a System.Drawing.Bitmap?

+1  A: 

For anything having to do with PDFs in .NET I recommend iText#

It looks like it is possible to extract images but I have not had a chance to test this.

Hope this helps and good luck :)

Andy Webb
My experience with both iText# and PdfSharp is that they're better at writing pdf files than reading them.
Joel Coehoorn
@Joel - Wish I could +1 a comment. ;)
Mark Brackett