Donate Share

TCPDF - PHP class for PDF

Subscribe

writeHTMLCell not cretaing page break

You are viewing a single message from this topic. View all messages.

  1. 2009-11-04 09:17:17 UTC

    Try to set the $ln parameter to 1 on the writeHTMLCell() method:

    $pdf->writeHTMLCell(0, 50, 15, $pdf->GetY(), $content, , 0, 1, 0, true, '', true);

    Check the source code documentation for further information. http://www.tcpdf.org

< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.