makinacorpus/drupal-onlyoffice-preview

Onlyoffice preview field Module for Drupal 8/9

0.2.1 2020-12-03 11:14 UTC

This package is not auto-updated.

Last update: 2024-04-13 01:16:14 UTC


README

Note : You will need your own Onlyoffice server to use this module.

The Onlyoffice Preview Field Module creates a simple field type that allow you to display document Media in iframe throw an Onlyoffice server.

preview

Installation

Download sources with composer:

composer require makinacorpus/drupal-onlyoffice-preview

Install the module with drush:

bin/drush en onlyoffice_preview -y

Configure the module: visit /admin/config/content/onlyoffice-preview

Congrats, Onlyoffice preview field type can now be used with any entity type !

Supported document types

  • Text : doc, docx, odt, pdf, docm, dot, dotm, dotx, epub, fodt, htm, html, mht, ott, rtf, txt, djvu, xp,
  • Spreadsheet : xls, xlsx, ods, csv, fods, ots, xlsm, xlt, xltm, xltx
  • Presentation : ppt, pptx, odp, fodp, otp, pot, potm, potx, pps, ppsm, ppsx, pptm

Display mode

The unique display mode for this field let you choose some parameters :

  • Iframe dimensions (width and height)
  • Onlyoffice display/permission options:
    • Allow comments, download, edit, print, review, plugins
    • Hide/show right menu, chat, help

Support

Feel free to open an issue.