27 February 2023

How to preview doc or docx file in html/iFrame?

Preview doc or docx file in html/iFrame

var link = "paste docx file link here";
var iFrameUrl = 'https://view.officeapps.live.com/op/embed.aspx?src=' + link + '&embedded=true';

$('#documentModalIframe').attr('src',iFrameUrl);

or

<iframe src="https://docs.google.com/gview?url=http://remote.url.tld/path/to/document.doc&embedded=true"></iframe>

No comments:

Post a Comment

How to create youtube videos slider with play and pause option in wordpress?

Create youtube videos slider with play and pause option in wordpress youtube videos slider Use this shortcode:- [punjab_today] function my_...