Skip to content

Commit 14a1b3d

Browse files
committed
Partially resolved CI Issues
1 parent cb45141 commit 14a1b3d

8 files changed

+11
-11
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ Step 2: Install the NuGet package from [NuGet.org](https://www.nuget.org/).
10211021

10221022
![Install the Syncfusion.PresentationRenderer.Net.Core NuGet package](Workingwith-Blazor/Install-Syncfusion.PresentationRenderer.Net.Core-NuGet.png)
10231023

1024-
* Similary install the [SkiaSharp.Views.Blazor](https://www.nuget.org/packages/SkiaSharp.Views.Blazor/) NuGet package from [NuGet.org](https://www.nuget.org/)
1024+
* Similarly install the [SkiaSharp.Views.Blazor](https://www.nuget.org/packages/SkiaSharp.Views.Blazor/) NuGet package from [NuGet.org](https://www.nuget.org/)
10251025

10261026
![Install the SkiaSharp.Views.Blazor NuGet package](Workingwith-Blazor/Install-SkiaSharp.Views.Blazor-NuGet.png)
10271027

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/Convert-PowerPoint-to-Image-in-MAUI.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Refer the below helper files and add them into the mentioned project. These help
181181
{{'[PreviewControllerDS.cs](https://github.com/SyncfusionExamples/PowerPoint-Examples/blob/master/PPTX-to-Image-conversion/Convert-PowerPoint-presentation-to-Image/.NET-MAUI/Convert-PowerPoint-to-Image/Platforms/iOS/PreviewControllerDS.cs)'| markdownify }}<br/>{{'[QLPreviewItemFileSystem.cs](https://github.com/SyncfusionExamples/PowerPoint-Examples/blob/master/PPTX-to-Image-conversion/Convert-PowerPoint-presentation-to-Image/.NET-MAUI/Convert-PowerPoint-to-Image/Platforms/iOS/QLPreviewItemFileSystem.cs)'| markdownify }}
182182
</td>
183183
<td>
184-
Helper classes for viewing the <b>PowerPoint Presenatation</b> in iOS device
184+
Helper classes for viewing the <b>PowerPoint Presentation</b> in iOS device
185185
</td>
186186
</tr>
187187
</table>
@@ -361,7 +361,7 @@ Refer the below helper files and add them into the mentioned project. These help
361361
{{'[PreviewControllerDS.cs](https://github.com/SyncfusionExamples/PowerPoint-Examples/blob/master/PPTX-to-Image-conversion/Convert-PowerPoint-presentation-to-Image/.NET-MAUI/Convert-PowerPoint-to-Image/Platforms/iOS/PreviewControllerDS.cs)'| markdownify }}<br/>{{'[QLPreviewItemFileSystem.cs](https://github.com/SyncfusionExamples/PowerPoint-Examples/blob/master/PPTX-to-Image-conversion/Convert-PowerPoint-presentation-to-Image/.NET-MAUI/Convert-PowerPoint-to-Image/Platforms/iOS/QLPreviewItemFileSystem.cs)'| markdownify }}
362362
</td>
363363
<td>
364-
Helper classes for viewing the <b>PowerPoint Presenatation</b> in iOS device
364+
Helper classes for viewing the <b>PowerPoint Presentation</b> in iOS device
365365
</td>
366366
</tr>
367367
</table>
@@ -552,7 +552,7 @@ Refer the below helper files and add them into the mentioned project. These help
552552
{{'[PreviewControllerDS.cs](https://github.com/SyncfusionExamples/PowerPoint-Examples/blob/master/PPTX-to-Image-conversion/Convert-PowerPoint-presentation-to-Image/.NET-MAUI/Convert-PowerPoint-to-Image/Platforms/iOS/PreviewControllerDS.cs)'| markdownify }}<br/>{{'[QLPreviewItemFileSystem.cs](https://github.com/SyncfusionExamples/PowerPoint-Examples/blob/master/PPTX-to-Image-conversion/Convert-PowerPoint-presentation-to-Image/.NET-MAUI/Convert-PowerPoint-to-Image/Platforms/iOS/QLPreviewItemFileSystem.cs)'| markdownify }}
553553
</td>
554554
<td>
555-
Helper classes for viewing the <b>PowerPoint Presenatation</b> in iOS device
555+
Helper classes for viewing the <b>PowerPoint Presentation</b> in iOS device
556556
</td>
557557
</tr>
558558
</table>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Refer the below helper files and add them into the mentioned project. These help
143143
{{'[PreviewControllerDS.cs](https://github.com/SyncfusionExamples/PowerPoint-Examples/blob/master/PPTX-to-Image-conversion/Convert-PowerPoint-presentation-to-Image/Xamarin/Convert-PowerPoint-Presentation-to-Image/Convert-PowerPoint-Presentation-to-Image.iOS/PreviewControllerDS.cs)'| markdownify }}
144144
</td>
145145
<td>
146-
Helper class for viewing the <b>PowerPoint Presenatation</b> in iOS device
146+
Helper class for viewing the <b>PowerPoint Presentation</b> in iOS device
147147
</td>
148148
</tr>
149149
<tr>

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**.

0 commit comments

Comments
 (0)