View PPTX in mendix

0
I want to to preview a PPTX or DOCX file. I am using a HTML Snippet where iframe is used to show a url <iframe src="https://docs.google.com/gview?url=https://myappurl.com/test.pptx&embedded=true" style="width:600px;" frameborder="0"></iframe>   But it not loading the ppt file. Showing 'No Preview Available'.   Any help will be appreciated.
asked
1 answers
0

The "No Preview Available" error sounds like it is coming from Google, so it seems like the iFrame is loading, but it's just that Google can't access or render the test.pptx document.

 

There may be an error in your web browser's console if you enable the browser's developer tools and then view the page with the iFrame on.

 

Does the URL you are using for the iFrame's src work when viewed directly in a browser outside the iFrame?

 

Good luck!

answered