Skip to content

Repository files navigation

codecov.NET 10.NET 9.NET 8NuGetLicenseDocker

CreatePdf.NET

A simple, .NET library for PDF creation with text and bitmap rendering.

Usage

usingCreatePdf.NET;awaitPdf.Create(Dye.Black).AddText("Hello World").SaveAsync("text.pdf");awaitPdf.Create().AddPixelText("Hello World").SaveAsync("pixel.pdf");awaitPdf.Create().AddText("Hello World!",color:Dye.Blue,size:TextSize.Large).AddLine().SaveAndOpenAsync("opens-the-pdf.pdf");awaitPdf.Create(Dye.White).AddPixelText("Hello World!",textColor:Dye.Red,backgroundColor:Dye.Brown,size:PixelTextSize.Medium).AddLines(5).SaveAndShowDirectoryAsync("opens-the-directory.pdf");

Installation

dotnet add package CreatePdf.NET

Requirements

  • .NET 8.0, 9.0, or 10.0 SDK

License

This project is licensed under the MIT License.

About

A simple .NET library for PDF creation with text and bitmap rendering, plus optional OCR functionality

Topics

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages