As part of my application, users can upload documents. Documents can be PDF, Word doc, Excel spreadsheets. From what I explored, I see a type called PDF and that correctly displays only PDF documents. How do I display the other type of documents? If I map to PDF for a column that has Word doc or Excel spreadsheet, the place is just left blank.
Is there a way to achieve this in a straight forward manner in Softr? Or should I think of any integrations to convert any type of document to PDF and then display in Softr?
Hi @prettycold currently only pdf docs can be previewed. Other types of files can only be dowloaded. So I think the only way would be converting them into pdf If you want to display. Another way would be embedding them into custom code block and display that way or add embed code into text field in your datasource table and connect it to embed type of field on your dynamic block to display dynamically for each item.
Here is also an article about how to embed it
The same iframe code can also be added in a Custom code block in case you want to show just one spreadsheet
In my case, the user uploads an excel spreadsheet. And I store it in Airtable today. I need to build an option to preview the same. I doubt whether this option will work for me. Let me dig more.
Hey @prettycold yes, currently you can only preview pdf If connected to pdf type of field on any of List Details block and I doubt excel spreadsheet can be embedded either. I remember there was one such case and the embed code provided by excel was not rendered.