Skip to content

Releases: ApryseSDK/pdftron-go

v2.2.3

13 Sep 17:04
Compare
Choose a tag to compare

v2.2.2

02 Aug 19:04
Compare
Choose a tag to compare

https://docs.apryse.com/documentation/linux/changelog/10-3-0/

Go specific changes:

  • Can now check for NIL when retrieving a PDF object, below is example of how usage would change
    itr.Current().GetValue().GetMp_obj().Swigcptr() != 0 -> itr.Current().GetValue() != nil

v2.2.1

23 Jun 17:50
Compare
Choose a tag to compare

SDK hotfix for 2.2.0. Should be used in place of v2.2.1.

v2.2.0

21 Jun 18:06
Compare
Choose a tag to compare

Updates Apryse SDK to 10.2.

v2.1.0

10 May 15:48
af22de7
Compare
Choose a tag to compare

v2.0.0

29 Mar 20:49
Compare
Choose a tag to compare

Upgrades Apryse SDK to 10.0

Restructures how this package works. This package is now usable in an expected way for a Golang package and can be imported via a require without additional work.

Adds Mac ARM support.

v1.2.0

04 Mar 01:37
Compare
Choose a tag to compare
Updated PDFTron-Go with PDFNet 9.4 library.

1.1.0

16 Feb 17:40
Compare
Choose a tag to compare
  • Updated PDFTron-Go with PDFNet 9.2 library.
  • Updated Sample codes/scripts.