Artifex.Ghostscript.NET 1.2.4

Suggested Alternatives

Ghostscript.NET

Additional Details

This package is no longer maintained.

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

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

Crafted in C#, this is the most comprehensive managed wrapper library available for the Ghostscript library, which supports both 32-bit and 64-bit systems. Ghostscript itself serves as an interpreter for the PostScript language, as well as for PDF files, along with associated 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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.4 244 10/7/2023

Resolved the problem with PDF media calculations that was causing blank pages in the rendered PDF.

When Ghostscript.NET parses comments like "%%BoundingBox", it expects line to end with either \n (Unix) or \r\n (Windows). This patch adds support for files generated on Apple devices where lines ends with '\r'.

Adjusted for Ghostscript 10.02.