PHP-Easy-Report icon indicating copy to clipboard operation
PHP-Easy-Report copied to clipboard

Create doc and pdf return null

Open goltra opened this issue 10 years ago • 0 comments

Hello, i´m testing demo and it build odf file but not doc and pdf file. I tried setting 100 lines with this code (this is only change i made): for ($i=0; $i<100 ; $i++) { $arrayData[]=['aa','bb','cc']; }

$data = array( 'name' => 'Iván Guardado Castro', 'link' => 'ivanguardado.com', 'visits' => $arrayData );

I make a var_dump to var_dump($docGenerator->create('result/final.doc', $data)); and return NULL (same in pdf test).

goltra avatar Nov 15 '14 19:11 goltra