Releases: Dtronix/DtronixPdf
Releases · Dtronix/DtronixPdf
DtronixPdf v1.3.0.0 Released
What's Changed
- FIX: Thread Safety by @DJGosnell in #16
- Feature Request: Add GetText method to PdfPage by @majorsilence in #15
New Contributors
- @majorsilence made their first contribution in #15
Full Changelog: v1.2.1...v1.3.0.0
DtronixPdf v1.2.1 Released
Upgrade to latest PdfiumCore.
DtronixPdf v1.2.0 Released
- Updated base .net to 8.
- Removed all references to DtronixCommon. the viewports now use Vector128. The order of the items needs to be MinX, MinY, MaxX, MaxY.
DtronixPdf v1.1.3 Released
Changes
Fix for #10
DtronixPdf v1.1.2.0 Released
Updated for new core libraries.
DtronixPdf v1.1.1 Released
Full Changelog: v1.1.0...v1.1.1
DtronixPdf v1.1.0 Released
There are quite a few braking changes. I regret issuing this as a 1.0 version previously.
Breaking Changes
There are no longer any asynchronous methods. If you want to use the library as asynchronous, as before, you now should wrap calls in Task.Run()
calls. It was a mistake to use the dispatcher for serializing the calls to Pdfium.
var document = await Task.Run(() => PdfDocument.Load("file.pdf", null));
What's Changed
- Async Removal and Public RenderPageAction by @DJGosnell in #7
Full Changelog: v1.0.1.1...v1.1.0
DtronixPdf v1.0.1.1 Released
Full Changelog: v1.0.1...v1.0.1.1
DtronixPdf v1.0.1 Released
Full Changelog: v1.0.0...v1.0.1