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?
I'm using C#.
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?
I'm using C#.
If just speed is your concern, you could try a ramdisk. Assuming you are using Windows, here is a link for getting a free ramdisk driver. The obvious downside: you have to install it before.