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
2009-04-01 23:58:47
My experience with both iText# and PdfSharp is that they're better at writing pdf files than reading them.
Joel Coehoorn
2009-04-02 00:01:59
@Joel - Wish I could +1 a comment. ;)
Mark Brackett
2009-04-02 00:02:47