Hi,
I am new in Outsystems. I want to preview documents below is my document type.
PDF, XML, DOC, DOCX, XLS,TXT, JPEG,PNG.
You can use the demo app. It will help.
That question is not as old as the forum, but close.
https://www.outsystems.com/forums/discussion/44843/how-to-preview-excel-word-visio-ppt-file-types-in-oustsytems/
Summary:
<iframe src="https://view.officeapps.live.com/op/view.aspx?src=YourDocumentURLHere" width="100%" height="600px" > </iframe>
If the files are inside your app, try this component: Web Previewer
You can also refer the below post:
https://www.outsystems.com/forums/discussion/101329/document-viewer/#Post440988
Hope this helps!
Regards,
Thanks,It's working.:)