Skip to content

Commit 88b8922

Browse files
1015083: Resolved CI failure
1 parent 091507c commit 88b8922

3 files changed

Lines changed: 11 additions & 13 deletions

File tree

Document-Processing-toc.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,13 +1121,13 @@
11211121
</ul>
11221122
</li>
11231123
<li>Digital Signature
1124-
<ul>
1125-
<li><a href="/document-processing/pdf/pdf-viewer/react/digital-signature/add-digital-signature-react">Add Digital Signature</a></li>
1126-
<li><a href="/document-processing/pdf/pdf-viewer/react/digital-signature/customize-signature-appearance">Customize Signature Appearance</a></li>
1127-
<li><a href="/document-processing/pdf/pdf-viewer/react/digital-signature/validate-digital-signatures">Validate Digital Signature</a></li>
1128-
<li><a href="/document-processing/pdf/pdf-viewer/react/digital-signature/signature-workflow">Signature Workflow</a></li>
1129-
</ul>
1130-
</li>
1124+
<ul>
1125+
<li><a href="/document-processing/pdf/pdf-viewer/react/digital-signature/add-digital-signature-react">Add Digital Signature</a></li>
1126+
<li><a href="/document-processing/pdf/pdf-viewer/react/digital-signature/customize-signature-appearance">Customize Signature Appearance</a></li>
1127+
<li><a href="/document-processing/pdf/pdf-viewer/react/digital-signature/validate-digital-signatures">Validate Digital Signature</a></li>
1128+
<li><a href="/document-processing/pdf/pdf-viewer/react/digital-signature/signature-workflow">Signature Workflow</a></li>
1129+
</ul>
1130+
</li>
11311131
<li><a href="/document-processing/pdf/pdf-viewer/react/organize-pages/overview">Organize Pages</a>
11321132
<ul>
11331133
<li><a href="/document-processing/pdf/pdf-viewer/react/organize-pages/copy-pages">Copy pages</a></li>

Document-Processing/PDF/PDF-Viewer/react/digital-signature/customize-signature-appearance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Customize Signature Appearance in React PDF Viewer | Syncfusion
4-
description: Learn how to customize visible PKI digital signature appearances using the Syncfusion PDF Library.
4+
description: Learn here all about how to customize visible PKI digital signature appearances using the Syncfusion PDF Library.
55
platform: document-processing
66
control: PdfViewer
77
documentation: ug

Document-Processing/PDF/PDF-Viewer/react/digital-signature/validate-digital-signatures.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Validate Digital Signatures in React PDF Viewer | Syncfusion
4-
description: Learn how to validate digital signatures applied to PDF forms using the Syncfusion JavaScript PDF Library with the React PDF Viewer. Covers integrity, certificate trust, timestamp, and revocation checks.
4+
description: Learn how to validate digital signatures applied to PDF forms using the Syncfusion JavaScript PDF Library with the React PDF Viewer.
55
platform: document-processing
66
control: PdfViewer
77
documentation: ug
@@ -30,8 +30,6 @@ A **digital signature** is a cryptographic proof embedded in the PDF that allows
3030
2. Use **JavaScript PDF Library** to **open the PDF bytes** and **validate the signature**.
3131
3. Display the validation outcome (valid/invalid/unknown) in your React UI (badge, toast, side panel).
3232

33-
![Validation status badge in toolbar](../forms/images/signature-validation-badge.png)
34-
3533
## How‑to: Validate a digital signature (Client‑side)
3634

3735
Cryptographic signature validation is performed by the Syncfusion PDF Library. Please refer to the PDF Library documentation for detailed guidance and sample code. The following pages cover validation concepts, APIs, and full examples:
@@ -54,7 +52,7 @@ After using the PDF Library to obtain validation results (integrity, trust, time
5452

5553
- **Single‑save rule:** Do **all edits first**, then **sign**, and **do not modify** the PDF after signing; modifying bytes after signing will invalidate the signature.
5654
- **Establish trust:** For demos, a self‑signed PFX will appear *Unknown*. For production, use a certificate that chains to a trusted CA or import the signer/issuer to the verifier’s trust store.
57-
- **Prefer timestamping (TSA):** A trusted timestamp improves long‑term validation even if the signer’s cert later expires or is revoked.
55+
- **Prefer timestamp (TSA):** A trusted timestamp improves long‑term validation even if the signer’s cert later expires or is revoked.
5856
- **Surface status in UI:** Show a clear badge (Valid/Invalid/Unknown) near the signature field or toolbar, and offer a *View details* panel with integrity, trust, and timestamp info.
5957

6058
## Troubleshooting
@@ -65,6 +63,6 @@ After using the PDF Library to obtain validation results (integrity, trust, time
6563
- **No revocation info** – Ensure OCSP/CRL endpoints are reachable by the validator or embed revocation data if supported.
6664

6765
## See also
68-
- [Add Digital Signature](/document-processing/pdf/pdf-viewer/react/forms/signature/add-digital-signature)
66+
- [Add Digital Signature](./add-digital-signature-react)
6967
- [Customize Signature Appearance](./customize-signature-appearance)
7068
- [Signature workflows](./signature-workflow)

0 commit comments

Comments
 (0)