Skip to content

v2.4.1

Latest

Choose a tag to compare

@brtdv brtdv released this 09 Feb 10:25
· 6 commits to master since this release
30fc1d9

This release fixes parsing of UBL invoices containing large embedded attachments.

Bug Fixes

  • Reader: Enable LIBXML_PARSEHUGE to support parsing UBL documents with large base64-encoded PDF attachments (>10MB). Previously, libxml would throw "huge text node" errors when encountering large embedded binary objects. (Fixes #168)