Hi
Thanks for your response
We tried out a code snippet for pdf js express as following and it seems to show the redaction icon in WebViewer .
So following is my question
- Will the following functionality need PDFTron License ?
- can we have details of redaction ( coordinates ) in an XFDF file with following functionality ?
we could then use 3rd party SDK to burn redaction based on XFDF informations .
We could not get custom annotation worked for Angular ,please do let us know if you have any working sample for typescript
WebViewer(
{
path: “…/lib/public”,
enableRedaction: true,
},
this.viewer.nativeElement
);
Thanks
Chandan