I need to generate a dynamic pdf template. I created my blade file, and implemented the logic.
I use bootstrap 4 grid. When i try to generate a pdf file using Laravel snappy, it doesnt reckognise my boostrap 4 css at all. Does laravel snappy support bootstrap 4, am I missing something here. Is there any other pdf generator that you recommend over Snappy?
My intention was to use columns because my pdf template consists of sections that are supposed to be sortable, and their width can also change, as well as their alignment. So I wanted to use rows and columns.