使用C#的PDF文件转换为图像

使用C#的PDF文件转换为图像

问题描述:

使用C#,我需要一个PDF文件转换成单独的图像的每个页面转换并显示图像。

Using C#, I need to convert each page of a PDF file into separate images and display the images.

是否有可能做到这一点,而无需使用第三方DLL?

Is it possible to do this without using a 3rd party DLL?

您也可以使用C#code是从伊斯利code项目可下载
即使用的Ghostscript

You can also use a c# code that is easly downloadable from Code Project that use Ghostscript

http://www.$c$cproject.com/KB/cs/GhostScriptUseWithCSharp.aspx