Ghostscript.NET 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Ghostscript.NET --version 1.1.0
NuGet\Install-Package Ghostscript.NET -Version 1.1.0
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.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ghostscript.NET --version 1.1.0
#r "nuget: Ghostscript.NET, 1.1.0"
#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.1.0

// Install Ghostscript.NET as a Cake Tool
#tool nuget:?package=Ghostscript.NET&version=1.1.0

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

AAM.Helpers.Desktop

A nuget package that contains helper classes for recording audio and video.

GitHub repositories (4)

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

Repository Stars
cognidox/OfficeToPDF
A command line tool to convert Microsoft Office documents to PDFs
A9T9/Free-Ocr-Windows-Desktop
Free open-source OCR application for the Windows Desktop - A modern GUI front-end for the Tesseract OCR engine. The application also includes support for reading and OCR'ing PDF files.
robela/OCR-Invoice
a console application that would run on Windows server to scan user’s Bill and Receipts, which are either captured by camera or in form of an electronic file like pdf etc. 1. All the invoices/receipts will be uploaded on server in a folder 2. The uploaded invoices/receipts will be scanned by OCR app and extract following information from the file and put them in database table - Vendor/Party Name - Invoice date - Tax amount - Total amount - Line items(Item Name, Item Qty, Item rate, Item Tax & Item Amount) 3. The processing of OCR should be done with 90% of accuracy 4. Application designed be able to handle the noise & quality of the uploaded invoice images.
DigitalPlatform/dp2
Integrated Library System / 图书馆集成系统
Version Downloads Last updated
1.2.3.1 50,465 8/1/2023
1.2.3 387,464 3/9/2021
1.2.2 5,226 2/4/2021
1.2.1 1,028,770 12/13/2016
1.2.0 282,461 2/5/2015
1.1.9 17,746 7/30/2014
1.1.8 24,587 5/8/2014
1.1.7.2 1,594 4/29/2014
1.1.5 2,824 3/20/2014
1.1.4 5,236 2/14/2014
1.1.3 1,698 2/5/2014
1.1.2 2,173 12/13/2013
1.1.1 1,791 10/9/2013
1.1.0 1,492 10/7/2013
1.0.9 1,627 9/27/2013
1.0.8 13,888 9/24/2013

Added GhostscriptViewer state handling (SaveState, RestoreState)
GhostscriptRasterizer constructor is extended in order to support usage of the existing GhostscriptViewer instance.
Fixed problem while using a 32-bit assembly with 32-bit version of Ghostscript on 64-bit Windows: It couldn't find a registry key of installed Ghostscript. Reported and fixed by "r0land".