PdfLibrary v0.0.10-beta
Pre-release
Pre-release
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-betaSee CHANGELOG.md for full details.