PDFClownNETCore 1.0.0-alpha1
dotnet add package PDFClownNETCore --version 1.0.0-alpha1
NuGet\Install-Package PDFClownNETCore -Version 1.0.0-alpha1
<PackageReference Include="PDFClownNETCore" Version="1.0.0-alpha1" />
paket add PDFClownNETCore --version 1.0.0-alpha1
#r "nuget: PDFClownNETCore, 1.0.0-alpha1"
// Install PDFClownNETCore as a Cake Addin #addin nuget:?package=PDFClownNETCore&version=1.0.0-alpha1&prerelease // Install PDFClownNETCore as a Cake Tool #tool nuget:?package=PDFClownNETCore&version=1.0.0-alpha1&prerelease
PDF Clown .NET CORE
PDF Clown is an open-source general-purpose library for manipulating PDF documents through multiple abstraction layers, rigorously adhering to PDF 1.7 Specification (ISO 32000-1). Available for Java and .NET platforms.
The original version of PDF Clown (by Stefano Chizzolini) could only be used on windows devices due to its use of GDI libriries. This project is a fork that aims to make a .NET core compatible drop in replacement of PDF Clown that can be used in situations when one required cross platform compatibility if required.
The original project can be found here: https://pdfclown.org/
Please note printing has been disabled in this version for cross platform compatibility as the print dialogs would be different in each platform and in some cases (e.g. asp.net) would not make sense. If you require this functionality please use the original.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- Microsoft.Windows.Compatibility (>= 6.0.0)
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.0.0-alpha1 | 6,962 | 6/15/2022 |
Initial Release