问题标签 [ghostscript.net]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ghostscript.net - 打开流时出现 Ghostscript.Net 错误
我正在使用 Ghostscript.Net (v1.2.3) 在我的 .NETCore (v3.1) Web 应用程序中从 PDF 创建图像。
我正在尝试像这样打开上传的 PDF 文件的流。
但是我在 Open() 函数上遇到错误: 调用“gsapi_init_with_args”时发生错误:-15
仔细一看,-15 是一个gs_error_rangecheck ,在这里的 ghostscript 函数中,如果出现以下情况,据说会引发此错误:“如果超出范围,则返回 gs_error_rangecheck。 ”
流似乎是正确的,而不是空的......
安装的 ghostscript 版本是 9.52
知道我做错了什么吗?
谢谢