Skip to content

Commit 795627a

Browse files
committed
Partially Resolve CI Issue
1 parent 754e34f commit 795627a

9 files changed

+9
-9
lines changed

Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-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 Word document to image** and download it.
61+
Step 6: Include the below code snippet in the **HomeController.cs** file to **convert a Word document to image** and download it.
6262

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ private void FontSettings_SubstituteFont(object sender, SubstituteFontEventArgs
113113
{% endhighlight %}
114114
{% endtabs %}
115115

116-
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.
116+
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.
117117
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).
118118

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ Step 2: Install the NuGet package from [NuGet.org](https://www.nuget.org/).
10291029

10301030
![Install the Syncfusion.DocIORenderer.Net.Core NuGet package](Blazor_Images/Install-Syncfusion.DocIORenderer.Net.Core-NuGet.png)
10311031

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

10341034
![Install the SkiaSharp.Views.Blazor NuGet package](Blazor_Images/Install-SkiaSharp.Views.Blazor-NuGet.png)
10351035

Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-document-to-Image-in-Console-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ By executing the program, you will get the **image** as follows.
289289
* Visual Studio 2022.
290290
* Install **.NET desktop development** workload with necessary .NET Framework SDK.
291291

292-
Step 1: Create a new **.NET FrameWork console application** project.
292+
Step 1: Create a new **.NET Framework console application** project.
293293
![Create a .NET FrameWork Console application in Visual Studio](Console-Images/NET-FrameWork/Console-Template-Net-FrameWork.png)
294294

295295
Step 2: Install [Syncfusion.DocIO.WinForms](https://www.nuget.org/packages/Syncfusion.DocIO.WinForms/) NuGet package as a reference to your Windows Forms application from the [NuGet.org](https://www.nuget.org/).

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

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

62-
Step 6: Include the below code snippet in the **Homecontroller.cs** file to **convert a Word document to Pdf** and download it.
62+
Step 6: Include the below code snippet in the **HomeController.cs** file to **convert a Word document to Pdf** and download it.
6363

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ private void FontSettings_SubstituteFont(object sender, SubstituteFontEventArgs
116116

117117
{% endtabs %}
118118

119-
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.
119+
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.
120120
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).
121121

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

Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-document-to-PDF-in-Console-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ By executing the program, you will get the **PDF** as follows.
289289
* Visual Studio 2022.
290290
* Install **.NET desktop development** workload with necessary .NET Framework SDK.
291291

292-
Step 1: Create a new **.NET FrameWork console application** project.
292+
Step 1: Create a new **.NET Framework console application** project.
293293
![Create a .NET FrameWork Console application in Visual Studio](Console-Images/NET-FrameWork/Console-Template-Net-FrameWork.png)
294294

295295
Step 2: Install [Syncfusion.DocToPdfConverter.WinForms](https://www.nuget.org/packages/Syncfusion.DocToPDFConverter.WinForms) NuGet package as a reference to your Windows Forms application from the [NuGet.org](https://www.nuget.org/).

Document-Processing/Word/Conversions/Word-To-PDF/NET/word-to-pdf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ control: DocIO
66
documentation: UG
77
---
88

9-
# Convert Word to PDF using Syncfusion<sup>&reg;</sup> Word (DocIO) library
9+
# Convert Word to PDF using Syncfusion<sup>&reg;</sup> Word (DocIO) library
1010

1111
Syncfusion<sup>&reg;</sup> Word library (DocIO) allows you to convert Word document to PDF within a few lines of code in .NET applications and also it does not require Adobe and Microsoft Word application to be installed in the machine. Using this, you can create an input Word document from scratch or load an existing Word document and then easily convert to PDF.
1212

Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Console-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ By executing the program, you will get the **Word document** as follows.
888888
* Visual Studio 2022.
889889
* Install **.NET desktop development** workload with necessary .NET Framework SDK.
890890

891-
Step 1: Create a new **.NET FrameWork console application** project.
891+
Step 1: Create a new **.NET Framework console application** project.
892892
![Create a Console application in Visual Studio](Console-Images/NET-FrameWork/Console-Template-Net-FrameWork.png)
893893

894894
Step 2: Install [Syncfusion.DocIO.WinForms](https://www.nuget.org/packages/Syncfusion.DocIO.WinForms/) NuGet package as a reference to your Windows Forms application from the [NuGet.org](https://www.nuget.org/).

0 commit comments

Comments
 (0)