如何在网络应用程序中将PDF转换为图像?
我正在关注此link进行转换;它在窗口应用程序中运行良好,但在Web应用程序中,
Clipboard.GetImage().Save(outimg, outPutImageFormat);
它抛出了这个例外,
System.NullReferenceException:未将对象引用设置为对象的实例。
我如何在Web应用程序中实现它?
答案 0 :(得分:3)
这是解决方案:
1。)https://ghostscriptnet.codeplex.com/(Ghostscript库的包装器)
2。)https://ghostscriptnet.codeplex.com/SourceControl/latest#Ghostscript.NET/Ghostscript.NET.Samples/Samples/DeviceUsageSample.cs GhostscriptDevice使用示例
答案 1 :(得分:0)
如何使用它:
LibPDF库转换将PDF文件转换为图像。支持的图像格式是PNG和BMP,但您可以轻松添加更多。