31
Views
4
Comments
Solved
Is there a component available to preview all types of documents?
Application Type
Reactive

Hi,

I am new in Outsystems. I want to preview documents below is my document type.

PDF, XML, DOC, DOCX, XLS,TXT, JPEG,PNG.

2021-01-29 14-18-24
Jitendra Raghuvanshi
Solution

Hi,

You can use the demo app. It will help.


Document Viewer.oap
2016-04-22 00-29-45
Nuno Reis
 
MVP
  • Hello.

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:


  • OS can embed images in the page, including all those formats. The same for PDF.
  • Browsers do not natively support previewing doc/xls/docx/xlsx. However, you can embed Microsoft Office documents using Microsoft's Office Viewer, which can be integrated into your application using an iframe.

<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


  • TXT and even XML can be displayed in a text area. If you want to make XML pretty, there are components for that, like this one: XML Prettify.


2022-12-30 09-46-57
Deepika Patel

Hi,

You can also refer the below post:

https://www.outsystems.com/forums/discussion/101329/document-viewer/#Post440988

Hope this helps!

Regards,

2021-01-29 14-18-24
Jitendra Raghuvanshi
Solution

Hi,

You can use the demo app. It will help.


Document Viewer.oap
UserImage.jpg
Jeet Kumar

Thanks,It's working.:)

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.