Skip to content

Commit edb880b

Browse files
Ressolved CI issues in PR
1 parent b3fbaac commit edb880b

11 files changed

Lines changed: 21 additions & 21 deletions
-75.4 KB
Loading

Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Azure-Functions-Flex-Consumption.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Open and save Presentation in Azure Functions Flex Consumption | Syncfusion
3-
description: Open and save a PowerPoint Presentation in Azure Functions Flex Consumption using the .NET Core PowerPoint library (Presentation) without Microsoft PowerPoint or interop dependencies.
2+
title: Open and Save Presentations in Azure Flex Functions | Syncfusion
3+
description: Open and save Presentation in Azure Functions Flex Consumption using the .NET Core PowerPoint library (Presentation) without Microsoft PowerPoint.
44
platform: document-processing
55
control: PowerPoint
66
documentation: UG

Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Azure-Functions-v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Step 13: Publishing has succeeded.
115115

116116
Step 14: Go to the Azure portal and select **App Services**. After the function is running, click **Get function URL** and copy it. Then, paste the URL into the client sample in the next section (which will request the Azure Functions to open and save a PowerPoint Presentation using the template PowerPoint document). You will get the output PowerPoint Presentation as follows.
117117

118-
![Output PowerPoint Presentation in Azure Functions v1](Workingwith-Core/Open-and-Save-output.png)
118+
![Output PowerPoint Presentation in Azure Functions v1](Workingwith-Core/Open-and-Save-output-image.png)
119119

