Display contents of .docx, .xlsx or .pdf file in Stadium

Hi,

I need to display the contents of a .docx, .xlsx or .pdf file in Stadium.
How will I go about doing this?

Thank you
Brian

1 Like

Hi Brian,

You can achieve this by using the DownloadFile action and setting the File Options property to either Open or OpenInNewWindow

This will use the browser’s default method of opening that type of file. If the browser cannot be opened in the browser, it would automatically be downloaded.

However, we recently came across a bug where the file is not opened correctly. We will be looking into this and correcting it soon. Until then, please download the file and have the user open it manually.

1 Like

Thank you Anton,

I will try this and let you know.