Ghostscript.NativeAssets
10.7.1-rc.2
See the version list below for details.
dotnet add package Ghostscript.NativeAssets --version 10.7.1-rc.2
NuGet\Install-Package Ghostscript.NativeAssets -Version 10.7.1-rc.2
<PackageReference Include="Ghostscript.NativeAssets" Version="10.7.1-rc.2" />
<PackageVersion Include="Ghostscript.NativeAssets" Version="10.7.1-rc.2" />
<PackageReference Include="Ghostscript.NativeAssets" />
paket add Ghostscript.NativeAssets --version 10.7.1-rc.2
#r "nuget: Ghostscript.NativeAssets, 10.7.1-rc.2"
#:package Ghostscript.NativeAssets@10.7.1-rc.2
#addin nuget:?package=Ghostscript.NativeAssets&version=10.7.1-rc.2&prerelease
#tool nuget:?package=Ghostscript.NativeAssets&version=10.7.1-rc.2&prerelease
Ghostscript.NativeAssets
Optional NuGet package that ships Ghostscript native libraries for use with Ghostscript.NET.
Included assets
This package tracks Ghostscript 10.07.1. NuGet represents the package version as 10.7.1 because numeric version components cannot contain leading zeroes.
| RID | Included files | Status |
|---|---|---|
linux-x64 |
libgs.so |
Included |
win-x64 |
gsdll64.dll |
Included |
win-x86 |
gsdll32.dll |
Included |
The ghostscript.version metadata file next to each native library allows GhostscriptVersionInfo to report the bundled Ghostscript product version.
Usage
<PackageReference Include="Ghostscript.NET" Version="1.3.4" />
<PackageReference Include="Ghostscript.NativeAssets" Version="10.7.1" />
Ghostscript.NET resolves libraries in this order:
- Explicit path /
GhostscriptVersionInfosupplied by the caller - Bundled NativeAssets (app-local)
- System Ghostscript installation
var version = GhostscriptVersionInfo.GetPreferredVersion();
// or
if (GhostscriptVersionInfo.TryGetBundledVersion(out var bundled))
{
// use bundled
}
Licensing
This package distributes Ghostscript native binaries. Use is subject to the GNU AGPL v3 or a commercial license from Artifex.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- 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 |
|---|---|---|
| 10.7.1 | 0 | 7/22/2026 |