Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix TypeError: cannot unpack non-iterable PDFObjRef object, when unpa…
…cking the value of 'DW2' (#529) Closes #518 * Fix TypeError: cannot unpack non-iterable PDFObjRef object, when unpacking the value of 'DW2' An error is occured when the 'DW2' key contains a PDFObjRef object instead of a list of int values, e.g: 'DW2': <PDFObjRef:152>. To solve this issue, we utilise the resolve1() function See: #518 * Updated CHANGELOG * Update CHANGELOG.md Co-authored-by: Dimitrios TSOLAKIDIS <[email protected]> Co-authored-by: Pieter Marsman <[email protected]>
- Loading branch information