Hi Ray, Thanks for your work on this. However in the example code should there not be a setTemplate command just before returning $pdf ? $pdf->setTemplate(<phtml view file>); I have just added this and it works regds <new to ZF2>
Hi Ray,
Thanks for your work on this.
However in the example code should there not be a setTemplate command just before returning $pdf ?
$pdf->setTemplate();
I have just added this and it works
regds