PDF viewer and editor toolset.
Перейти к файлу
DJGosnell f4904f48d1 Started work on annotations. 2023-11-17 15:08:14 -05:00
.github/workflows Extracted ImageSharp functionality and added into separate project. 2022-10-28 14:49:08 -04:00
pdf Addd tests. 2022-02-02 17:36:31 -05:00
src Started work on annotations. 2023-11-17 15:08:14 -05:00
LICENSE Updated readme with info of project. 2022-02-03 13:34:16 -05:00
README.md Updated readme with info of project. 2022-02-03 13:34:16 -05:00

README.md

DtronixPdf NuGet Action Workflow

DtronixPdf is a .NET 5.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.

Project Roadmap

Usage

Build Requirements

  • .NET 5.0

References

License

MIT License