我想使用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.