A managed wrapper library around the Ghostscript library, an interpreter for the PostScript language, PDF, related software and documentation.
- Ghostscript.NET
- Version :1.1.9
- License :Mozilla Public License
- OS :Windows All
- Publisher :Josip Habjan
Ghostscript.NET Description
Ghostscript.NET will provide programmers with the ability to run multiple instances of the Ghostscript library simultaneously, as Ghostscript does not support this out-of-the-box.
With Ghostscript.NET, you can achieve this by using the included Microsoft.WinAny.Helper library as well as its DynamicNativeLibrary class that can load a native library from the memory and not the disk. By doing this, all Ghostscript instances are running in their very own context.