Skip to content

Commit 697d38b

Browse files
committed
986770: CI failure
1 parent 170c2fe commit 697d38b

17 files changed

+20
-20
lines changed

Document-Processing-toc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@
424424
<li><a href="/document-processing/pdf/pdf-viewer/angular/form-designer/create-with-user-interface-interaction">Create with UI Interaction</a></li>
425425
<li><a href="/document-processing/pdf/pdf-viewer/angular/toolbar-customization/form-designer-toolbar-customization">Form Designer Toolbar</a></li>
426426
<li><a href="/document-processing/pdf/pdf-viewer/angular/form-designer/form-field-events">Form Field Events</a></li>
427-
<li><a href="/document-processing/pdf/pdf-viewer/angular/how-to/custom-fonts-ts">Custom fonts</a></li>
427+
<li><a href="/document-processing/pdf/pdf-viewer/angular/how-to/custom-fonts">Custom fonts</a></li>
428428
</ul>
429429
</li>
430430
<li><a href="/document-processing/pdf/pdf-viewer/angular/form-filling">Form Filling</a></li>

Document-Processing/PDF/PDF-Viewer/angular/accessibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: ug
88
domainurl: ##DomainURL##
99
---
1010

11-
# Accessibility in Syncfusion<sup style="font-size:70%">&reg;</sup> Angular PDF Viewer components
11+
# Accessible PDF Viewing with Syncfusion Angular Components
1212

