Ghostscript.NET
1.1.4
See the version list below for details.
dotnet add package Ghostscript.NET --version 1.1.4
NuGet\Install-Package Ghostscript.NET -Version 1.1.4
<PackageReference Include="Ghostscript.NET" Version="1.1.4" />
paket add Ghostscript.NET --version 1.1.4
#r "nuget: Ghostscript.NET, 1.1.4"
// Install Ghostscript.NET as a Cake Addin #addin nuget:?package=Ghostscript.NET&version=1.1.4 // Install Ghostscript.NET as a Cake Tool #tool nuget:?package=Ghostscript.NET&version=1.1.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.
Product | Versions 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. |
This package has no dependencies.
NuGet packages (16)
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. |
|
ForEach.Reporting
ForEach Pdf Reporting Engine |
|
PDFParser-CSharp
Package Description |
|
DRMS_OCRToolkit
An API used for interacting with Google Vision while also handling the database interactions. |
|
JPVTech.Hive.Helper
Package Description |
GitHub repositories (5)
Showing the top 5 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 / 图书馆集成系统
|
|
pgodwin/PdfShrinker
A quick Windows App to Compress PDF and Word/Publisher Files with Ghostscript
|
Version | Downloads | Last updated |
---|---|---|
1.2.3.1 | 137,935 | 8/1/2023 |
1.2.3 | 454,127 | 3/9/2021 |
1.2.2 | 5,588 | 2/4/2021 |
1.2.1 | 1,096,595 | 12/13/2016 |
1.2.0 | 305,781 | 2/5/2015 |
1.1.9 | 19,801 | 7/30/2014 |
1.1.8 | 27,555 | 5/8/2014 |
1.1.7.2 | 1,668 | 4/29/2014 |
1.1.5 | 2,961 | 3/20/2014 |
1.1.4 | 5,438 | 2/14/2014 |
1.1.3 | 1,753 | 2/5/2014 |
1.1.2 | 2,232 | 12/13/2013 |
1.1.1 | 1,838 | 10/9/2013 |
1.1.0 | 1,564 | 10/7/2013 |
1.0.9 | 1,687 | 9/27/2013 |
1.0.8 | 13,993 | 9/24/2013 |
Fixed problem with applying GraphicsAlphaBits and TextAlphaBits which improved antialiasing in GhostscriptViewer and GhostscriptRasterizer. Fixed problem with output through main stderr callback handler. Added support for MemoryStream in the GhostscriptPdfInfo.GetInkCoverage method. Added GraphicsAlphaBits and TextAlphaBits properties in GhostscriptViewer and GhostscriptRasterizer so antialiasing can now be changed from outside.