Converts all document formats using LibreOffice first to PDF and then to an image, using build-in pdf previwer of ActiveStorage
- needs:
unoconv
, a command line tool which uses libreoffice, e.g.apt install unoconv
- needs a PDF converter, because libreoffice will make a pdf from the office document, Mupdf oder Poppler are already integrated into ActiveStorage, and poppler is free to use, e.g.
apt install poppler-utils
yes on Rails 6.0.1 it needs blob, because pdf previewer calls blob.key in its implemetation