1313
The PDF Viewer component followed the accessibility guidelines and standards, including [ADA](https://www.ada.gov/), [Section 508](https://www.section508.gov/), [WCAG 2.2](https://www.w3.org/TR/WCAG22/) standards, and [WCAG roles](https://www.w3.org/TR/wai-aria/#roles) that are commonly used to evaluate accessibility.
1414

Document-Processing/PDF/PDF-Viewer/angular/annotation/annotation-event.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@ export class AppComponent implements OnInit {
11421142

11431143
### removeSignature
11441144

1145-
The [removeSignature](https://ej2.syncfusion.com/angular.documentation/api/pdfviewer/#removesignature) event is triggered when a signature is removed from the PDF Viewer.
1145+
The [removeSignature](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#removesignature) event is triggered when a signature is removed from the PDF Viewer.
11461146

11471147
#### Event Arguments
11481148

@@ -1222,7 +1222,7 @@ export class AppComponent implements OnInit {
12221222

12231223
### resizeSignature
12241224

1225-
The [resizeSignature](https://ej2.syncfusion.com/angular.documentation/api/pdfviewer/#resizesignature) event is triggered when a signature is resized in the PDF Viewer.
1225+
The [resizeSignature](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#resizesignature) event is triggered when a signature is resized in the PDF Viewer.
12261226

12271227
#### Event Arguments
12281228

@@ -1303,7 +1303,7 @@ export class AppComponent implements OnInit {
13031303

13041304
### signaturePropertiesChange
13051305

1306-
The [signaturePropertiesChange](https://ej2.syncfusion.com/angular.documentation/api/pdfviewer/#signaturepropertieschange) event is triggered when signature properties are changed in the PDF Viewer.
1306+
The [signaturePropertiesChange](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#signaturepropertieschange) event is triggered when signature properties are changed in the PDF Viewer.
13071307

13081308
#### Event Arguments
13091309

@@ -1383,7 +1383,7 @@ export class AppComponent implements OnInit {
13831383

13841384
### signatureSelect
13851385

1386-
The [signatureSelect](https://ej2.syncfusion.com/angular.documentation/api/pdfviewer/#signatureselect) event is triggered when a signature is selected in the PDF Viewer.
1386+
The [signatureSelect](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#signatureselect) event is triggered when a signature is selected in the PDF Viewer.
13871387

13881388
#### Event Arguments
13891389

@@ -1465,7 +1465,7 @@ export class AppComponent implements OnInit {
14651465

14661466
### signatureUnselect
14671467

1468-
The [signatureUnselect](https://ej2.syncfusion.com/angular.documentation/api/pdfviewer/#signatureunselect) event is triggered when a signature is unselected in the PDF Viewer.
1468+
The [signatureUnselect](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#signatureunselect) event is triggered when a signature is unselected in the PDF Viewer.
14691469

14701470
#### Event Arguments
14711471

Document-Processing/PDF/PDF-Viewer/angular/annotation/line-angle-constraints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Line angle constraints in Angular PDF Viewer | Syncfusion
4-
description: Learn to add, edit, delete, and configure highlight, underline, strikethrough, and squiggly text markup annotations programmatically.
4+
description: Programmatically manage text markup annotations like highlight, underline, strikethrough, and squiggly in your PDF documents.
55
description: Learn all about Line Angle Constraints Annotation in the Syncfusion Angular PDF Viewer component of Essential JS 2 and more.
66
platform: document-processing
77
control: Line Angle Constraints

Document-Processing/PDF/PDF-Viewer/angular/form-filling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Form filling in Angular PDF Viewer | Syncfusion
4-
description: Learn how to view, fill, export, and import PDF form fields using the Syncfusion Angular PDF Viewer, including disabling interaction and working with signatures.
4+
description: View, fill, import, and export PDF form fields in Angular PDF Viewer, including signature handling and disabling user interaction.
55
platform: document-processing
66
control: PDF Viewer
77
documentation: ug

Document-Processing/PDF/PDF-Viewer/angular/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: ug
88
domainurl: ##DomainURL##
99
---
1010

11-
# Getting started with Standalone PDF Viewer component
11+
# Getting started with Angular Standalone PDF Viewer component
1212

1313
This section explains the steps required to create a simple Standalone Angular PDF Viewer and demonstrates the basic usage of the PDF Viewer control in an Angular CLI application.
1414

Document-Processing/PDF/PDF-Viewer/angular/how-to-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
3-
title: FAQ Section in PDF Viewer control | Syncfusion
4-
description: In this section, you can know about the various questions asked about manipulation of in PDF Viewer control.
3+
title: FAQ Section in Angular PDF Viewer control | Syncfusion
4+
description: In this section, you can know about the various questions asked about manipulation of in Angular PDF Viewer control.
55
platform: document-processing
66
control: PDF Viewer
77
documentation: ug
88
domainurl: ##DomainURL##
99
---
1010

11-
# Frequently Asked Questions Section in PDF Viewer control
11+
# Frequently Asked Questions Section in Angular PDF Viewer control
1212

1313
The frequently asked questions in Essential<sup>&reg;</sup> PDF Viewer are listed below.
1414

Document-Processing/PDF/PDF-Viewer/angular/how-to/add-annotation-in-text-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: ug
88
domainurl: ##DomainURL##
99
---
1010

11-
# Add rectangle annotations using text search bounds in PDF Viewer
11+
# Add rectangle annotations using text search bounds in Angular PDF Viewer
1212

1313
A concise guide to adding rectangle annotations at highlighted text search results in the Angular PDF Viewer to visually emphasize matches and improve readability.
1414

Document-Processing/PDF/PDF-Viewer/angular/how-to/import-export-annotation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
3-
title: Import export annotation in Angular PDF Viewer component | Syncfusion
4-
description: Learn here all about Import export annotation in Syncfusion Angular PDF Viewer component of Syncfusion Essential JS 2 and more.
3+
title: Import & Export Annotations in Angular PDF Viewer | Syncfusion
4+
description: Explore how to handle PDF annotations with import and export features in Syncfusion Angular PDF Viewer component.
55
platform: document-processing
66
control: Import export annotation
77
documentation: ug
88
domainurl: ##DomainURL##
99
---
1010

11-
# Import and Export annotation
11+
# Import Export annotation in Angular PDF Viewer component
1212

1313
The PDF Viewer library allows you to import annotations from objects or streams instead of loading it as a file. To import such annotation objects, the PDF Viewer control must export the PDF annotations as objects by using the [**ExportAnnotationsAsObject()**](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#exportannotationsasobject) method. Only the annotation objects that are exported from the PDF Viewer can be imported.
1414

71.4 KB
Loading

0 commit comments

Comments
 (0)