Posts by marcoatjunior • 21 points
2 posts
-
0
votes1
answer170
viewsA: PDF in Binary DOMPDF Standard
Exchange $pdf->download(); for $pdf->stream(); while the error occurs so you don’t need to download the file each time this occurs. Make sure that the $requests variable you are passing to the…
-
2
votes3
answers4833
viewsA: Decrease size Bootstrap field
You can decrease the size of the cols, remembering that the bootstrap grid has a maximum number of 12 columns, changing for a lower column value than the current one. If you need to use a specific…