Convert Pdf file pages to Images with itextsharp

后端 未结 4 1110
南方客
南方客 2020-11-30 09:48

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

Have any idea how to convert each page in image file

4条回答
  •  失恋的感觉
    2020-11-30 10:23

    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.

提交回复
热议问题