Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jhabjan committed Apr 25, 2014
1 parent bfbb0c1 commit a20a949
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
Ghostscript.NET
===============
Ghostscript.NET v.1.1.6
=======================

Ghostscript.NET (written in C#) is the most completed managed wrapper library around the Ghostscript library (32-bit & 64-bit), an interpreter for the PostScript language, PDF, related software and documentation.

Contains
---------------
-----------------------
* GhostscriptViewer - View PDF, EPS or multi-page PostScript files on the screen
* GhostscriptRasterizer - Rasterize PDF, EPS or multi-page PostScript files to any common image format.
* GhostscriptProcessor - An easy way to call a Ghostscript library with a custom arguments / switches.
* GhostscriptInterpreter - The PostScript interpreter.

Other features
---------------
-----------------------
* 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.

NuGet: PM> Install-Package Ghostscript.NET

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

0 comments on commit a20a949

Please sign in to comment.