How to Hide/Show the Export to PDF/Image Option for All Site
In some instances, you may want to hide the Export to PDF/Image option for all dashboards on your sites. While there is no direct setting to hide or show this option, however, there is a possible solution that can be used to achieve this.
The solution involves the use of the “puppeteer” package. This package is responsible for the Export Image/PDF option. By manipulating the location of this package, you can control the visibility of the Export Image/PDF option.
Deployed location for puppeteer package: {Deployed Location}\app_data\bi\dataservice\puppeteer
Steps to Hide the Export Image/PDF Option
- Locate the “puppeteer” package in the deployed location.
- Remove the “puppeteer” package from the deployed location.
By doing this, the Export Image/PDF option will be hidden from all dashboards on your sites.
Steps to Show the Export Image/PDF Option
- Download the “puppeteer” package. You can find the download link in the help documentation.
- Move the downloaded “puppeteer” package to the deployed location.
By doing this, the Export Image/PDF option will be visible on all dashboards on your sites.
For more detailed instructions, please refer to the Deploy Chromium Packages manually for Bold BI | Bold BI Docs.