Product: PDFTRON Custom webviewer
Product Version:
Please give a brief summary of your issue:
Am using PDFTRON custom viewer implementation, In that Copy and paste annotation feature is not working by default , I would be looking for support to do that,
Need sample codebase for getAnnotationCopy() and pasteCopiedAnnotations() method
annotationManager.getAnnotationCopy(selectedAnnotation[0]);
In addtion to that support for
Please describe your issue and provide steps to reproduce it:
(The more descriptive your answer, the faster we are able to help you)
Please provide a link to a minimal sample where the issue is reproducible:
const Core = window.Core;
Core.setWorkerPath(‘/webviewer’);
Core.enableFullPDF();
const documentViewer = new Core.DocumentViewer();
documentViewer.setScrollViewElement(scrollView.current);
documentViewer.setViewerElement(viewer.current);
documentViewer.setOptions({ enableAnnotations: true });