Hi,
I use a pdf class to produce pdfs, using fpdf.
Does anyone know how to run the text vertically instead of the norm (horizontal).
This is normal:
$pdf->SetXY (20,40); $pdf->Cell (0, 10, "Building Name: $buildingname");
Thanks in advance
Mitch.
Solved see here:
http://www.phpbuilder.com/board/showthread.php?t=10318839