嗨,我想自动换行 writehtml ()... 我试过 $pdf->WriteHTML($text); 但右侧文本显示在 pdf 之外。我想使用 WriteHTML 而不是Cell来解决这个问题。
问问题
1115 次
1 回答
0
<BR> tag in String works.
http://www.fpdf.de/downloads/addons/41/ , http://www.fpdf.org/en/script/ex41.pdf
$pdf->WriteHTML('You can<BR>add a horizontal rule:<BR><HR>');
于 2012-11-22T19:37:37.533 回答