Skip to content

Commit 2dfbb69

Browse files
committed
Update README.md
1 parent 0e2fd41 commit 2dfbb69

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
1-
Ghostscript.NET v.1.1.6
2-
=======================
1+
**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.
32

4-
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.
5-
6-
**NuGet: PM> Install-Package Ghostscript.NET**
7-
8-
Contains
9-
-----------------------
3+
**Contains**
104
* GhostscriptViewer - View PDF, EPS or multi-page PostScript files on the screen
115
* GhostscriptRasterizer - Rasterize PDF, EPS or multi-page PostScript files to any common image format.
126
* GhostscriptProcessor - An easy way to call a Ghostscript library with a custom arguments / switches.
137
* GhostscriptInterpreter - The PostScript interpreter.
148

15-
Other features
16-
-----------------------
9+
**Other features**
1710
* allows you to rasterize files in memory without storing the output to disk.
1811
* supports zoom-in and zoom-out.
1912
* supports progressive update.
2013
* allows you to run multiple Ghostscript instances simultaneously within a single process.
2114
* compatible with 32-bit and 64-bit Ghostscript native library.
15+
16+
**LICENSE**
17+
18+
Ghostscript.NET is distributed under the GNU Affero General Public License (see COPYING file).
19+
20+
Josip Habjan

0 commit comments

Comments
 (0)