Skip to content

Releases: ApryseSDK/pdftron-go

v2.2.8

20 Mar 22:50

Choose a tag to compare

Update for Apryse SDK 10.8.

v2.2.7

07 Feb 21:56

Choose a tag to compare

Update for Apryse SDK 10.7

v2.2.6

08 Dec 20:46

Choose a tag to compare

Corrects issue with ARM support and hotfixes an SDK issue when widgets were used.

v2.2.5

06 Dec 22:38

Choose a tag to compare

Updates Apryse SDK to 10.6.0.

ARM64 support has also been added for Linux.

Alpine was verified to work, but is not included in the package available via pkg.go.dev. Please refer to our PDFNetWrappers repository to build Alpine directly.

v2.2.4

26 Oct 23:31

Choose a tag to compare

Updates Apryse SDK to 10.5.0.

Build time for the library has also been greatly decreased.

v2.2.3

13 Sep 17:04

Choose a tag to compare

v2.2.2

02 Aug 19:04

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

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

Choose a tag to compare

Updates Apryse SDK to 10.2.

v2.1.0

10 May 15:48
af22de7

Choose a tag to compare