I have found that exporting to PDF results in a file with the following contents.
<b>Fatal error</b>: Allowed memory size of 33554432 bytes exhausted (tried to allocate 266 bytes) in <b>/u/www/loadstar/htdocs/mydbr/lib/external/phpExcel/PHPExcel/Shared/PDF/tcpdf.php</b> on line <b>19409</b>
Various sites all point to php.ini having memory_limit set to low. And the accepted solutions is to double the size limit. However I do not own this server so I can not make this adjustment. Can I use set_ini(memory_limit,64MB) in some php file to allow for pdf exports?
Kind Regards in advanced for any help.
John Jones