Hi Ahmad,
We have Image Viewer for View Images. (https://docs.mendix.com/refguide/image-viewer)
File Document viewer for preview pdf files.
You can refer forum post (https://forum.mendix.com/link/questions/88504)
For Excel Sheet, ms office and other extensions we can write a Java action to convert to Pdf format and view.
Refer (https://stackoverflow.com/questions/8354568/how-to-convert-a-ppt-file-into-pdf-file-in-java).
Hope this helps.