Skip to content

Commit da21de8

Browse files
committed
Resolved CI issues
1 parent dd87fe9 commit da21de8

16 files changed

+1511
-951
lines changed

Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-AWS-Elastic-Beanstalk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Step 5: Add a new button in the **Index.cshtml** as shown below.
5757
{% endhighlight %}
5858
{% endtabs %}
5959

60-
Step 6: Include the below code snippet in the **Homecontroller.cs** file to **convert a PowerPoint presentation to image** and download it.
60+
Step 6: Include the below code snippet in the **HomeController.cs** file to **convert a PowerPoint presentation to image** and download it.
6161

6262
{% tabs %}
6363
{% highlight c# tabtitle="C#" %}

Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-AWS-Lambda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ private void FontSettings_SubstituteFont(object sender, SubstituteFontEventArgs
105105
{% endhighlight %}
106106
{% endtabs %}
107107

108-
N> If using an older version of Syncfusion and Skiasharp NuGets as v2.88.8, there is a chance of encountering a libSkiaSharp not found exception during the conversion process.
108+
N> If using an older version of Syncfusion and Skiasharp NuGet as v2.88.8, there is a chance of encountering a libSkiaSharp not found exception during the conversion process.
109109
To resolve this, refer to the code snippet provided in the documentation [here]( https://help.syncfusion.com/document-processing/faq/how-to-resolve-libskiasharp-not-found-exception-in-net8-and-net9-on-linux).
110110

111111
Step 9: Right-click the project and select **Publish to AWS Lambda**.

Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Blazor.md

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

Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ dotnet run
120120

121121
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/PPTX-to-Image-conversion/Convert-PowerPoint-presentation-to-Image/Linux/Convert-PowerPoint-Presentation-to-Image).
122122

123-
By executing the program, you will get the **image** as follows. The output will be saved in **bin** foleder.
123+
By executing the program, you will get the **image** as follows. The output will be saved in **bin** folder.
124124

125125
![PowerPoint to Image in Linux](PPTXtoPDF_images/Output_PowerPoint_Presentation_to-Image.png)
126126

@@ -213,7 +213,7 @@ Click the **Run** button (green arrow) in the toolbar or press <kbd>F5</kbd> to
213213

214214
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/PPTX-to-Image-conversion/Convert-PowerPoint-presentation-to-Image/Linux/Convert-PowerPoint-Presentation-to-Image).
215215

216-
By executing the program, you will get the **image** as follows. The output will be saved in **bin** foleder.
216+
By executing the program, you will get the **image** as follows. The output will be saved in **bin** folder.
217217

218218
![PowerPoint to Image in Linux](PPTXtoPDF_images/Output_PowerPoint_Presentation_to-Image.png)
219219

Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/NuGet-Packages-Required-for-PPTXtoImage-Conversion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ platform: document-processing
55
control: PowerPoint
66
documentation: UG
77
---
8-
# NuGet Packages Required
8+
# NuGet Packages Required for PPTX to Image Conversion
99

1010
## Converting PowerPoint Presentation to image
1111

Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-AWS-Elastic-Beanstalk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Step 5: Add a new button in the **Index.cshtml** as shown below.
5858
{% endhighlight %}
5959
{% endtabs %}
6060

61-
Step 6: Include the below code snippet in the **Homecontroller.cs** file to **convert a PowerPoint Presentation to Pdf** and download it.
61+
Step 6: Include the below code snippet in the **HomeController.cs** file to **convert a PowerPoint Presentation to Pdf** and download it.
6262

6363
{% tabs %}
6464
{% highlight c# tabtitle="C#" %}

Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-AWS-Lambda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ private void FontSettings_SubstituteFont(object sender, SubstituteFontEventArgs
110110
{% endhighlight %}
111111
{% endtabs %}
112112

113-
N> If using an older version of Syncfusion and Skiasharp NuGets as v2.88.8, there is a chance of encountering a libSkiaSharp not found exception during the conversion process.
113+
N> If using an older version of Syncfusion and Skiasharp NuGet as v2.88.8, there is a chance of encountering a libSkiaSharp not found exception during the conversion process.
114114
To resolve this, refer to the code snippet provided in the documentation [here]( https://help.syncfusion.com/document-processing/faq/how-to-resolve-libskiasharp-not-found-exception-in-net8-and-net9-on-linux).
115115

116116
Step 9: Right-click the project and select **Publish to AWS Lambda**.

Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Blazor.md

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

Document-Processing/PowerPoint/PowerPoint-Library/NET/NuGet-Packages-Required.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ platform: document-processing
55
control: PowerPoint
66
documentation: UG
77
---
8-
# NuGet Packages Required
8+
# NuGet Packages Required for PowerPoint Library
99

1010
To work with PowerPoint Presentations, install the following NuGet packages in your application:
1111

Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-blazor.md

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

0 commit comments

Comments
 (0)