OmniPdf 6.0.1
OmniPdf is a .NET library for converting HTML into PDF documents. The library is .NET Standard 2.0 library using 100% managed code. It will run on .NET Framework (4.6.1 or higher) and .NET Core (2.0 or higher). Applications using .NET Core can generate PDF documents on all .NET Core supported operating systems (Windows, Mac, Linux).
OmniPdf is designed with modern, agile development methods in mind. The library is accessed through interfaces so you can use dependency injection and unit testing without any additional effort.
It is very easy to get started with OmniPdf. Take a look at https://omnipdf.com/ for more details. Or email us at support@omnipdf.com if you have any questions, comments, concerns, or just want to say hi.
This software is fully functional and can be used as a trial to make sure it works for your application. Once you are happy with OmniPdf, purchase a license key and add it to your applicaton. The watermark will no longer appear.
Install-Package OmniPdf -Version 6.0.1
dotnet add package OmniPdf --version 6.0.1
<PackageReference Include="OmniPdf" Version="6.0.1" />
paket add OmniPdf --version 6.0.1
Dependencies
-
.NETFramework 4.6.1
- SixLabors.ImageSharp (>= 1.0.0-beta0007)
-
.NETStandard 2.0
- SixLabors.ImageSharp (>= 1.0.0-beta0007)
GitHub Usage
This package is not used by any popular GitHub repositories.