Skip to content

PdfLibrary v0.0.10-beta

Pre-release
Pre-release

Choose a tag to compare

@lxman lxman released this 13 Dec 23:08

Beta Pre-release

This is a pre-release version of PdfLibrary with recent improvements and bug fixes.

What's Included

  • Complete PDF rendering engine with SkiaSharp
  • Fluent builder API for PDF creation
  • Support for fonts, images, colors, and graphics
  • Interactive forms, annotations, and bookmarks
  • Encryption support (RC4, AES-128, AES-256)

Recent Fixes

  • JPEG Decoding: Fixed critical issues with non-interleaved JPEG scans
  • Image Rendering: Improved JPEG image handling in PDFs
  • JpegLibrary: Updated to include marker detection and bit buffer fixes

Known Limitations

  • This version uses a forked JpegLibrary with pending upstream PR
  • Some advanced PDF features still in development (see CHANGELOG.md)

Installation

dotnet add package Lxman.PdfLibrary --version 0.0.10-beta
dotnet add package Lxman.PdfLibrary.Rendering.SkiaSharp --version 0.0.10-beta

See CHANGELOG.md for full details.