DEV Community

Discussion on: Rails : How to preview Office files ?

Collapse
 
archonic profile image
Archonic

I would imagine most people looking to do this in 2020 and beyond will be looking for a way to do it through ActiveStorage.

Collapse
 
pobb profile image
pob

You are totally right and it can be done using ActiveStorage (ActiveStorage::Previewer that use libreoffice as well). My context was a little bit different it was an old ruby api, no ActiveStorage context available. I should have mention it in the title.