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: 2024-09-21 21:32:04 UTC
README
此NEOS CMS插件用于生成办公文档的缩略图。
安装
此包可以通过Composer安装。
composer require breadlesscode/neos-office-thumbnails
需求
- LibreOffice 用于转换
- PHP >= 7.1
配置
Neos: Media: thumbnailGenerators: Breadlesscode\Domain\Model\ThumbnailGenerator\OfficeThumbnailGenerator: priority: 120 timeout: 120 # timeout of the convertionb process binPath: 'libreoffice' # path to the libreoffice binary
屏幕截图
许可证
MIT许可证(MIT)。请参阅许可证文件获取更多信息。