Skip to content

Commit 17b3660

Browse files
1012852: Resolved CI failure
1 parent 79c6be2 commit 17b3660

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Document-Processing/PDF/PDF-Viewer/react/forms/signature-workflow.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: post
33
title: Add Digital Signature to PDF Forms in React PDF Viewer | Syncfusion
4-
description: Learn how to add signature fields and apply digital (PKI) signatures in the Syncfusion React PDF Viewer. Includes step‑by‑step guide, multi‑user signing notes, flattening, and workflow best practices.
5-
platform: React
4+
description: Learn how to add signature fields and apply digital (PKI) signatures in the Syncfusion React PDF Viewer.
5+
platform: document-processing
66
control: PdfViewer
77
documentation: ug
88
---
@@ -136,7 +136,7 @@ viewerRef.current?.formDesignerModule.addFormField('SignatureField', {
136136

137137
### Capture handwritten/typed signature in the browser
138138

139-
When users click a signature field at runtime, the Viewer’s dialog lets them **draw**, **type**, or **upload** a handwritten signature image—no plugins required—making it ideal for quick approvals.
139+
When users click a signature field at runtime, the Viewer’s dialog lets them **draw**, **type**, or **upload** a handwritten signature image—no plugin required—making it ideal for quick approvals.
140140

141141
![Signature Image](../images/handwritten-sign.png)
142142

@@ -186,7 +186,7 @@ To prevent rework, validate the PDF before enabling signatures:
186186
![Reviewer using highlights and comments](../images/highlight-comments.png)
187187
- **Approver** – Ensures feedback is addressed and signs when finalized.
188188
![Signature Image](../images/handwritten-sign.png)
189-
- **Final Approver** – Verifies requirements, then [flattens](../document-handling/preprocess-pdf#flatten-form-fields--annotations) or [Lock Signautre](https://help.syncfusion.com/document-processing/pdf/pdf-library/javascript/digitalsignature#lock-signature) to make signatures permanent and may restrict further edits.
189+
- **Final Approver** – Verifies requirements, then [flattens](../document-handling/preprocess-pdf#flatten-form-fields--annotations) or [Lock Signature](https://help.syncfusion.com/document-processing/pdf/pdf-library/javascript/digitalsignature#lock-signature) to make signatures permanent and may restrict further edits.
190190

191191
N> **Implementation tip:** Use the PDF Library’s `flatten` when saving to make annotations and form fields permanent after the last signature.
192192

0 commit comments

Comments
 (0)