Skip to content

Commit a20a949

Browse files
committed
Update README.md
1 parent bfbb0c1 commit a20a949

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Diff for: README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
1-
Ghostscript.NET
2-
===============
1+
Ghostscript.NET v.1.1.6
2+
=======================
33

44
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.
55

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

1313
Other features
14-
---------------
14+
-----------------------
1515
* allows you to rasterize files in memory without storing the output to disk.
1616
* supports zoom-in and zoom-out.
1717
* supports progressive update.
1818
* allows you to run multiple Ghostscript instances simultaneously within a single process.
1919
* compatible with 32-bit and 64-bit Ghostscript native library.
2020

21-
NuGet: PM> Install-Package Ghostscript.NET
21+
22+
**NuGet: PM> Install-Package Ghostscript.NET**

0 commit comments

Comments
 (0)