document.addEventListener(“adobe_dc_view_sdk.ready”, function(){
var adobeDCView = new AdobeDC.View({clientId: “a015c1a679d74e91a8e58219decff09c”, divId: “adobe-dc-view”});
adobeDCView.previewFile({
content:{location: {url: “https://tphnews.com/wp-content/uploads/2025/03/March-2021.pdf”}},
metaData:{fileName: “2020-2021 Print Issue 5.pdf”}
}, {embedMode: “IN_LINE”, showDownloadPDF: false, showPrintPDF: false});
});