Skip to content

Releases: Dtronix/DtronixPdf

DtronixPdf v1.3.0.0 Released

30 Jan 16:02
92339ac
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.3.0.0

DtronixPdf v1.2.1 Released

03 Sep 19:50
Compare
Choose a tag to compare
Upgrade to latest PdfiumCore.

DtronixPdf v1.2.0 Released

03 Sep 19:39
Compare
Choose a tag to compare
  • 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

03 Oct 22:49
Compare
Choose a tag to compare

DtronixPdf v1.1.2.0 Released

08 Feb 06:47
Compare
Choose a tag to compare
Updated for new core libraries.

DtronixPdf v1.1.1 Released

10 Nov 15:03
Compare
Choose a tag to compare

DtronixPdf v1.1.0 Released

09 Nov 23:40
Compare
Choose a tag to compare

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

13 Apr 15:10
Compare
Choose a tag to compare

DtronixPdf v1.0.1 Released

15 Mar 23:07
Compare
Choose a tag to compare

DtronixPdf v1.0.0 Released

03 Feb 18:35
Compare
Choose a tag to compare