When using Japanese text in an html table - TCPDF only displays 3 lines of text. Please see the example PDF. To test, modify example_38 to have the following:
$pdf->AddPage();
$pdf->SetFont("arialunicid0", "",10);
$output = "";
$output .=...
2008-11-24 20:00:10 UTC in TCPDF - PHP class for PDF