Ghostscript.NET 1.2.0

dotnet add package Ghostscript.NET --version 1.2.0
NuGet\Install-Package Ghostscript.NET -Version 1.2.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.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ghostscript.NET --version 1.2.0
#r "nuget: Ghostscript.NET, 1.2.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.2.0

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

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.0 5,607 2/5/2015
1.1.9 3,445 7/30/2014
1.1.8 907 5/8/2014
1.1.7.2 86 4/29/2014
1.1.5 186 3/20/2014
1.1.4 228 2/14/2014
1.1.3 113 2/5/2014
1.1.2 177 12/13/2013
1.1.1 81 10/9/2013
1.1.0 60 10/7/2013
1.0.9 79 9/27/2013
1.0.8 84 9/24/2013

Fixed problem with checking for pdf file header signature in pdf files that has extra bytes at the beginning of the file before the actual signature. Fixed problem with the page rasterized to Image object which is kept in memory being disposed after the hostscriptRasterizer is closed. Added ability to set custom switches for GhostscriptRasterizer and GhostscriptViewer. Added more usage examples.