Hi
How to uses Adobe PDF Embed API AMP POST
Adobe PDF Embed API not working AMP POST
How to fix in this problem please tell me
My website
I am using in this code
<div id="adobe-dc-view" style="height: 360px; width: 500px;"></div>
<script src="https://documentcloud.adobe.com/view-sdk/main.js"></script>
<script type="text/javascript">
document.addEventListener("adobe_dc_view_sdk.ready", function(){
var adobeDCView = new AdobeDC.View({clientId: "<YOUR_CLIENT_ID>", divId: "adobe-dc-view"});
adobeDCView.previewFile({
content:{location: {url: "https://documentcloud.adobe.com/view-sdk-demo/PDFs/Bodea Brochure.pdf"}},
metaData:{fileName: "Bodea Brochure.pdf"}
}, {embedMode: "SIZED_CONTAINER", dockPageControls: false, showDownloadPDF: false,
showPrintPDF: false, showFullScreen: false});
});
</script>
How to use in this code amp post and page please tell me Sir