Convert Pdf file pages to Images with itextsharp

Prithvi Raj Nandiwal picture Prithvi Raj Nandiwal · Apr 12, 2012 · Viewed 80.4k times · Source

I want to convert Pdf pages in Images using ItextSharp lib.

Have any idea how to convert each page in image file

Answer

Chris Haas picture Chris Haas · Apr 12, 2012

iText/iTextSharp can generate and/or modify existing PDFs but they do not perform any rendering which is what you are looking for. I would recommend checking out Ghostscript or some other library that knows how to actually render a PDF.