Fork me on GitHub

Disable PDF export

Just find PDF add-on in system add-os section and disable it.

Disable Word export

Go to Administration -> Custom HTML -> At end of the HEAD:

<style type="text/css">
 #action-export-word-link{ display: none}
</style>