my $helvetica = $pdf->corefont("Helvetica", -encoding => "utf8"); #### ... $cell_props->[$j]->[$k] = { font => $helvetica, font_size => 15, background_color => '#FFCA00', # font_color => '#fD4D4D', # justify => "left", }; ...