php - TCPDF can see line in pdf generated but not in printout -


$style = array('width' => 0.5, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(255, 0, 0));  $pdf->line(5, 10, 80, 30, $style); 

i uses above statements draw line. result view in screen has line drawn. it's not printed on paper.

any highly appreciated.

i'm sorry folks, it's not tcpdf problem. using google print out pdf generated , having problem. if try internet explorer there no problem.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -