CubeIT_CommandLine_Poppler::extractArea($pdfpath,
$p['document_page'],
array('x' => $this->left, 'y' => $this->top, 'width' => $this->width, 'height' => $this->height),
- $left);
+ $left, array(), WS_CACHE . '/zoomarea/');
$bookwidth = $this->compiler->book->parametres->width;
CubeIT_CommandLine_Poppler::extractArea($pdfpath,
$p['document_page'],
array('x' => 0, 'y' => $this->top, 'width' => $diff, 'height' => $this->height),
- $right);
+ $right, array(), WS_CACHE . '/zoomarea/');
$both = CubeIT_Files::tempnam() . '.png';
CubeIT_CommandLine_Imagemagick::append(array($left . '.png', $right . '.png'), $both, 'horizontal');