Link to home
Start Free TrialLog in
Avatar of APD Toronto
APD TorontoFlag for Canada

asked on

TCPDF Cell Stretching

Hi Experts,

I am trying to output a HTML table into TCPDF, but one of my columns is for comments. This is related to my other question regarding reducing automatically the font size, and I found within TCPDF a feature called cell stretching (example_004.php, line 80).

My question is within my HTML's td,  how can I implement $pdf->Cell?

For example,
$html .= '<td>' . $pdf->cell????????

Open in new window


Thank you
ASKER CERTIFIED SOLUTION
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of APD Toronto

ASKER

Thank you Ray!