I am testing phpexcel and need to save the file as a pdf, however I receive the following error:
TCPDF ERROR: [Image] Unable to get image: zip://pcash.xlsx#xl/media/image3.emf
$objWriter = PHPExcel_IOFactory::createWriter($excel2, 'PDF');
$objWriter->save('pcash1.pdf');
I have seen this thread, but don't really understand why the built in PDF writer apparently cannot create PDFs ??
PHPExcel create/style/save PDF Documentation
Is it not possible to save a file as pdf and if not why not as that appears to be a built in feature ??