We recently made an application for a client in PHP where we had to generate PDF files using some HTML content, We chose to opt for DOMpdf for doing this. Though it did work, But the development experience so bad that if i had the power to make the decision again, I probably wouldn't have chosen it.
Are there any good open source libraries(irrespective of the language that the backend is written in) that i can use for generating and styling PDF files using HTML5 and CSS?
It looks a bit old-fashioned, but it is working quite well. Especially the given examples provide a fast start with the PHP class.
web development
Lucas Bento
Full-stack developer building amazing apps with #react, #reactnative, #relay, #webpack, #graphql & #koa
I have a large project in PHP using CakePHP, it has to turn some HTML pages into one PDF, I tried a bunch of libraries and wkhtmltopdf did everything I needed, never had any problems with it.