PDFClownNETCore 1.0.0-alpha1

This is a prerelease version of PDFClownNETCore.
dotnet add package PDFClownNETCore --version 1.0.0-alpha1
NuGet\Install-Package PDFClownNETCore -Version 1.0.0-alpha1
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="PDFClownNETCore" Version="1.0.0-alpha1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PDFClownNETCore --version 1.0.0-alpha1
#r "nuget: PDFClownNETCore, 1.0.0-alpha1"
#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 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 5,478 6/15/2022

Initial Release