breadlesscode / neos-office-thumbnails
Package info
github.com/breadlesscode/neos-office-thumbnails
Type:neos-plugin
pkg:composer/breadlesscode/neos-office-thumbnails
v0.1.1
2017-12-25 14:49 UTC
Requires
- php: ^7.0
- breadlesscode/office-converter: ^1.0.0
- neos/flow: *
- neos/media: *
This package is auto-updated.
Last update: 2026-02-22 00:49:25 UTC
README
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
- LibreOffice for the convertion
- PHP >= 7.1
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
License
The MIT License (MIT). Please see License File for more information.