DtronixPdf is a .NET 8.0 library to handle interactions with PDFs via the PDFium library which is inherently not thread safe. This library will serialize all calls which are made to the PDFium backend and execute them all on a single thread via a dispatcher. Results are then returned through Tasks to the calling site.
Supports Linux-x64, OSX-x64, Win-x64, Win-x86.
- Nuget Package.
- Manual building.
dotnet build -c Release
- .NET 8.0
- https://github.com/Dtronix/PDFiumCore
- https://pdfium.googlesource.com/pdfium/
- https://github.com/bblanchon/pdfium-binaries
- https://github.com/mono/CppSharp
MIT License