TCPDF users? (you never know!)

Soldato
Joined
28 Dec 2004
Posts
7,620
Location
Derry
Anybody here ever used TCPDF to create PDF documents on the fly using PHP? I've got it all working etc but I'm having problems showing images "inline" (i.e. horizontally next to each other), they always seem to end up in a vertical stack if there's more than one. I know I can $pdf->Image but that's a lot of messing around and I hoped that creating an HTML layout would help, tried div's, tried tables, it seems to completely ignore both of them.
 
Back
Top Bottom