Hello, what is the best and easiest way to create PDF files with PHP?
I know about libs like fpdf, tcpdf and wkhtmltopdf. But they have all their own limitations.
What is your preferred way to create pdf files with php, optimaly by transforming a html file?
I've been using TCPDF with Laravel for simple or complex printing or parsing html to pdf