Skip to content

breadlesscode/neos-office-thumbnails

Repository files navigation

NEOS office thumbnails generator

Latest Stable Version Downloads License

This NEOS CMS Plugin is for generating thumbnails of office documents.

Installation

This package can be installed through Composer.

composer require breadlesscode/neos-office-thumbnails

Requirements

Configuration

Neos:
  Media:
    thumbnailGenerators:
      Breadlesscode\Domain\Model\ThumbnailGenerator\OfficeThumbnailGenerator:
        priority: 120
        timeout: 120 # timeout of the convertionb process
        binPath: 'libreoffice' # path to the libreoffice binary

Screenshot

Screenshot

License

The MIT License (MIT). Please see License File for more information.