|
This plugin generates documents' thumbnails using external programs.
Installation
- Install the appropriate program on your OS (eg ImageMagick+Ghostscript, ffmpeg, SoX, ...).
- Edit the plugin admin properties and add the command to convert a document into an image using the following variables :
Example for PDF files if ImageMagick was installed inside the webapp folder :
"{webapp-root}\WEB-INF\plugins\ThumbnailGeneratorPlugin\programs\ImageMagick-6.5.0-9\convert.exe" "{src.path}[0]" -resize {width}x{height} "{dest.path}"
Example for video files on a unix system (make sure you don't have any space in your webapp path) :
/usr/bin/ffmpeg -y -i {src.path} -f mjpeg -ss 1 -vframes 1 -s {width}x{height} -an {dest.path}
- Optionnally you can edit your
custom.prop and specify any program for any mime type other than the predefined video, image and pdf properties.
Changes
Thumbnail Generator plugin v1.0.1
- Added compatibility with JCMS 6.1.1
Thumbnail Generator plugin v1.0
|
Information
| Version |
1.0.1 |
| Stability |
Stable |
| Compatibility |
JCMS 6.0
JCMS 6.1
|
| Certified by Jalios |
Yes |
| Price |
Module gratuit |
| Support |
Supporté par Jalios |
| Author |
Jalios SA |
| License |
Jalios |
| Size |
15.98 KB |
| Updated |
12/14/09 |
| Download |
19
|
| Domains |
Document Management
Portal
|
|