getting Serialized Annotations in Version 24.x.x #2985
-
In version 23.x.x, calling this.pdfViewerService.getSerializedAnnotations() would return an EditorAnnotation[], which could then be used and modified. Internally, this method called this.pdfDocument.annotationStorage.getAll(). However, starting from version 24.0.0, the getAll() function in annotationStorage no longer exists so this.pdfDocument.annotationStorage.getAll() throws error and can no longer be used. My question is: How can I retrieve an EditorAnnotation[] in version 24.x.x? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I noticed this a few days ago and fixed it. A few minutes ago, the bugfix has landed. Please update to version 24.2.5. Can you confirm this version fixes the bug, please? Best regards, |
Beta Was this translation helpful? Give feedback.
I noticed this a few days ago and fixed it. A few minutes ago, the bugfix has landed. Please update to version 24.2.5.
Can you confirm this version fixes the bug, please?
Best regards,
Stephan