﻿IronPdf  - The Pdf Library for .Net 
=============================================================
Quickstart:  https://ironpdf.com/
	

Installation for .Net Framework 4.6.2 - .Net Framework 4.8
=============================================================
- Include all assemblies from netstandard2.0 folder into your project
- Add a Nuget Package Reference to:
	* System.Memory 4.5.5
	* System.Runtime.CompilerServices.Unsafe 5.0.0
 

Installation for .Net Standard & .Net Core 2.0+  & .Net 5
=============================================================
- Include all assemblies from netstandard2.0 folder into your project
 

Installation for .Net 6+
=============================================================
- Include all assemblies from netstandard2.0 folder into your project
- NOTE: If you use SixLabors.ImageSharp 3.0.0 or higher, please use the IronPdf NuGet package

Compatibility
=============================================================
Supports applications and websites developed in
- .Net FrameWork 4.6.2 (and above) for Windows and Azure
- .Net Core 2, 3 (and above) for Windows, Linux, MacOs and Azure
- .Net 5 for Windows, Linux, MacOs and Azure
- .Net 6 for Windows, Linux, MacOs and Azure
- .Net 7 for Windows, Linux, MacOs and Azure