Reputation: 135
<ngx-extended-pdf-viewer #ngxExtendedPdfViewer [src]="selectedDocument.Url" height="80vh" [language]="pdfLocal" [pageViewMode]="'single'">
Upvotes: 0
Views: 1773
Reputation: 3120
Long story: I've documented the feature here: https://pdfviewer.net/extended-pdf-viewer/signatures
Short story: like mentioned before, it's simply a matter of the attribute [showUnverifiedSignatures]="true"
Upvotes: 1