I'm using myDBR 3.5 on Windows with IIS. PHP version 5.3.
I've these lines to default.php
$mydbr_defaults['export']['pdf']['logo'] = '....jpg'; // where filename.jpg is a image in user/images
$mydbr_defaults['export']['wkhtmltopdf']['command'] = 'C:\wkhtmltopdf\wkhtmltopdf';
The image at the top of PDFs is altered if wkhtmltopdf is disabled. But the default logo appears at the top of wkhtmltopdf rendered pages.
I'd rather use wkhtmltopdf as the formatting is much better on wkhtmltopdf, but I do need to alter the logo. Is there solution for using both.
Thanks