mardi 27 juin 2017

Laravel Print with DomPDF

i was trying to print invoice with Laravel using barryvdh/laravel-dompdf

I used the following code to convert pdf:

$pdf = \PDF::loadView(
'print.service_x' )->setPaper('a4','portrait');
  return $pdf->download('invoice.pdf'); 

But the syle got break..some of the text overlap the table.How do i solve the problem?

enter image description here

style link is OK..As when i load the page without pdf it shows me correct view:



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire