2017 © Pedro Peláez
 

typo3-flow-package filepreviews

Neos CMS filepreviews.io integration to generate thumbnail and extract metadata

image

ttree/filepreviews

Neos CMS filepreviews.io integration to generate thumbnail and extract metadata

  • Saturday, March 12, 2016
  • by ttree
  • Repository
  • 4 Watchers
  • 4 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Neos CMS filepreviews.io integration

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)

How it work ?

This Generator call the FilePreviews.io API to generate Thumbnail for many different file formats. Check filepreviews.io website for more informations., (*3)

Configuration

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.

Acknowledgments

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)

License

The MIT License (MIT). Please see LICENSE for more information., (*7)

The Versions

12/03 2016

dev-master

9999999-dev

Neos CMS filepreviews.io integration to generate thumbnail and extract metadata

  Sources   Download

MIT

The Requires