Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 902 Bytes

File metadata and controls

15 lines (12 loc) · 902 Bytes

Ghostscript.NET is the most completed managed wrapper library around the Ghostscript library - an interpreter for PDF and PostScript files.

Ghostscript can be provided via a system install or the optional Ghostscript.NativeAssets NuGet package (app-local binaries).

Features

  • View PDF, EPS or multi-page PostScript files on the screen.
  • Rasterize PDF, EPS or multi-page PostScript files to any common image format.
  • An easy way to call a Ghostscript library with a custom arguments / switches.
  • Allows you to rasterize files in memory without storing the output to disk.
  • Supports zoom-in and zoom-out.
  • Supports progressive update.
  • Allows you to run multiple Ghostscript instances simultaneously within a single process.
  • Compatible with 32-bit and 64-bit Ghostscript native library.
  • Optional bundled native libraries via Ghostscript.NativeAssets.