Jump to content

PDF Invoice Cell text uppercase


Acidburns

Recommended Posts

PDF-Invoice template

 

# Clients Details

$addressypos = $pdf->GetY();

$pdf->SetFont($pdfFont, '', 12);

$pdf->SetFillColor(59,78,135);

$pdf->SetTextColor(255,255,255);

$pdf->Cell(50, 6, strtoupper(Lang::trans('supportticketsclient')), 0, 1, 'L', true);

 

How to make that cell to show UpperCase letters for the translated word "supportticketsclient"

 

I tried with strtoupper command, but still the word is with small letters.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated