Skip to content

Commit 26344d9

Browse files
committed
993321: front matter error
1 parent d8a7bdc commit 26344d9

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Document-Processing/PDF/PDF-Viewer/angular/open-pdf-file/from-box-cloud-file-storage.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: Open PDF from Box cloud storage in Angular PDF Viewer | Syncfusion
4-
description: Learn how to load PDFs from Box cloud storage in the Syncfusion Angular PDF Viewer component.
4+
description: Learn how to load PDF files from Box cloud storage in the Syncfusion Angular PDF Viewer component.
55
platform: document-processing
66
control: Open PDF files from Box cloud file storage
77
documentation: ug

Document-Processing/PDF/PDF-Viewer/angular/open-pdf-file/from-google-cloud-storage.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: Open PDF from Google Cloud Storage in Angular PDF Viewer | Syncfusion
4-
description: Learn how to load PDFs from Google Cloud Storage in the Syncfusion Angular PDF Viewer component
4+
description: Learn how to load PDF files from Google Cloud Storage in the Syncfusion Angular PDF Viewer component
55
platform: document-processing
66
control: Open PDF files from Google Cloud Storage
77
documentation: ug

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

Document-Processing/PDF/PDF-Viewer/angular/save-pdf-file/to-azure-blob-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public PdfViewerController(IConfiguration configuration, ILogger<PdfViewerContro
142142
}
143143
```
144144

145-
5. Modify the [Download()](https://ej2.syncfusion.com/documentation/api/pdfviewer/#download) method to save the downloaded PDF file to the Azure Blob Storage container.
145+
5. Modify the [Download()](https://ej2.syncfusion.com/documentation/api/pdfviewer#download) method to save the downloaded PDF file to the Azure Blob Storage container.
146146

147147
```csharp
148148

@@ -239,7 +239,7 @@ public IActionResult Download([FromBody] Dictionary<string, string> jsonObject)
239239

240240
**Step 4:** Set the PDF Viewer Properties in Angular PDF viewer component
241241

242-
Modify the [serviceUrl](https://ej2.syncfusion.com/documentation/api/pdfviewer/#serviceurl) property of the PDF Viewer component with the accurate URL of the web service, replacing `https://localhost:44396/pdfviewer` with the actual server URL. Set the `documentPath` property to the desired PDF file name to load from Azure Blob Storage, and ensure that the document exists in the target container.
242+
Modify the [serviceUrl](https://ej2.syncfusion.com/documentation/api/pdfviewer#serviceurl) property of the PDF Viewer component with the accurate URL of the web service, replacing `https://localhost:44396/pdfviewer` with the actual server URL. Set the `documentPath` property to the desired PDF file name to load from Azure Blob Storage, and ensure that the document exists in the target container.
243243

244244
```typescript
245245
import { Component, OnInit } from '@angular/core';

Document-Processing/PDF/PDF-Viewer/asp-net-core/open-pdf-file/from-google-cloud-storage.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 from Google Cloud Storage in ASP.NET Core PDF Viewer | Syncfusion
3+
title: Open PDF files from Google Cloud in ASP.NET Core | Syncfusion
44
description: Learn how to load PDFs from Google Cloud Storage in the Syncfusion ASP.NET Core PDF Viewer component using a server-backed approach.
55
platform: document-processing
66
control: PDF Viewer

0 commit comments

Comments
 (0)