Skip to content

Commit c46c919

Browse files
1008844: Resolved CI failures
1 parent d85ff05 commit c46c919

13 files changed

Lines changed: 141 additions & 140 deletions

Document-Processing-toc.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,7 @@
686686
<li><a href="/document-processing/pdf/pdf-viewer/angular/how-to/custom-fonts">Add custom fonts to the PDF Viewer using the PDF document</a></li>
687687
<li><a href="/document-processing/pdf/pdf-viewer/angular/how-to/create-a-standalone-pdf-viewer-in-angular-17-and-above-with-no-standalone-flag">Create a Standalone PDF Viewer in Angular 17 and above with --no-standalone flag</a></li>
688688
<li><a href="/document-processing/pdf/pdf-viewer/angular/how-to/create-a-standalone-pdf-viewer-in-angular-17-and-above-without-no-standalone-flag">Create a Standalone PDF Viewer in Angular 17 and above without --no-standalone flag</a></li>
689+
<li><a href="/document-processing/pdf/pdf-viewer/angular/how-to/create-a-standalone-pdf-viewer-in-angular-12.md">Create a Standalone PDF Viewer in Angular 12</a></li>
689690
<li><a href="/document-processing/pdf/pdf-viewer/angular/how-to/configure-annotation-selector-setting">Configure Annotation Selector Setting</a></li>
690691
<li><a href="/document-processing/pdf/pdf-viewer/angular/how-to/convert-pdf-library-bounds-to-pdf-viewer-bounds">Convert Pdf Library Bounds to Pdf viewer bounds</a></li>
691692
<li><a href="/document-processing/pdf/pdf-viewer/angular/how-to/show-custom-stamp-item">Display Custom Stamp items in Custom Stamp</a></li>

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

Lines changed: 37 additions & 37 deletions
Large diffs are not rendered by default.

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

Lines changed: 90 additions & 90 deletions
Large diffs are not rendered by default.

Document-Processing/PDF/PDF-Viewer/angular/how-to/add-header-value.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ug
99

1010
# Add header values in the Angular PDF Viewer
1111

12-
Use the ajaxHeaders property in the PDF Viewer’s [ajaxRequestSettings](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#ajaxrequestsettings) to include custom headers with each AJAX request.
12+
Use the ajaxHeaders property in the PDF Viewer’s [ajaxRequestSettings](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#ajaxrequestsettings) to include custom headers with each AJAX request.
1313

1414
Example: Add a custom Authorization header using ajaxRequestSettings in an Angular component
1515

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
@@ -9,7 +9,7 @@ documentation: ug
99

1010
# Customize annotation selectors in Angular PDF Viewer
1111

12-
Customize the annotation selector using the [annotationSelectorSettings](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#annotationselectorsettings) property of the PDF Viewer.
12+
Customize the annotation selector using the [annotationSelectorSettings](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#annotationselectorsettings) property of the PDF Viewer.
1313

1414
Example: Customize the selector of a shape annotation
1515

Document-Processing/PDF/PDF-Viewer/angular/how-to/change-selection-border.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ domainurl: ##DomainURL##
1010

1111
# Customize the selection border
1212

13-
The PDF Viewer library allows you to customize the annotations selection borders using the [**annotationSelectorSettings**](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationSelectorSettingsModel/#annotationselectorsettingsmodel) Property.
13+
The PDF Viewer library allows you to customize the annotations selection borders using the [**annotationSelectorSettings**](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationSelectorSettingsModel#annotationselectorsettingsmodel) Property.
1414

1515
The following steps are used to customize the selection border.
1616

Document-Processing/PDF/PDF-Viewer/angular/how-to/custom-context-menu.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-
# Customize the context menu in PDF Viewer
11+
# Customize the context menu in Angular PDF Viewer
1212

1313
PDF Viewer allows you to add custom option in context menu. It can be achieved by using the `addCustomMenu()` method and custom action is defined using the `customContextMenuSelect()`method.
1414
PDF Viewer supports adding custom options to the context menu using the `addCustomMenu()`(https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#addcustommenu)method. Define actions for custom items with the [customContextMenuSelect()](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#customcontextmenuselect) method.

Document-Processing/PDF/PDF-Viewer/angular/how-to/load-document-after-resources-loaded.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-
# Load a PDF only after PDFium resources are ready
11+
# Load a PDF only after PDFium resources are ready in Angular
1212

1313
In Standalone mode, the Angular PDF Viewer downloads its PDFium runtime assets (scripts/wasm) from the location specified in `resourceUrl`. Attempting to load a document before those assets are available can cause errors. Use the `resourcesLoaded` event to defer document loading until all required assets are ready.
1414

Document-Processing/PDF/PDF-Viewer/angular/open-pdf-file/from-amazon-s3.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: Open PDF files from AWS S3 in Angular PDF Viewer Component | Syncfusion
3+
title: Open PDF files from AWS S3 in Angular PDF Viewer | Syncfusion
44
description: Learn here all about how to Open PDF files from AWS S3 in Syncfusion Angular PDF Viewer component of Syncfusion Essential JS 2 and more.
55
platform: document-processing
66
control: Open PDF files from AWS S3

Document-Processing/PDF/PDF-Viewer/angular/open-pdf-file/from-azure-blob-storage.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: Open PDF from Azure Blob Storage into PDF Viewer Component | Syncfusion
3+
title: Open PDF from Azure Blob Storage into PDF Viewer | Syncfusion
44
description: Learn here all about how to Open PDF files from Azure Blob Storage in Syncfusion Angular PDF Viewer component of Syncfusion Essential JS 2 and more.
55
platform: document-processing
66
control: Open PDF files from Azure Blob Storage
77
documentation: ug
88
domainurl: ##DomainURL##
99
---
1010

11-
# Open PDF from Azure Blob Storage
11+
# Open PDF from Azure Blob Storage in Angular
1212

1313
The Angular PDF Viewer component supports loading PDF files from Azure Blob Storage using either the standalone or the server-backed PDF Viewer. The following steps demonstrate both approaches.
1414

0 commit comments

Comments
 (0)