Jump to content

PDF Invoice PHP issue


Recommended Posts

Hi,

My carrier name is quite long and subsequently overlaps the next column. Can someone tell me how i can insert a line break after 33 characters in the pdf class file for the carrier name?

$pdf->Cell(70, 6, self::l('Carrier:').($order->gift ? ' '.Tools::iconv('utf-8', self::encoding(), $carrier->name) : ''), 'L');



Thanks!!

32793_jZIzpViD7b2xUCmtu5RN_t

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...