Faris Shomali
Faris Shomali

Reputation: 135

is there any way to provide a digital signature with ngx-extended-pdf-viewer?

<ngx-extended-pdf-viewer #ngxExtendedPdfViewer [src]="selectedDocument.Url" height="80vh" [language]="pdfLocal" [pageViewMode]="'single'">

Upvotes: 0

Views: 1773

Answers (2)

Stephan Rauh
Stephan Rauh

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

T&#226;n Mạc
T&#226;n Mạc

Reputation: 1

[showUnverifiedSignatures]="true"

Upvotes: 0

Related Questions