function embedPDF(){
var myPDF = new PDFObject({
url: ‘https://artimhometextile.com/wp-content/uploads/2015/09/artim-2015-catalog-for-email-1.pdf’
}).embed();
}
window.onload = embedPDF; //Feel free to replace window.onload if needed.
function embedPDF(){
var myPDF = new PDFObject({
url: ‘https://artimhometextile.com/wp-content/uploads/2015/09/artim-2015-catalog-for-email-1.pdf’
}).embed();
}
window.onload = embedPDF; //Feel free to replace window.onload if needed.