Given stylized HTML e.g.
<div class="panel panel-count">
<div class="panel-heading">{{plug_in_value}}</div>
<div class="panel-body">
...
How can I export this HTML document into a PDF using PHP?
I took a look at a similar question:
Convert HTML + CSS to PDF with PHP?
But many of the replies involved exporting a screenshot of the page or didn't involve CSS. Maybe I am tackling this the wrong way but I could use some guidance on how to accomplish this.