Product:Pdf js apryse
Product Version:latest
Please give a brief summary of your issue:
Semantic Comparision annotation disabling
Please describe your issue and provide steps to reproduce it:
During semantic comparision ,two pdf are loaded,I want to disable annotation for second pdf,Below is the screenshot.(annotation on red circle,I want user to not able to annotate on that pdf.)
Hello nikhil.saxena,
You mention you are using: “Pdf js apryse”
Are you using WebViewer or PDFJS Express?
Best regards,
Tyler
Hellow tgordon
We are using pdfjs express.
Hello nikhil.saxena,
Thank you for clarifying, in the future please open a thread in the PDFJS Express community forum: Technical Support - PDF.js Express
You can remove the annotations by getting the specific documentViewer that the document is associated with
// getting the second document's annotation manager, then you can perform the APIs
instance.Core.getDocumentViewers()[1].getAnnotationManager()
Best regards,
Tyler