guys i need to create a pdf file out of blade view or just a div sections was wondering if it is possible because i tested a lot of pdf packages and all of them didn't work out for me even
https://github.com/barryvdh/laravel-dompdf didn't do the job as it takes forever loading then i get a error runtime and the local server crash on me i debugged the problem and as it seen this package can't load long css files such as app.css from laravel default application or either bootstrap ,marital dashboard design from google. any help please i need it fast am almost into the deadline of the project.
I believe laravel-dompdf is a great package which should do the job just fine. Bootstrap is a huge framework which isn't needed to compile a simple pdf file using a blade view in my opinion.
If you can, just create a custom CSS sheet for that PDF, writing it inline reduces workload as well.
YMMV but I've had great success using laravel-dompdf, maybe post a bit more details on what kind of PDF you are trying to generate.