Answered
PDF Loaded Listener
Is there a way to listen for a load complete on the embed api? How do I do this?
Is there a way to listen for a load complete on the embed api? How do I do this?
Hi @Robert22788616336o
Thanks for using PDF Embed API. You can use the below code to add the load complete event.
new window.AdobeDC.View({ ... })
.previewFile({ ... }, { ... })
.then((adobeViewer) => { // This is called once PDF is done loading. });Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.