Ghostscript.NET 1.2.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Ghostscript.NET --version 1.2.1
NuGet\Install-Package Ghostscript.NET -Version 1.2.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Ghostscript.NET" Version="1.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ghostscript.NET --version 1.2.1
#r "nuget: Ghostscript.NET, 1.2.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Ghostscript.NET as a Cake Addin
#addin nuget:?package=Ghostscript.NET&version=1.2.1

// Install Ghostscript.NET as a Cake Tool
#tool nuget:?package=Ghostscript.NET&version=1.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.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (14)

Showing the top 5 NuGet packages that depend on Ghostscript.NET:

Package Downloads
ImageProcessor.Plugins.PDF

A plugin for ImageProcessor adding PDF as a recognized input format. This allows you to easily show thumbnails from PDF's.

PDFParser-CSharp

Package Description

DRMS_OCRToolkit

An API used for interacting with Google Vision while also handling the database interactions.

ForEach.Reporting

ForEach Pdf Reporting Engine

JPVTech.Hive.Helper

Package Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Ghostscript.NET:

Repository Stars
cognidox/OfficeToPDF
A command line tool to convert Microsoft Office documents to PDFs
Version Downloads Last updated
1.2.3.1 61,025 8/1/2023
1.2.3 395,847 3/9/2021
1.2.2 5,295 2/4/2021
1.2.1 1,037,914 12/13/2016
1.2.0 285,664 2/5/2015
1.1.9 17,831 7/30/2014
1.1.8 24,946 5/8/2014
1.1.7.2 1,598 4/29/2014
1.1.5 2,839 3/20/2014
1.1.4 5,251 2/14/2014
1.1.3 1,699 2/5/2014
1.1.2 2,174 12/13/2013
1.1.1 1,792 10/9/2013
1.1.0 1,494 10/7/2013
1.0.9 1,629 9/27/2013
1.0.8 13,900 9/24/2013

Fixed offset error in StdIn buffering.
Fixed problem with keeping whitespace return from the StdIn callbacks.
Fixed problem with GhostscriptProcessor and current page handling event.
Fixed problem with PDF signature/marker not beeing within first 32 bytes.
Fixed problem with System.ArgumentOutOfRangeException when StdOut message does not occur at beginning of the line.
Fixed problem with Amazon.Runtime.Internal.Util.HashStream.Position throw NotSupportedException.
Added ability to allow keeping native ghostscript instance within GhostscriptProcessor instance and reuse it avoiding multiple library load/free especially when loaded from memory.
GhostscriptRasterizer - added a constructor to allow capture of IO using GhostscriptStdIO (Rasterizer samples updated with example of using GhostscriptStdIO)
GhostscriptViewer - added GridFitTT=0 to improve text quality.
GhostscriptViewer - added public setter for DPI settings in viewer.
GhostscriptViewre - change zoom method to public.
GhostscriptViewer - set test to false by default in Zoom method.
GhostscriptViewer - changed ShowAfterOpen to public to set parameters without having to generate a pdf