Uninstalling PDF module?

(3 posts) (2 voices)

Tags:

No tags yet.

  1. loydb, Member

    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

  2. loydb, Member

    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?

  3. myDBR Team, Key Master

    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


Reply

You must log in to post.