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
- Host: GitHub
- URL: https://github.com/breadlesscode/neos-office-thumbnails
- Owner: breadlesscode
- License: mit
- Created: 2017-11-02T14:06:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-31T12:58:05.000Z (over 8 years ago)
- Last Synced: 2024-04-05T05:02:45.137Z (about 2 years ago)
- Topics: generator, neos, neos-cms, neoscms, office, thumbnail
- Language: PHP
- Size: 262 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NEOS office thumbnails generator
[]()
[]()
[]()
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

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