With the wkhtmltopdf 0.12.0 your PDF output may not show the header. If you are experiencing this issue, It can be fixed by adding DOCTYPE definition to the header html found in /mydbr/user/export_header_pdf.php:
$header = <<<EOF
<!DOCTYPE html>
<html>
--
myDBR Team