dev-master
9999999-devNeos CMS filepreviews.io integration to generate thumbnail and extract metadata
MIT
The Requires
Wallogit.com
2017 © Pedro Peláez
Neos CMS filepreviews.io integration to generate thumbnail and extract metadata
This package generate thumbnail and extract metadata from different type of document based on the API of filepreviews.io., (*1)
This package is Composer ready, PSR-2 and PSR-4 compliant., (*2)
This Generator call the FilePreviews.io API to generate Thumbnail for many different file formats. Check filepreviews.io website for more informations., (*3)
Like any other Thumbnail Generator, you can change default settings. First step, you need to configure your API keys., (*4)
Neos:
Media:
thumbnailGenerator:
'Ttree\FilePreviews\Domain\Model\ThumbnailGenerator\FilePreviewsThumbnailGenerator':
apiKey: 'api-key'
apiSecret: 'api-secret'
maximumWaitingTime: 30
defaultOptions:
format: 'jpg'
retryInterval: 1
supportedExtensions: [ 'doc', 'docx', 'ppt', 'pptx', 'xls', 'xlxs', 'odt', 'ott', 'odp', 'txt', 'rtf', 'eps', 'psd', 'ai' ]
supportedExtensions: check the official documentation of FilePreviews Supported Formats and enjoy.defaultOptions: check the API endpoint documentation.Development sponsored by ttree ltd - neos solution provider., (*5)
We try our best to craft this package with a lots of love, we are open to sponsoring, support request, ... just contact us., (*6)
The MIT License (MIT). Please see LICENSE for more information., (*7)
Neos CMS filepreviews.io integration to generate thumbnail and extract metadata
MIT