I'm not sure it is the best but you can try this laravel extention https://github.com/barryvdh/laravel-dompdf
I have been used to create simple bill form by using html temlate via laravel's native view. But this plugins can be timeout by PHP while longer pdf files are creating..
I have had good luck with DOMPdf. Much like html emails, the simpler the CSS and such the better. Some newer HTML5 techniques won't render properly.
Thank you all guys. I think i will use DOMPdf
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community