Reputation: 129
I am trying to generate PDFs
on laravel 5.2
using dompdf
. I want to use bootstrap css to style my PDF.
Can anyone please advice me on which pdf generator I can use, that can implement bootstrap?
Upvotes: 2
Views: 2341
Reputation: 2483
One of the best PDF generators from HTML is wkhtmltopdf.
There Laravel wrapper is Snappy, who allows you to convert the HTML to PDF or to an image.
Upvotes: 1