次のようにすると:
$html = '<div style="color: red; border: solid 2px blue; width: 100px; height: 200px;">Hello World!</div>';
$pdf->writeHTML($html, true, 0, true, true);
次の div を取得します: http://i.stack.imgur.com/YA4Fn.jpg
画像で分かる通りではありませんwidth: 100px; height: 200px;
。スタイルが正しく機能しないのはなぜですか?