Copy link to clipboard
Copied
I would like to use PDF Embed API without CDN. Is there a way I can use it locally through npm or something without using CDN url. I don't want to load it under adobe iframe. I want it to work locally. Let me know what are all the options that are available.
Copy link to clipboard
Copied
Nope, not possible.
Copy link to clipboard
Copied
Thanks for the quick response @Raymond Camden
Even with the paid license is it not possible?
One more thing, where does Adobe store the rendered PDF, when we use PDF Embed Api.
At any stage while adding annotation/comments does it store in Adobe cloud servers/AWS.
Also do you use any cloud services to render the PDF.
Copy link to clipboard
Copied
No, it's rendered on the browser, not on our side. Annotations are also client-side only. If you want to persist them, the user can save the PDF, or, we give you hooks to get annotations and you can write your own code.
Copy link to clipboard
Copied
@Raymond Camden how can I disable the log call (system/log api) that is going on regular intervals. I don't want it to happen and also disbale the Analytics.
Copy link to clipboard
Copied
Nope, sorry.