tags:

views:

15

answers:

1

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#.

A: 

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.

Doc Brown
it's not about the speed. it's about the storage itself. thanks for the answer though.
Catalin Florea