[TYPO3-core] RFC #13283: Thumbnail generation broken for PDF files

Florian Schaeffer florian.schaeffer at mercoline.de
Mon Feb 22 07:23:13 CET 2010


Hi Benni,

Benjamin Mack schrieb:
> Hey,
> 
> version 6 takes care of the PDF issue, updates the header comment and is 
> better to read.
> 
> All the best,
> Benni.
> 

as already posted in Mantis the new version isn't working...

There used to be a blank between input and output parameter which you 
omitted in the last patch, causing the new version to not generate any 
previews at all.

How to reproduce: clear page cache, clear typo3temp/pics, preview the 
new page containing pdf-previews. The page gets created without any 
images at all.

so it has to be

$cmd = t3lib_div::imageMagickCommand('convert', $params . ' ' . 
$this->wrapFileName($input) . $frame . ' ' .$this->wrapFileName($output));

HTH
Florian


More information about the TYPO3-team-core mailing list