Replies: 1 comment
-
I'm afraid that's too difficult to implement. The annotations are part of the base library. I'm using a fork of that library, but if I modify the wrong part, I end up in merge hell - and I think this is one of the dangerous parts. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
with export annotations I get all the details
exportAnnotations(): void {
this.rawAnnotations = this.pdfViewerService.getSerializedAnnotations();
console.log(this.rawAnnotations);
}
but i want to set property name for that annotation and add extra details like 'max data', 'x', 'y', 'height', 'width' and save.
Beta Was this translation helpful? Give feedback.
All reactions