edmond
edmond

Reputation: 129

PDF Generator for laravel 5.2

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

Answers (1)

Jesús Amieiro
Jesús Amieiro

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

Related Questions