SeedDMS_Previewpear.php.netCreate thumbnails from document content for SeedDMSSeedDMS is a web based document management system (DMS). These
are the classes to create preview images from the document content.Uwe Steinmannsteinmuwe@steinmann.cxyes2016-04-261.1.91.1.9stablestableGPL License
add more documentation
finished deletePreview()
add new method deleteDocumentPreviews()
4.3.01.5.42012-11-201.0.01.0.0stablestableGPL License
initial version
2013-04-291.1.01.1.0stablestableGPL License
preview image can also be created from a document file (SeedDMS_Core_DocumentFile)
2014-03-181.1.11.1.0stablestableGPL License
add converters for .tar.gz, .ps, .txt
2014-04-101.1.21.1.0stablestableGPL License
create fixed width image with proportional height
2015-02-131.1.31.1.0stablestableGPL License
preview images will also be recreated if the object this image belongs is of newer date than the image itself. This happens if versions are being deleted and than a new version is uploaded. Because the new version will get the version number of the old version, it will also take over the old preview image.Comparing the creation date of the image with the object detects this case.
2015-08-081.1.41.1.0stablestableGPL License
command for creating the preview will be called with a given timeout
2016-02-111.1.51.1.5stablestableGPL License
add method getFilesize()
timeout for external commands can be passed to contructor of SeedDMS_Preview_Previewer
2016-03-081.1.61.1.6stablestableGPL License
check if object passed to createPreview(), hasPreview() is not null
2016-03-291.1.71.1.7stablestableGPL License
set last parameter of stream_select() to 200000 micro sec. in case the timeout in sec. is set to 0
2016-04-051.1.81.1.8stablestableGPL License
pass variables to stream_select (required by php7)