Paul,
Thank you for replying.
> I find I have to do $pdf->MultiCell() to accomplish this
This turned out to be the command I needed.
I used:
$pdf->MultiCell(130,30,$text,0);
130 is the width, 30 the height, and the zero at the end means no border
(1 is a thin black border).
I've never been s
On Wed, Dec 23, 2009 at 10:40:51AM +0900, Dave M G wrote:
> PHP Users,
>
> Anyone using TCPDF? I find that their own forums are near dead.
>
> I want to accomplish something simple, but their documentation is far
> from easy.
>
> I have a PDF where I place text in various places around the page
2 matches
Mail list logo