Using TCPDF and FPDI with cake php
- by kwhohasamullet
Hi Guys,
I have go TCPDF setup in my cake php install and am now trying to also use FPDI with it as i need to add a PDF to the start of the PDF that is being generated.
WHen trying to do this i am using 3 classes
XTCPDF which holds my header data
FPDI - FPDI class
TCPDF - TCPDF class
and it is setup as so:
XTCPDF extends FPDI
FPDI extends…