| I am getting this error with any dynamic php page no matter if they are simple or not if it brings any data from the database it breaks 
 Warning!!
 DwZone.it Php HTML to PDF error:
 GET http://testdomain.dev/about.php? HTTP/1.0 Host: testdomain.dev Connection: close Content-Length: 0 The source page return a void html
 
 Ok after fighting with it I found out what it was.
 
 It does not support html 5 tags for example
 
 <main>
 <nav>
 
 etc...
 changed those to divs and it works
 
 
 | 
                           
                            |       |  |