Skip to content

Commit 33ee7b8

Browse files
committed
986770: resolved ci failure
1 parent cfde31c commit 33ee7b8

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ import { PdfViewerComponent, LinkAnnotationService, BookmarkViewService,
542542
{% endhighlight %}
543543
{% endtabs %}
544544

545-
>Run the [web service](https://github.com/SyncfusionExamples/EJ2-PDFViewer-WebServices/tree/main/ASP.NET%20Core/PdfViewerWebService_3.0) and then the angular code. Also note that, the JSON file for importing the annotation should be placed in the location as specified in the GetDocumentPath method of the PdfViewerController.
545+
>Run the [web service](https://github.com/SyncfusionExamples/EJ2-PDFViewer-WebServices/tree/main/ASP.NET%20Core/PdfViewerWebService_8.0) and then the angular code. Also note that, the JSON file for importing the annotation should be placed in the location as specified in the GetDocumentPath method of the PdfViewerController.
546546
547547
Refer to the following code snippet to import annotations from an XFDF file.
548548

@@ -623,7 +623,7 @@ import { PdfViewerComponent, LinkAnnotationService, BookmarkViewService,
623623
{% endhighlight %}
624624
{% endtabs %}
625625

626-
>Run the [web service](https://github.com/SyncfusionExamples/EJ2-PDFViewer-WebServices/tree/main/ASP.NET%20Core/PdfViewerWebService_3.0) and then the angular code. Also note that, the XFDF file for importing the annotation should be placed in the location as specified in the GetDocumentPath method of the PdfViewerController.
626+
>Run the [web service](https://github.com/SyncfusionExamples/EJ2-PDFViewer-WebServices/tree/main/ASP.NET%20Core/PdfViewerWebService_8.0) and then the angular code. Also note that, the XFDF file for importing the annotation should be placed in the location as specified in the GetDocumentPath method of the PdfViewerController.
627627
628628
## Importing Annotation Using Base64 Data
629629

Document-Processing/PDF/PDF-Viewer/angular/feature-module.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-
# Feature modules
11+
# Feature modules in Angular PDF Viewer
1212

1313
The [`Angular PDF Viewer`](https://www.syncfusion.com/pdf-viewer-sdk) features are segregated into individual feature-wise modules to enable selectively referencing in the application. The required modules should be injected to extend its functionality. The following are the selective modules of PDF Viewer that can be included as required:
1414

Document-Processing/PDF/PDF-Viewer/angular/getting-started-with-server-backed.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ platformBrowserDynamic().bootstrapModule(AppModule)
152152

153153
{% previewsample "Document-Processing/samples/pdfviewer/angular/getting-started-cs1/index.html" %}
154154

155-
> For PDF Viewer serviceUrl creation, follow the steps provided in the [link](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/how-to/create-pdfviewer-service)
155+
> For PDF Viewer serviceUrl creation, follow the steps provided in the [link](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/javascript-es6/how-to/create-pdfviewer-service)
156156
157157
## Module injection
158158

@@ -174,7 +174,7 @@ To enable additional features, inject the required modules. The following module
174174

175175
Inject modules using the `providers` property in `@NgModule`.
176176

177-
> To create a PDF Viewer `serviceUrl`, follow the steps in [Create PDF Viewer service](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/how-to/create-pdfviewer-service).
177+
> To create a PDF Viewer `serviceUrl`, follow the steps in [Create PDF Viewer service](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/javascript-es6/how-to/create-pdfviewer-service).
178178
179179
## Run the PDF Viewer web service
180180

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
3-
title: Add rectangle annotation from textSearch in Angular PDF Viewer | Syncfusion
3+
title: Add Rectangle Annotation via Text Search | Syncfusion
44
description: Learn to add rectangle annotations using text search bounds in the Angular PDF Viewer component, including initialization and search controls.
55
platform: document-processing
66
control: PDF Viewer
77
documentation: ug
88
domainurl: ##DomainURL##
99
---
1010

11-
# Add rectangle annotations using text search bounds in Angular PDF Viewer
11+
# Add Rectangle Annotations via Text Search 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/annotation-selectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Customize annotation selectors in Angular PDF Viewer
3+
title: Customize Annotation Selectors | Syncfusion Angular PDF Viewer
44
description: Learn how to customize annotation selectors in the Angular PDF Viewer component using annotationSelectorSettings with examples.
55
platform: document-processing
66
control: PDF Viewer

Document-Processing/PDF/PDF-Viewer/angular/how-to/change-author-name-using-annotation-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Change author name using annotation settings in Angular PDF Viewer | Syncfusion
3+
title: Change Author Name via Annotation Settings | Syncfusion
44
description: Learn how to change the author name and related annotation settings using the annotationSettings API in the Angular PDF Viewer.
55
platform: document-processing
66
control: PDF Viewer

0 commit comments

Comments
 (0)