abe
1
PDF.js Express Version
8.1.0
Detailed description of issue
- I followed this tutorial: PDF.js Express Viewer Download & Integration | Documentation
- I want to disable the print function including (CTRL + P)
Does your issue happen with every document, or just one?
Yes
How can I disable that?
system
2
Hello, I’m Ron, an automated tech support bot
While you wait for one of our customer support representatives to get back to you, please check out some of these documentation pages:
Guides:
APIs:
Forums:
Logan
3
Hey there! You can disable print with the disableFeature
api:
instance.UI.disableFeatures([instance.UI.Feature.Print]);
Thanks,
Logan