Skip to content

Iterad-Science/Iterad.Ghostscript.Core

 
 

Repository files navigation

Iterad.Ghostscript.Core

A managed wrapper library around Ghostscript. Interact with Ghostscript as installed executable or dll.

Ghostscript is an interpreter for the PostScript language provided by Artifex Software Inc. through the AGPL License. https://artifex.com/licensing/agpl/

*NuGet: PM> Install-Package Iterad.Ghostscript.NET

Components

  • GhostscriptViewer - Display PDF, EPS or multi-page PostScript files.
  • GhostscriptRasterizer - Rasterize PDF, EPS or multi-page PostScript files to any common image format.
  • GhostscriptProcessor - Call a Ghostscript library with a custom arguments / switches.
  • GhostscriptInterpreter - The PostScript interpreter.

Features

  • Rasterize files in memory without storing the output to disk. (unconfirmed).
  • Zoom-in and zoom-out.
  • Progressive update.
  • Run multiple Ghostscript instances simultaneously within a single process.
  • Compatible with Windows Ghostscript exe or dll (32-bit & 64-bit).

VERSION-HISTORY

VERSION-HISTORY.md

LICENSE

LICENSE.md

Iterad.Ghostscript.NET is distributed under the GNU Affero General Public License

COPYRIGHT

COPYRIGHT.md

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%