Skip to content

v2.2.2

Compare
Choose a tag to compare
@rchennafi rchennafi released this 02 Aug 19:04
· 8 commits to main since this release

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