使用dll的带有C#的Ghostscript

本文关键字:Ghostscript dll 使用 | 更新日期: 2023-09-27 18:24:18

我想使用ghostscript将PDF转换为图像。在C#中使用Process类非常简单。我想要的是在C#中使用gsdll32.lib或gsdll32.dll,并能够使用gswin32c 在命令行上执行以下命令

gs9.14''bin''gswin32c -Igs9.14''lib;fonts -dSAFER -dNumRenderingThreads=2 -dBATCH -dUseCropBox -dNOPAUSE -sPDFPassword='"'" -sDEVICE=png16m  -r200 -sOutputFile='"output'"

是否有任何可用的包装器或任何其他我可以使用的方式,因为当我简单地尝试在C#项目中添加对gsdll32.dll的引用时,我会得到以下错误:

The reference could not be added. Please make sure that the file is accesible, and that it is a valid assembly or COM component.

使用dll的带有C#的Ghostscript

就在我建议您查看Josip Habjan的Ghostscript.NET之前,您已经注销了IRC。