Hi Team,
In PDF JS free version, can we disable below buttons?
panToolButton
selectToolButton
printButton
Also, How to enable custom watermarking? PDF JS Express functions are not working in PDF Viewer.
Regards,
Yuva
Hi Team,
In PDF JS free version, can we disable below buttons?
panToolButton
selectToolButton
printButton
Also, How to enable custom watermarking? PDF JS Express functions are not working in PDF Viewer.
Regards,
Yuva
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:Hi there,
Next time please fill out the issue template correctly instead of deleting it.
Yes, you can disable buttons in PDF.js Express Viewer - documentation is here
The watermark APIs are the exact same as PDF.js Express Plus:
instance.Core.documentViewer.setWatermark({
diagonal: {
text: "Hello world"
}
})
Thanks,
Logan