How can I uninstall the WIkihtmltopdf module from MyDBR? To get it to work, it (and QT apparently) need to be re-compiled, which is not possible in my current environment. I want to remove it as an option.
Thanks!
Loyd
How can I uninstall the WIkihtmltopdf module from MyDBR? To get it to work, it (and QT apparently) need to be re-compiled, which is not possible in my current environment. I want to remove it as an option.
Thanks!
Loyd
Sorry, let me rephrase. It has been uninstalled from the server. Is there a way to remove the 'PDF' option from the report download and just leave html and csv?
Usually wkhtmltopdf can be installed without any compilation.
If you want to remove PDF from the export menu, add following to user/defaults.php:
$mydbr_defaults['export']['export_choises'] = array('Excel', 'CSV', 'SQL');
--
myDBR Team
You must log in to post.