Which product are you using?
PDF.js Express Viewer
PDF.js Express Version
Latest
Detailed description of issue
Is there a way to hide the “Print comments” and “Print annotations” checkboxes from the print modal?
I have disabled the annotations using disableFeatures, but the checkbox is still there.
let disabledFeatures = [
instance.UI.Feature.Download,
instance.UI.Feature.Annotations,
];
instance.UI.disableFeatures(disabledFeatures);
They dont seem to have a data-element tag either Expected behaviour
They should be hidden