Details
Description
Before version 6.3 of IcePDF there was a possibility to save annotations outside of the original document. We used the following method to receive the annotoations:
byte[][] updates = IncrementalUpdater.getUpdatedDocumentObjects(this
.getDocument());
This method is no longer available and I wasn't able to find another way to do this.
byte[][] updates = IncrementalUpdater.getUpdatedDocumentObjects(this
.getDocument());
This method is no longer available and I wasn't able to find another way to do this.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Added method to obfuscation files and verified in build logs. Marking as fixed.