|
1 | 1 | --- |
2 | | -title: Hand written signature in PDF viewer component. |
3 | | -description: Hand written signature in PDF viewer component. |
| 2 | +title: Hand written signature in AngularJS PDF Viewer Control | Syncfusion |
| 3 | +description: Learn here about Hand written signature in Syncfusion Essential AngularJS PDF Viewer Control, its elements, and more. |
4 | 4 | platform: AngularJS |
5 | 5 | control: PDF viewer |
6 | 6 | documentation: ug |
7 | 7 | keywords: ejPdfViewer, PDF viewer, js pdfviewer |
8 | 8 | --- |
9 | 9 |
|
10 | | -## Handwritten Signature |
| 10 | +# Handwritten Signature in AngularJS PDF Viewer |
11 | 11 |
|
12 | 12 | We have provided the support for adding handwritten signature into the PDF document. The handwritten signature support reduces the paper work of reviewing the content and verify it digitally. |
13 | 13 |
|
@@ -50,41 +50,41 @@ angular.module('syncApp', ['ejangular']).controller('PDFViewerController', funct |
50 | 50 |
|
51 | 51 | The handwritten signature can be added by drawing the signature content in the signature panel and on clicking the button labeled ADD, the signature will be added in the PDF documents. The following screenshots are pictorial representation of this. |
52 | 52 |
|
53 | | - |
| 53 | + |
54 | 54 |
|
55 | | - |
| 55 | + |
56 | 56 |
|
57 | | - |
| 57 | + |
58 | 58 |
|
59 | 59 | **Move, Resize and Delete the Handwritten Signature** |
60 | 60 |
|
61 | 61 | The handwritten signature content can be moved to the specified location within the page bounds by using touch gestures, arrow keys and mouse. We can also resize the handwritten signature content with maintaining aspect ratio. |
62 | 62 |
|
63 | 63 | The selected handwritten signature content can be deleted using the "Delete" option in the context menu or delete key. The following screenshots are pictorial representation of this. |
64 | 64 |
|
65 | | - |
| 65 | + |
66 | 66 |
|
67 | 67 | **Changing Handwritten Signature properties** |
68 | 68 |
|
69 | 69 | The properties (i.e. opacity and color) of a handwritten signature can be modified by color palate and opacity slider which is available in the “Properties" option in context menu. The following screenshots are pictorial representation of this. |
70 | 70 |
|
71 | | - |
| 71 | + |
72 | 72 |
|
73 | 73 | Select the desired color from the color palette and then click on OK button. |
74 | 74 |
|
75 | | - |
| 75 | + |
76 | 76 |
|
77 | 77 | The selected color will be updated on the signature. |
78 | 78 |
|
79 | | - |
| 79 | + |
80 | 80 |
|
81 | 81 | You can also change the opacity of the added signature in the "properties" option. |
82 | 82 |
|
83 | | - |
| 83 | + |
84 | 84 |
|
85 | 85 | **Saving the Signature** |
86 | 86 |
|
87 | 87 | The added signature can be saved to the PDF document and can be downloaded by clicking the download button in the toolbar. This action will not affect the original document |
88 | 88 |
|
89 | | - |
| 89 | + |
90 | 90 |
|
0 commit comments