FPDF - WriteHTML in Multicell?
问题 Can WriteHTML placed in Multicell? How? I retrieved and display the HTML output from database but want to position it in the 2nd column(let's say) so I put it in Multicell but no effect. below not works: $pdf->Multicell(70,3.5, $pdf->WriteHTML($html)); EDITED: i found WriteHTMLCell, how to use? Anyone? Thanks! 回答1: I modified the WriteHTML script to get the job done. This is the modified form of the script given in fpdf.org for the WriteHTML <?php require('fpdf.php'); //function hex2dec /