mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #13214 from calixteman/signatures
Display widget signature
This commit is contained in:
commit
d9d626a5e1
10 changed files with 58 additions and 19 deletions
|
@ -1590,6 +1590,11 @@ const PDFViewerApplication = {
|
|||
this._delayedFallback(UNSUPPORTED_FEATURES.forms);
|
||||
}
|
||||
|
||||
if (info.IsSignaturesPresent) {
|
||||
console.warn("Warning: Digital signatures validation is not supported");
|
||||
this.fallback(UNSUPPORTED_FEATURES.signatures);
|
||||
}
|
||||
|
||||
// Telemetry labels must be C++ variable friendly.
|
||||
let versionId = "other";
|
||||
if (KNOWN_VERSIONS.includes(info.PDFFormatVersion)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue