當我做如下:問題使用TCPDF
$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;
,你可以在圖片中看到。爲什麼我的風格不能正常工作?
您是否嘗試過使用像'cm'或'mm'這樣的絕對測量而不是像素? (即:'身高:2cm;'等) – 2011-04-30 10:22:12