breadlesscode / neos-office-thumbnails
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:neos-plugin
Requires
- php: ^7.0
- breadlesscode/office-converter: ^1.0.0
- neos/flow: *
- neos/media: *
This package is auto-updated.
Last update: 2024-10-21 21:44:22 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.