Forum Post: RE: Hide the PDF Rendering Icon

  • Thread starter Thread starter Santosh Patel
  • Start date Start date
Status
Not open for further replies.
S

Santosh Patel

Guest
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

Continue reading...
 
Status
Not open for further replies.
Back
Top