Skip to content

Commit 9acc654

Browse files
1012852: Resolved CI failures
1 parent d787411 commit 9acc654

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

Document-Processing/PDF/PDF-Viewer/react/annotation/signature-annotation.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ root.render(<App />);
255255
{% endhighlight %}
256256
{% endtabs %}
257257

258-
[View sample on GitHub](https://github.com/SyncfusionExamples/react-pdf-viewer-examples/blob/master/How%20to/Add%20Handwritten%20Signature%20Programmatically)
258+
[View sample on GitHub](https://github.com/SyncfusionExamples/react-pdf-viewer-examples/tree/master/How%20to/Add%20Handwritten%20Signature%20Programmatically)
259259

260260
## Edit signature annotation
261261

@@ -557,7 +557,7 @@ N> When `enableHandwrittenSignature` is set to `false`, the handwritten signatur
557557

558558
## Signature Workflow Best Practices
559559

560-
Designing a well‑structured [signature](#add-signature-annotation) workflow is essential for ensuring clarity, security, and efficiency when working with PDF documents. Signature workflows typically involve multiple participants—reviewers, approvers, and finalizers—each interacting with the document at different stages. The Syncfusion React PDF Viewer provides annotation, commenting, and flattening capabilities that support these multi‑stage signature processes.
560+
Designing a well‑structured [signature](#add-signature-annotation) workflow is essential for ensuring clarity, security, and efficiency when working with PDF documents. Signature workflows typically involve multiple participants—reviewers and approvers each interacting with the document at different stages. The Syncfusion React PDF Viewer provides annotation, commenting, and flattening capabilities that support these multi‑stage signature processes.
561561

562562
### Why structured signature workflows matter
563563

@@ -598,7 +598,7 @@ A well-structured signature workflow assigns specific responsibilities to each r
598598
- **Approver** – Examines the feedback, ensures all comments are addressed, and applies their signature once the document is finalized. Approvers may use handwritten, typed, or image-based signatures as per policy.
599599
![Signature Image](../images/handwritten-sign.png)
600600

601-
- **Finalizer** – Verifies that all approval requirements are met, then applies [flattening](../document-handling/preprocess-pdf#flatten-form-fields--annotations) to make annotations and signatures permanent. The finalizer may also lock the document or export annotations for record-keeping.
601+
- **Final Approver** – Verifies that all approval requirements are met, then applies [flattening](../document-handling/preprocess-pdf#flatten-form-fields--annotations) to make annotations and signatures permanent. The final approver may also lock the document or export annotations for record-keeping.
602602

603603
N> For more details on flattening PDF documents and making annotations permanent, see [Flatten Annotations and Form Fields](https://helpstaging.syncfusion.com/document-processing/pdf/pdf-library/javascript/pdf-document#flatten-annotations-and-form-fields).
604604

@@ -623,8 +623,6 @@ When managing sensitive or confidential documents (such as legal, financial, med
623623
- **Data protection:** Avoid storing confidential or high-value documents directly on client devices. Use secure storage and transmission practices.
624624
- **Finalize documents:** After all signatures are collected, apply flattening or locking to make annotations and signatures permanent, preventing further edits.
625625

626-
![Secure PDF signature workflow](../images/signature-security.png)
627-
628626
N> Always follow your organization’s data protection and compliance policies when handling sensitive documents. For more details on flattening and securing signed PDFs, see [Flatten Annotations and Form Fields](https://helpstaging.syncfusion.com/document-processing/pdf/pdf-library/javascript/pdf-document#flatten-annotations-and-form-fields).
629627

630628
## See also

Document-Processing/PDF/PDF-Viewer/react/forms/form-handling-best-practices.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Field names are critical for automation, data mapping, and debugging. Always:
2424

2525
![Forms Unique Field Name](../../javascript-es6/images/ui-textbox-edit.png)
2626

27-
You can refer to [Create Form Fields](../forms/manage-form-fields/create-form-fields) in React PDF Viewer to know more about creating formfields.
27+
You can refer to [Create Form Fields](../forms/manage-form-fields/create-form-fields) in React PDF Viewer to know more about creating form fields.
2828

2929
## 2. Maintain Consistent Field Types
3030

@@ -36,7 +36,7 @@ Changing a field’s type (e.g., from textbox to dropdown) can break data mappin
3636

3737
![Grouping Form Fields](../../javascript-es6/images/groupTextFileds.png)
3838

39-
You can refer to [Group Form Fields](../forms/group-form-fields) in React PDF Viewer to know more about grouping formfields.
39+
You can refer to [Group Form Fields](../forms/group-form-fields) in React PDF Viewer to know more about grouping form fields.
4040

4141
## 3. Validate Data Before Submission
4242

@@ -47,7 +47,7 @@ Validation ensures data quality and prevents errors downstream. Always:
4747
- Use custom validation logic for business rules.
4848
- Prevent submission or export if validation fails.
4949

50-
You can refer to [Form Validation](../forms/form-validation) in React PDF Viewer to know more about formfields Validation.
50+
You can refer to [Form Validation](../forms/form-validation) in React PDF Viewer to know more about form fields Validation.
5151

5252
## 4. Pre-Fill Known Values
5353

@@ -87,7 +87,7 @@ Benefits:
8787

8888
![Grouping Form Fields](../../javascript-es6/images/groupTextFileds.png)
8989

90-
You can refer to [Group Form Fields](../forms/group-form-fields) in React PDF Viewer to know more about grouping formfields.
90+
You can refer to [Group Form Fields](../forms/group-form-fields) in React PDF Viewer to know more about grouping form fields.
9191

9292
## 7. Keep Form Design Clean and Accessible
9393

@@ -100,7 +100,7 @@ Good design improves usability and accessibility. Tips:
100100

101101
![Form Fields](../../javascript-es6/images/FormFill.png)
102102

103-
You can refer to [Group Form Fields](../forms/group-form-fields) in React PDF Viewer to know more about grouping formfields.
103+
You can refer to [Group Form Fields](../forms/group-form-fields) in React PDF Viewer to know more about grouping form fields.
104104

105105
## See Also
106106

0 commit comments

Comments
 (0)