Idea Summary
Native way to display doc / docx or any other file format just like google docs does
Use Case
There are many use cases where user stores a file to table or in application static files and may want to view it on browser or inline within the application so that he/she can perform actions based on it. Currently there is no way to it unless user downloads it and views it offline.
Preferred Solution (Optional)
May be a feature using dynamic action / PLSQL API where we pass the blob and mime time to it and APEX engine identifies it and opens up the doc in a separate window on within a region.