Copy link to clipboard
Copied
I'm using PDF Embed APIs to show PDF in my application. I have predefined annotations that I'm showing to the user and each annotation has a comments section. Now users can add replies to those comments and I want to save those replies in my DB. So I want to know about any event that gets triggered when we add a comment or a reply in the PDF.
Copy link to clipboard
Copied
Hi there,
As far as I know, the Embed API does not support events or saving of document changes.
Copy link to clipboard
Copied
Well actually.... 😉 Yes, you can listen for events and new annotations are part of that. Look under here for specifics: https://developer.adobe.com/document-services/docs/overview/pdf-embed-api/howtos_comments/