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 style got break...some of the text overlap the table. How do i solve this problem?
Style link is OK...As when i load the page without
pdf
it shows me correct view: