breadlesscode/neos-office-thumbnails

v0.1.1 2017-12-25 14:49 UTC

This package is auto-updated.

Last update: 2024-09-21 21:32:04 UTC


README

Latest Stable Version Downloads License

此NEOS CMS插件用于生成办公文档的缩略图。

安装

此包可以通过Composer安装。

composer require breadlesscode/neos-office-thumbnails

需求

配置

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

许可证

MIT许可证(MIT)。请参阅许可证文件获取更多信息。