120120
## Steps to post the request to Azure Functions
121121

Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Azure-Functions-v4.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ N> **Prerequisites:** An active [Azure subscription](https://azure.microsoft.com
1515
## Steps to open and save Presentation in Azure Functions v4
1616

1717
Step 1: Create a new Azure Functions project. Select the **Azure Functions** template and choose the **HTTP trigger** function type.
18-
![Create an Azure Functions project](Azure-Images/Functions-v4/Azure_PowerPoint_Presentation_to_PDF.png)
18+
![Create an Azure Functions project](Azure-Images/Functions-v1/Azure_PowerPoint_Presentation_to_PDF.png)
1919

2020
Step 2: Configure the project name and select the location.
21-
![Configure the project name and location](Azure-Images/Functions-v4/Configuration-Open-and-Save-PowerPoint.png)
21+
![Configure the project name and location](Azure-Images/Functions-v1/Configuration-Open-and-Save-PowerPoint.png)
2222

2323
Step 3: Select the function worker as **.NET 8.0 (Long Term Support)**.
2424
![Select function worker](Azure-Images/Functions-v4/Additional_Information_PowerPoint_Presentation_to_PDF.png)
@@ -92,29 +92,29 @@ public static async Task<HttpResponseData> Run(
9292
{% endtabs %}
9393

9494
Step 7: Right-click the project and select **Publish**. Then, create a new profile in the **Publish** window.
95-
![Create a new profile in the Publish Window](Azure-Images/Functions-v4/Publish-Open-and-Save-PowerPoint.png)
95+
![Create a new profile in the Publish Window](Azure-Images/Functions-v1/Publish-Open-and-Save-PowerPoint.png)
9696

9797
Step 8: Select the target as **Azure** and click the **Next** button.
98-
![Select the target as Azure](Azure-Images/Functions-v4/Target_PowerPoint_Presentation_to_PDF.png)
98+
![Select the target as Azure](Azure-Images/Functions-v1/Target_PowerPoint_Presentation_to_PDF.png)
9999

100100
Step 9: Click the **Create new** button.
101-
![Configure Hosting Plan](Azure-Images/Functions-v4/Function_Instance_PowerPoint_Presentation_to_PDF.png)
101+
![Configure Hosting Plan](Azure-Images/Functions-v1/Function_Instance_PowerPoint_Presentation_to_PDF.png)
102102

103103
Step 10: Click the **Create** button.
104-
![Select the plan type](Azure-Images/Functions-v4/Hosting-Open-and-Save-PowerPoint.png)
104+
![Select the plan type](Azure-Images/Functions-v1/Hosting-Open-and-Save-PowerPoint.png)
105105

106106
Step 11: After the Function App is created, click the **Finish** button.
107-
![Creating Function App](Azure-Images/Functions-v4/Azure-Instance-Open-and-Save-PowerPoint.png)
107+
![Creating Function App](Azure-Images/Functions-v1/Azure-Instance-Open-and-Save-PowerPoint.png)
108108

109109
Step 12: Click the **Publish** button.
110-
![Click Publish Button](Azure-Images/Functions-v4/Before-Publish-Open-and-Save-PowerPoint.png)
110+
![Click Publish Button](Azure-Images/Functions-v1/Before-Publish-Open-and-Save-PowerPoint.png)
111111

112112
Step 13: Publishing has succeeded.
113-
![Publish succeeded](Azure-Images/Functions-v4/After-Publish-Open-and-Save-PowerPoint.png)
113+
![Publish succeeded](Azure-Images/Functions-v1/After-Publish-Open-and-Save-PowerPoint.png)
114114

115115
Step 14: Go to the Azure portal and select **Function App**. After the function is running, click **Get Function URL** and copy it. Then, paste the URL into the client sample in the next section (which will request the Azure Function to open and save a PowerPoint Presentation using the template PowerPoint document). The output PowerPoint Presentation is shown below.
116116

117-
![Output PowerPoint Presentation in Azure Functions v4](Workingwith-Core/Open-and-Save-output.png)
117+
![Output PowerPoint Presentation in Azure Functions v4](Workingwith-Core/Open-and-Save-output-image.png)
118118

119119
## Steps to post the request to Azure Functions
120120

Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Open and save PowerPoint in Microsoft Azure | Syncfusion
3-
description: Learn how to open and save PowerPoint document in Azure services using .NET PowerPoint library (Presentation) without Microsoft PowerPoint or interop dependencies.
3+
description: Open and save PowerPoint presentations in Azure services with the .NET PowerPoint library, without Microsoft PowerPoint or interop.
44
platform: document-processing
55
control: PowerPoint
66
documentation: UG

Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Google-App-Engine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Syncfusion<sup>&reg;</sup> PowerPoint is a [.NET Core PowerPoint library](https:
1515
- A Google Cloud account with a created GCP project and billing enabled.
1616
- The **App Engine Admin API** enabled in the [Google Cloud Console](https://console.cloud.google.com/).
1717
- The [gcloud CLI](https://cloud.google.com/sdk/docs/install) installed locally.
18-
- [.NET SDK 8.0](https://dotnet.microsoft.com/download/dotnet/8.0) or later installed.
18+
- [.NET SDK 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later installed.
1919
- [Visual Studio 2022](https://visualstudio.microsoft.com/) with the **ASP.NET and web development** workload installed.
2020
- A valid Syncfusion<sup>&reg;</sup> license key. Refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview) to know about registering a Syncfusion<sup>&reg;</sup> license key in your application.
2121

Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Google-Cloud-Platform.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Open and save Presentation in GCP | Syncfusion
3-
description: Learn how to open and save Presentation in Google Cloud Platform (GCP) using .NET Core PowerPoint library (Presentation) without Microsoft PowerPoint or interop dependencies.
3+
description: Learn how to open and save PowerPoint presentations in Google Cloud Platform using the .NET PowerPoint library without Microsoft PowerPoint.
44
platform: document-processing
55
control: PowerPoint
66
documentation: UG
@@ -14,7 +14,7 @@ N> If this is your first time working with Google Cloud Platform (GCP), refer to
1414

1515
## Prerequisites
1616

17-
* A [Google Cloud Platform (GCP)](https://console.cloud.google.com/getting-started) account with billing enabled.
17+
* A [Google Cloud Platform (GCP)](https://cloud.google.com/cloud-console?nodebwarning=true) account with billing enabled.
1818
* The [Google Cloud SDK (`gcloud` CLI)](https://docs.cloud.google.com/sdk/docs/install-sdk) installed and initialized (`gcloud init`).
1919
* The **App Engine Admin API** enabled for your project. For steps, see [Enabling APIs](https://docs.cloud.google.com/service-usage/docs/enable-disable).
2020
* Visual Studio with the **.NET 8 SDK** and the **ASP.NET and web development** workload installed.

Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-MAC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Open and save Presentation on macOS | Syncfusion
3-
description: Open and save Presentation in .NET Core application on macOS using .NET Core PowerPoint library (Presentation) without Microsoft PowerPoint or interop dependencies.
3+
description: Open and save Presentation in .NET Core application on macOS using .NET Core PowerPoint library without Microsoft PowerPoint or interop dependencies.
44
platform: document-processing
55
control: PowerPoint
66
documentation: UG

Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-MAUI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
140140

141141
By executing the program, the resulting **PowerPoint presentation** is saved to the device and opened with the platform's default viewer, as shown below.
142142

143-
![.NET MAUI output PowerPoint presentation](Workingwith-MAUI/Open-and-Save-output-image.png)
143+
![.NET MAUI output PowerPoint presentation](Workingwith-Core/Open-and-Save-output-image.png)
144144

145145
## Helper files for .NET MAUI
146146

Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-UWP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ pptxDoc.Close();
115115

116116
By executing the program, you will get the **PowerPoint presentation** as follows.
117117

118-
![UWP output PowerPoint presentation](Workingwith-UWP/Open-and-Save-output-image.png)
118+
![UWP output PowerPoint presentation](Workingwith-Core/Open-and-Save-output-image.png)
119119

120120
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Read-and-save-PowerPoint-presentation/Open-and-save-PowerPoint/UWP).
121121

0 commit comments

Comments
 (0)