You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/react/annotation/signature-annotation.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -255,7 +255,7 @@ root.render(<App />);
255
255
{% endhighlight %}
256
256
{% endtabs %}
257
257
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)
259
259
260
260
## Edit signature annotation
261
261
@@ -557,7 +557,7 @@ N> When `enableHandwrittenSignature` is set to `false`, the handwritten signatur
557
557
558
558
## Signature Workflow Best Practices
559
559
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—reviewersand 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.
561
561
562
562
### Why structured signature workflows matter
563
563
@@ -598,7 +598,7 @@ A well-structured signature workflow assigns specific responsibilities to each r
598
598
-**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.
-**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.
602
602
603
603
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).
604
604
@@ -623,8 +623,6 @@ When managing sensitive or confidential documents (such as legal, financial, med
623
623
-**Data protection:** Avoid storing confidential or high-value documents directly on client devices. Use secure storage and transmission practices.
624
624
-**Finalize documents:** After all signatures are collected, apply flattening or locking to make annotations and signatures permanent, preventing further edits.
625
625
626
-

627
-
628
626
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).
0 commit comments