An open API service indexing awesome lists of open source software.

https://github.com/breadlesscode/neos-office-thumbnails

generating thumbnails for office documents in NEOS CMS
https://github.com/breadlesscode/neos-office-thumbnails

generator neos neos-cms neoscms office thumbnail

Last synced: 5 months ago
JSON representation

generating thumbnails for office documents in NEOS CMS

Awesome Lists containing this project

README

          

# NEOS office thumbnails generator
[![Latest Stable Version](https://poser.pugx.org/breadlesscode/neos-office-thumbnails/v/stable)]()
[![Downloads](https://img.shields.io/packagist/dt/breadlesscode/neos-office-thumbnails.svg)]()
[![License](https://img.shields.io/github/license/breadlesscode/neos-office-thumbnails.svg)]()

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

## Installation

This package can be installed through Composer.
```bash
composer require breadlesscode/neos-office-thumbnails
```

## Requirements
- [LibreOffice](https://libreoffice.org/) for the convertion
- PHP >= 7.1

## Configuration

```yaml

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](./screenshot.gif)

## License

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