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?
style link is OK..As when i load the page without pdf it shows me correct view:
from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2sbUlOr
via IFTTT
Aucun commentaire:
Enregistrer un commentaire