Skip to content

Commit cd07dc5

Browse files
authored
Merge pull request #126 from syncfusion-content/SEO-2344_Site_Audit_Issues
SEO-2423_Site_Audit_Issues
2 parents 8c50b29 + 5b0d88a commit cd07dc5

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

angularjs/PdfViewer/Handwritten-Signature.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
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.
44
platform: AngularJS
55
control: PDF viewer
66
documentation: ug
77
keywords: ejPdfViewer, PDF viewer, js pdfviewer
88
---
99

10-
## Handwritten Signature
10+
# Handwritten Signature in AngularJS PDF Viewer
1111

1212
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.
1313

@@ -50,41 +50,41 @@ angular.module('syncApp', ['ejangular']).controller('PDFViewerController', funct
5050

5151
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.
5252

53-
![](Signature_images/Signature_img1.png)
53+
![AngularJS PDF Viewer Signature](Signature_images/Signature_img1.png)
5454

55-
![](Signature_images/Signature_img2.png)
55+
![AngularJS PDF Viewer handwritten Signature](Signature_images/Signature_img2.png)
5656

57-
![](Signature_images/Signature_img3.png)
57+
![AngularJS PDF Viewer Move Resize and Delete the Handwritten Signature](Signature_images/Signature_img3.png)
5858

5959
**Move, Resize and Delete the Handwritten Signature**
6060

6161
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.
6262

6363
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.
6464

65-
![](Signature_images/Signature_img4.png)
65+
![AngularJS PDF Viewer Delete option](Signature_images/Signature_img4.png)
6666

6767
**Changing Handwritten Signature properties**
6868

6969
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.
7070

71-
![](Signature_images/Signature_img5.png)
71+
![AngularJS PDF Viewer Properties](Signature_images/Signature_img5.png)
7272

7373
Select the desired color from the color palette and then click on OK button.
7474

75-
![](Signature_images/Signature_img6.png)
75+
![AngularJS PDF Viewer desired color](Signature_images/Signature_img6.png)
7676

7777
The selected color will be updated on the signature.
7878

79-
![](Signature_images/Signature_img7.png)
79+
![AngularJS PDF Viewer updated signature](Signature_images/Signature_img7.png)
8080

8181
You can also change the opacity of the added signature in the "properties" option.
8282

83-
![](Signature_images/Signature_img8.png)
83+
![AngularJS PDF Viewer added signature](Signature_images/Signature_img8.png)
8484

8585
**Saving the Signature**
8686

8787
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
8888

89-
![](Signature_images/Signature_img9.png)
89+
![AngularJS PDF Viewer Saving the Signature](Signature_images/Signature_img9.png)
9090

angularjs/PdfViewer/Text-Markup-Annotation.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: Text markup annotation of PDF viewer component.
3-
description: Text markup annotation of PDF viewer component.
2+
title: Text markup annotation in AngularJS PDF Viewer Control | Syncfusion
3+
description: Learn here about Text markup annotation in Syncfusion Essential AngularJS PDF Viewer Control, its elements, and more.
44
platform: AngularJS
55
control: PDF viewer
66
documentation: ug
77
keywords: ejPdfViewer, PDF viewer, js pdfviewer
88
---
99

10-
## Text Markup Annotation
10+
# Text Markup Annotation in AngularJS PDF Viewer
1111

1212
PDF viewer control supports adding text markup annotations in the PDF documents. The component also renders the existing text markup annotations from the PDF document when the document is loaded in it.
1313

1414
The following screenshot shows PDF viewer with the PDF document containing text markup annotations.
15-
![](Text-Markup-Annotation_images/Text_Markup_Annotations_img1.png)
15+
![AngularJS PDF Viewer text markup annotations](Text-Markup-Annotation_images/Text_Markup_Annotations_img1.png)
1616

1717
**Adding text markup annotations**
1818

@@ -55,21 +55,21 @@ angular.module('syncApp', ['ejangular']).controller('PDFViewerController', funct
5555

5656
The colorpicker control is provided in the text markup annotation tools to select the desired color for the text markup annotation to be added in the document.
5757

58-
![](Text-Markup-Annotation_images/Text_Markup_Annotations_img2.png)
58+
![AngularJS PDF Viewer Adding text markup annotations](Text-Markup-Annotation_images/Text_Markup_Annotations_img2.png)
5959

6060
**Adding notes to the text markup annotation**
6161

6262
The notes can be added to the text markup annotations using the context menu provided in the PDF viewer component.
6363

6464
The below screenshot shows that the notes have been added to a text markup annotation in the PDF document.
65-
![](Text-Markup-Annotation_images/Text_Markup_Annotations_img3.png)
65+
![AngularJS PDF Viewer Adding notes to the text markup annotation](Text-Markup-Annotation_images/Text_Markup_Annotations_img3.png)
6666

6767
**Editing the text markup annotation**
6868

6969
The properties of the text markup annotations in the PDF document can be edited using the properties window provided in the PDF viewer component. The color, opacity, author and subject of the text markup annotation can be modified. The properties of the text markup annotation can also be locked using the locked checkbox in the properties window.
7070

7171
The below screenshot shows the properties window used for editing the properties of a text markup annotation.
72-
![](Text-Markup-Annotation_images/Text_Markup_Annotations_img4.png)
72+
![AngularJS PDF Viewer Editing the text markup annotation](Text-Markup-Annotation_images/Text_Markup_Annotations_img4.png)
7373

7474
The text markup annotation in the PDF document can also be deleted from the PDF document.
7575

-72.8 KB
Loading
-84.4 KB
Loading
-66.1 KB
Loading
-59.6 KB
Loading

0 commit comments

Comments
 (0)