0
Good morning, I’d like to know how to preview Excel, Power Point, Word on a website. For PDF I managed to do with this code.
<embed src="RelatorioM16.pdf" width="760" height="500"></embed>
or
<iframe src="RelatorioM16.pdf" width="760" height="500"></iframe>
When making this code for Excel, Power Point, Word on the site it downloads the file, which I don’t want, I want to preview. Anyone can help?
I think it is not possible directly, I would have to print the document and show the image or read and transform into HTML. If I’m not mistaken there is a format that already saved as HTML
– Costamilam