From ff4ae6fd9761ef04683abdefcbf0cd214103b8ee Mon Sep 17 00:00:00 2001 From: KurmithaSF4004 Date: Mon, 18 Mar 2024 11:13:43 +0530 Subject: [PATCH 1/2] 873967_Maui --- .../XlsIO/Create-read-edit-excel-files-in-maui-c-sharp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/File-Formats/XlsIO/Create-read-edit-excel-files-in-maui-c-sharp.md b/File-Formats/XlsIO/Create-read-edit-excel-files-in-maui-c-sharp.md index 86acdc21c..2fa66954f 100644 --- a/File-Formats/XlsIO/Create-read-edit-excel-files-in-maui-c-sharp.md +++ b/File-Formats/XlsIO/Create-read-edit-excel-files-in-maui-c-sharp.md @@ -622,7 +622,7 @@ public class PreviewControllerDS : QLPreviewControllerDataSource {% endhighlight %} {% endtabs %} -A complete working example of creating an Excel document in the .NET MAUI application in C# is present on [this GitHub page](https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Getting%20Started/.NET%20MAUI/Create%20Excel). +A complete working example of creating an Excel document in the .NET MAUI application in C# is present on [this GitHub page](https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Getting%20Started/.NET%20MAUI/CreateExcel). By executing the program in windows, you will get the **Excel document** as follows. @@ -666,7 +666,7 @@ using (ExcelEngine excelEngine = new ExcelEngine()) {% endhighlight %} {% endtabs %} -A complete working example of how to read and edit an Excel file in the .NET MAUI application in C# is present on [this GitHub page](https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Getting%20Started/.NET%20MAUI/Edit%20Excel). +A complete working example of how to read and edit an Excel file in the .NET MAUI application in C# is present on [this GitHub page](https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Getting%20Started/.NET%20MAUI/EditExcel). Click [here](https://www.syncfusion.com/document-processing/excel-framework/maui) to explore the rich set of Syncfusion Excel library (XlsIO) features. From 0dae36220dfc008dce8fb8ef928f389cfca29d57 Mon Sep 17 00:00:00 2001 From: Srihariharan Date: Mon, 18 Mar 2024 11:43:20 +0530 Subject: [PATCH 2/2] 876381: update the correct url link for navigating to MAC getting started. --- File-Formats/PDF/Working-with-OCR/Working-with-OCR.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/File-Formats/PDF/Working-with-OCR/Working-with-OCR.md b/File-Formats/PDF/Working-with-OCR/Working-with-OCR.md index 4e06314f9..884c0e770 100644 --- a/File-Formats/PDF/Working-with-OCR/Working-with-OCR.md +++ b/File-Formats/PDF/Working-with-OCR/Working-with-OCR.md @@ -326,7 +326,7 @@ The Syncfusion .NET OCR library supports performing OCR in Docker. Refer to [thi ### Perform OCR in Mac -The Syncfusion .NET OCR library supports performing OCR on Mac. Refer to [this]() section for more information about performing OCR on an entire PDF document on Mac. +The Syncfusion .NET OCR library supports performing OCR on Mac. Refer to [this](https://help.syncfusion.com/file-formats/pdf/working-with-ocr/mac) section for more information about performing OCR on an entire PDF document on Mac. ### Perform OCR in ASP.NET Core