简体   繁体   English

使用非本地pdf的ghostscript

[英]ghostscript using nonlocal pdf

Is there any way to use the ghostscript library to work with a pdf given as a byte stream, WITHOUT saving the file itself on the local machine? 有什么方法可以使用ghostscript库处理以字节流形式给出的pdf,而无需将文件本身保存在本地计算机上?

I'm using C#. 我正在使用C#。

If just speed is your concern, you could try a ramdisk. 如果仅考虑速度,则可以尝试使用ramdisk。 Assuming you are using Windows, here is a link for getting a free ramdisk driver. 假设您使用的是Windows, 这是获取免费ramdisk驱动程序的链接 The obvious downside: you have to install it before. 明显的缺点:您必须先安装它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM