OpenPDF
OpenPDF copied to clipboard
Issue676: references in tag structure tree are incorrect
Description of the new Feature/Bugfix
The code to create indirect references in the tag structure tree was modifying a copy of the arrays rather than the arrays themselves.
Related Issue: #676
Unit-Tests for the new Feature/Bugfix
None
Compatibilities Issues
None
Testing details
The Acrobat syntax checker no longer reports an error
Hi @AnthonyStevens . The checkstyle problems were fixed on master. Can you please rebase your branch onto OpenPdf/master?
@asturio: I recreated this PR in #903 since the original author does not respond anymore.
Fixed with #903