GhostScriptSharp 1.3.1.4

dotnet add package GhostScriptSharp --version 1.3.1.4
NuGet\Install-Package GhostScriptSharp -Version 1.3.1.4
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="GhostScriptSharp" Version="1.3.1.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GhostScriptSharp --version 1.3.1.4
#r "nuget: GhostScriptSharp, 1.3.1.4"
#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 GhostScriptSharp as a Cake Addin
#addin nuget:?package=GhostScriptSharp&version=1.3.1.4

// Install GhostScriptSharp as a Cake Tool
#tool nuget:?package=GhostScriptSharp&version=1.3.1.4

A very simple .NET wrapper for Ghostscript 1.1 pdf conversion toolkit

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 (2)

Showing the top 2 NuGet packages that depend on GhostScriptSharp:

Package Downloads
ApprovalTests.BetterPdfVerification

ApprovalTests extension that normalizes pdfs to allow for better pdf verification

KuboEstudio.PDFManager

Wrapper to interact with PDF Files.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on GhostScriptSharp:

Repository Stars
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.
Version Downloads Last updated
1.3.1.4 487,106 6/2/2014
1.3.1.2 2,667 6/2/2014
1.3.1.1 2,111 6/2/2014
1.3.1 4,632 11/23/2013
1.3.0 12,667 4/24/2012
1.2.0 2,566 4/24/2012
1.1.0 48,708 4/24/2012

Removed need to stick gsdll into your repository. It is now copied out of the package directory