【发布时间】:2015-08-06 04:35:53
【问题描述】:
当我尝试从特殊的 PDF 文件(GeneratePageThumbs 与其他 PDF 文件配合使用)生成缩略图时遇到问题。当我调用 Ghostscript(x86) 的 GeneratePageThumbs 方法时出现异常,如下所示:
在 GhostscriptSharp.GhostscriptWrapper.CallAPI(String[] args) 在 GhostscriptSharp.GhostscriptWrapper.GeneratePageThumbs(字符串 inputPath, 字符串 outputPath, Int32 firstPage, Int32 lastPage, Int32 宽度,Int32 高度)在 GhostscriptSharp.GhostscriptWrapper.GeneratePageThumb(字符串 inputPath, String outputPath, Int32 page, Int32 width, Int32 height)
此处的特殊 PDF 文件: http://www.filedropper.com/201573
请帮帮我。
【问题讨论】:
标签: pdf ghostscript