DEV Community

Discussion on: How I can convert a blade content into PDF?

Collapse
 
nathandaly profile image
Nathan Daly

Used DOMPDF before with some issues with images. I recommend using Browsershot instead as it can handle any images and CSS.

The only drawback is it cannot merge PDF's, so you will have to merge PDF pages in your own PHP code.

github.com/spatie/browsershot