php - Add line numbers to TCPDF -
is possible set linenumbers document using tcpdf?. in case i'm using multicell() method , want set linenumbering. possible?
i found answer myself. extended tcpdf , copied writer() method. added $nl in each cell() call.
$this->cell($w, $h, $nl.' '.$tmpstr, 0, $ln, $align, $fill, $link, $stretch);
best regards
Comments
Post a Comment