diff --git a/File-Formats/DocIO/Convert-Word-Document-to-Image-in-MAUI.md b/File-Formats/DocIO/Convert-Word-Document-to-Image-in-MAUI.md index 5953e8cbf..99415776f 100644 --- a/File-Formats/DocIO/Convert-Word-Document-to-Image-in-MAUI.md +++ b/File-Formats/DocIO/Convert-Word-Document-to-Image-in-MAUI.md @@ -99,12 +99,6 @@ using (WordDocument document = new WordDocument(assembly.GetManifestResourceStre {% endtabs %} -You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Word-to-Image-conversion/Convert-Word-to-image/.NET-MAUI). - -By executing the program, you will get the **image** as follows. - - - ## Helper files for .NET MAUI Refer the below helper files and add them into the mentioned project. These helper files allow you to save the stream as a physical file and open the file for viewing. @@ -182,6 +176,12 @@ Refer the below helper files and add them into the mentioned project. These help +You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Word-to-Image-conversion/Convert-Word-to-image/.NET-MAUI). + +By executing the program, you will get the **image** as follows. + + + Click [here](https://www.syncfusion.com/document-processing/word-framework/maui) to explore the rich set of Syncfusion Word library (DocIO) features. An online sample link to [convert Word document to image](https://ej2.syncfusion.com/aspnetcore/Word/WordToImage#/material3) in ASP.NET Core. \ No newline at end of file diff --git a/File-Formats/DocIO/Convert-Word-Document-to-PDF-in-MAUI.md b/File-Formats/DocIO/Convert-Word-Document-to-PDF-in-MAUI.md index c60e9500b..7f38a0fa5 100644 --- a/File-Formats/DocIO/Convert-Word-Document-to-PDF-in-MAUI.md +++ b/File-Formats/DocIO/Convert-Word-Document-to-PDF-in-MAUI.md @@ -98,12 +98,6 @@ using (WordDocument document = new WordDocument(assembly.GetManifestResourceStre {% endtabs %} -You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Word-to-PDF-Conversion/Convert-Word-document-to-PDF/.NET-MAUI). - -By executing the program, you will get the **PDF document** as follows. - - - ## Helper files for .NET MAUI Refer the below helper files and add them into the mentioned project. These helper files allow you to save the stream as a physical file and open the file for viewing. @@ -181,6 +175,12 @@ Refer the below helper files and add them into the mentioned project. These help +You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Word-to-PDF-Conversion/Convert-Word-document-to-PDF/.NET-MAUI). + +By executing the program, you will get the **PDF document** as follows. + + + Click [here](https://www.syncfusion.com/document-processing/word-framework/maui) to explore the rich set of Syncfusion Word library (DocIO) features. An online sample link to [convert Word document to PDF](https://ej2.syncfusion.com/aspnetcore/Word/WordToPDF#/bootstrap5) in ASP.NET Core. \ No newline at end of file diff --git a/File-Formats/DocIO/Create-Word-document-in-MAUI.md b/File-Formats/DocIO/Create-Word-document-in-MAUI.md index 3faf0806c..530330030 100644 --- a/File-Formats/DocIO/Create-Word-document-in-MAUI.md +++ b/File-Formats/DocIO/Create-Word-document-in-MAUI.md @@ -301,15 +301,11 @@ saveService.SaveAndView("Sample.docx", "application/msword", ms); {% endtabs %} -You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Getting-Started/.NET-MAUI). -By executing the program, you will get the **Word document** as follows. - - ## Helper files for .NET MAUI -Download the helper files from this [link](https://www.syncfusion.com/downloads/support/directtrac/general/ze/HelperFiles_DocIO-2028573617.zip) and add them into the mentioned project. These helper files allow you to save the stream as a physical file and open the file for viewing. +Refer the helper files to be added into the mentioned project. These helper files allow you to **save the stream as a physical file and open the file for viewing**.
| - SaveService.cs + [SaveService.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Services/SaveService.cs) | Represent the base class for save operation. | @@ -338,7 +334,7 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/ Windows- SaveWindows.cs + [SaveWindows.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/Windows/SaveWindows.cs) | Save implementation for Windows. | @@ -348,7 +344,7 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/ Android- SaveAndroid.cs + [SaveAndroid.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/Android/SaveAndroid.cs) | Save implementation for Android device. | @@ -358,7 +354,7 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/ Mac Catalyst- SaveMac.cs + [SaveMac.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/MacCatalyst/SaveMac.cs) | Save implementation for Mac Catalyst device. | @@ -368,7 +364,7 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/ iOS- SaveIOS.cs + [SaveIOS.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/iOS/SaveIOS.cs) | Save implementation for iOS device @@ -376,7 +372,7 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/ |
|
- PreviewControllerDS.cs QLPreviewItemFileSystem.cs + [PreviewControllerDS.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/iOS/PreviewControllerDS.cs) [QLPreviewItemFileSystem.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/iOS/QLPreviewItemFileSystem.cs) |
Helper classes for viewing the Word document in iOS device @@ -384,6 +380,12 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/ |
| - SaveService.cs + [SaveService.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Read-and-Save-document/Open-and-save-Word-document/.NET-MAUI/Open-and-save-Word-document/SaveServices/SaveService.cs) | Represent the base class for save operation. | @@ -151,7 +145,7 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/ Windows- SaveWindows.cs + [SaveWindows.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Read-and-Save-document/Open-and-save-Word-document/.NET-MAUI/Open-and-save-Word-document/Platforms/Windows/SaveWindows.cs) | Save implementation for Windows. | @@ -161,7 +155,7 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/ Android- SaveAndroid.cs + [SaveAndroid.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Read-and-Save-document/Open-and-save-Word-document/.NET-MAUI/Open-and-save-Word-document/Platforms/Android/SaveAndroid.cs) | Save implementation for Android device. | @@ -171,7 +165,7 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/ Mac Catalyst- SaveMac.cs + [SaveMac.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Read-and-Save-document/Open-and-save-Word-document/.NET-MAUI/Open-and-save-Word-document/Platforms/MacCatalyst/SaveMac.cs) | Save implementation for Mac Catalyst device. | @@ -181,7 +175,7 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/ iOS- SaveIOS.cs + [SaveIOS.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Read-and-Save-document/Open-and-save-Word-document/.NET-MAUI/Open-and-save-Word-document/Platforms/iOS/SaveIOS.cs) | Save implementation for iOS device @@ -189,7 +183,7 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/ |
|
- PreviewControllerDS.cs QLPreviewItemFileSystem.cs + [PreviewControllerDS.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Read-and-Save-document/Open-and-save-Word-document/.NET-MAUI/Open-and-save-Word-document/Platforms/iOS/PreviewControllerDS.cs) [QLPreviewItemFileSystem.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Read-and-Save-document/Open-and-save-Word-document/.NET-MAUI/Open-and-save-Word-document/Platforms/iOS/QLPreviewItemFileSystem.cs) |
Helper classes for viewing the Word document in iOS device @@ -197,4 +191,10 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/ |