Hide the PDF Rendering Icon

Posted by ithrees on 01-Sep-2014 08:05

Hi All,

As I don't have the PDF rendering tool generate the PDF rendering, I want to hide the icon from the interface in my latest Private cloud. Can you help me on this?

Thanks and Best Regards,

Ithrees

All Replies

Posted by Santosh Patel on 01-Sep-2014 08:22

Hi Ithrees,

The official Rollbase way is to use "Hide PDF Export link for this page" option in page properties as shown below.

Unfortunately this is not available as a global disabling option, in which case you can add the following script to your application's custom header.

$('button[title=PDF]').hide();


Regards,

Santosh

Posted by ithrees on 01-Sep-2014 22:51

Thank you Santosh,

Best Regards,

Ithrees

This thread is closed