Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions File-Formats/DocIO/Convert-Word-Document-to-Image-in-MAUI.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

![Word to Image in .NET MAUI](WordToPDF_images/Output-WordtoImage.png)

## 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.
Expand Down Expand Up @@ -182,6 +176,12 @@ Refer the below helper files and add them into the mentioned project. These help
</tr>
</table>

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.

![Word to Image in .NET MAUI](WordToPDF_images/Output-WordtoImage.png)

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.
12 changes: 6 additions & 6 deletions File-Formats/DocIO/Convert-Word-Document-to-PDF-in-MAUI.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

![Word to PDF in .NET MAUI](WordToPDF_images/OutputImage.png)

## 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.
Expand Down Expand Up @@ -181,6 +175,12 @@ Refer the below helper files and add them into the mentioned project. These help
</tr>
</table>

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.

![Word to PDF in .NET MAUI](WordToPDF_images/OutputImage.png)

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.
24 changes: 13 additions & 11 deletions File-Formats/DocIO/Create-Word-document-in-MAUI.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

![MAUI output Word document](MAUI_Images/GettingStartedOutput.jpg)

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

<table>
<tr>
Expand All @@ -328,7 +324,7 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/
.NET MAUI Project
</td>
<td>
SaveService.cs
[SaveService.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Services/SaveService.cs)
</td>
<td>Represent the base class for save operation.
</td>
Expand All @@ -338,7 +334,7 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/
Windows
</td>
<td>
SaveWindows.cs
[SaveWindows.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/Windows/SaveWindows.cs)
</td>
<td>Save implementation for Windows.
</td>
Expand All @@ -348,7 +344,7 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/
Android
</td>
<td>
SaveAndroid.cs
[SaveAndroid.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/Android/SaveAndroid.cs)
</td>
<td>Save implementation for Android device.
</td>
Expand All @@ -358,7 +354,7 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/
Mac Catalyst
</td>
<td>
SaveMac.cs
[SaveMac.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/MacCatalyst/SaveMac.cs)
</td>
<td>Save implementation for Mac Catalyst device.
</td>
Expand All @@ -368,22 +364,28 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/
iOS
</td>
<td>
SaveIOS.cs
[SaveIOS.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/iOS/SaveIOS.cs)
</td>
<td>
Save implementation for iOS device
</td>
</tr>
<tr>
<td>
PreviewControllerDS.cs<br/>QLPreviewItemFileSystem.cs
[PreviewControllerDS.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/iOS/PreviewControllerDS.cs)<br/>[QLPreviewItemFileSystem.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/iOS/QLPreviewItemFileSystem.cs)
</td>
<td>
Helper classes for viewing the <b>Word document</b> in iOS device
</td>
</tr>
</table>

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.

![MAUI output Word document](MAUI_Images/GettingStartedOutput.jpg)

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 [create a Word document](https://ej2.syncfusion.com/aspnetcore/Word/HelloWorld#/material3) in ASP.NET Core.
26 changes: 13 additions & 13 deletions File-Formats/DocIO/Open-and-save-Word-document-in-MAUI.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,9 @@ 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/Read-and-Save-document/Open-and-save-Word-document/.NET-MAUI).

By executing the program, you will get the **Word document** as follows.

![MAUI open and save output Word document](MAUI_Images/OpenAndSaveOutput.png)

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

<table>
<tr>
Expand All @@ -141,7 +135,7 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/
.NET MAUI Project
</td>
<td>
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)
</td>
<td>Represent the base class for save operation.
</td>
Expand All @@ -151,7 +145,7 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/
Windows
</td>
<td>
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)
</td>
<td>Save implementation for Windows.
</td>
Expand All @@ -161,7 +155,7 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/
Android
</td>
<td>
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)
</td>
<td>Save implementation for Android device.
</td>
Expand All @@ -171,7 +165,7 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/
Mac Catalyst
</td>
<td>
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)
</td>
<td>Save implementation for Mac Catalyst device.
</td>
Expand All @@ -181,20 +175,26 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/
iOS
</td>
<td>
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)
</td>
<td>
Save implementation for iOS device
</td>
</tr>
<tr>
<td>
PreviewControllerDS.cs<br/>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)<br/>[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)
</td>
<td>
Helper classes for viewing the <b>Word document</b> in iOS device
</td>
</tr>
</table>

You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Read-and-Save-document/Open-and-save-Word-document/.NET-MAUI).

By executing the program, you will get the **Word document** as follows.

![MAUI open and save output Word document](MAUI_Images/OpenAndSaveOutput.png)

Click [here](https://www.syncfusion.com/document-processing/word-framework/maui) to explore the rich set of Syncfusion Word library (DocIO) features.