Skip to content

Commit 7c988a9

Browse files
Merge pull request #1991 from syncfusion-content/ES-877994-Revamp-helper-files-hotfix
ES-877994 - Revamp the UG for .NET MAUI and Xamarin for the helper files in both DocIO
2 parents 6f86637 + bef19f6 commit 7c988a9

File tree

4 files changed

+38
-36
lines changed

4 files changed

+38
-36
lines changed

File-Formats/DocIO/Convert-Word-Document-to-Image-in-MAUI.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,6 @@ using (WordDocument document = new WordDocument(assembly.GetManifestResourceStre
9999

100100
{% endtabs %}
101101

102-
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).
103-
104-
By executing the program, you will get the **image** as follows.
105-
106-
![Word to Image in .NET MAUI](WordToPDF_images/Output-WordtoImage.png)
107-
108102
## Helper files for .NET MAUI
109103

110104
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
182176
</tr>
183177
</table>
184178

179+
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).
180+
181+
By executing the program, you will get the **image** as follows.
182+
183+
![Word to Image in .NET MAUI](WordToPDF_images/Output-WordtoImage.png)
184+
185185
Click [here](https://www.syncfusion.com/document-processing/word-framework/maui) to explore the rich set of Syncfusion Word library (DocIO) features.
186186

187187
An online sample link to [convert Word document to image](https://ej2.syncfusion.com/aspnetcore/Word/WordToImage#/material3) in ASP.NET Core.

File-Formats/DocIO/Convert-Word-Document-to-PDF-in-MAUI.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,6 @@ using (WordDocument document = new WordDocument(assembly.GetManifestResourceStre
9898

9999
{% endtabs %}
100100

101-
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).
102-
103-
By executing the program, you will get the **PDF document** as follows.
104-
105-
![Word to PDF in .NET MAUI](WordToPDF_images/OutputImage.png)
106-
107101
## Helper files for .NET MAUI
108102

109103
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
181175
</tr>
182176
</table>
183177

178+
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).
179+
180+
By executing the program, you will get the **PDF document** as follows.
181+
182+
![Word to PDF in .NET MAUI](WordToPDF_images/OutputImage.png)
183+
184184
Click [here](https://www.syncfusion.com/document-processing/word-framework/maui) to explore the rich set of Syncfusion Word library (DocIO) features.
185185

186186
An online sample link to [convert Word document to PDF](https://ej2.syncfusion.com/aspnetcore/Word/WordToPDF#/bootstrap5) in ASP.NET Core.

File-Formats/DocIO/Create-Word-document-in-MAUI.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -301,15 +301,11 @@ saveService.SaveAndView("Sample.docx", "application/msword", ms);
301301

302302
{% endtabs %}
303303

304-
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Getting-Started/.NET-MAUI).
305304

306-
By executing the program, you will get the **Word document** as follows.
307-
308-
![MAUI output Word document](MAUI_Images/GettingStartedOutput.jpg)
309305

310306
## Helper files for .NET MAUI
311307

312-
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.
308+
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**.
313309

314310
<table>
315311
<tr>
@@ -328,7 +324,7 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/
328324
.NET MAUI Project
329325
</td>
330326
<td>
331-
SaveService.cs
327+
[SaveService.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Services/SaveService.cs)
332328
</td>
333329
<td>Represent the base class for save operation.
334330
</td>
@@ -338,7 +334,7 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/
338334
Windows
339335
</td>
340336
<td>
341-
SaveWindows.cs
337+
[SaveWindows.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/Windows/SaveWindows.cs)
342338
</td>
343339
<td>Save implementation for Windows.
344340
</td>
@@ -348,7 +344,7 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/
348344
Android
349345
</td>
350346
<td>
351-
SaveAndroid.cs
347+
[SaveAndroid.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/Android/SaveAndroid.cs)
352348
</td>
353349
<td>Save implementation for Android device.
354350
</td>
@@ -358,7 +354,7 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/
358354
Mac Catalyst
359355
</td>
360356
<td>
361-
SaveMac.cs
357+
[SaveMac.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/MacCatalyst/SaveMac.cs)
362358
</td>
363359
<td>Save implementation for Mac Catalyst device.
364360
</td>
@@ -368,22 +364,28 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/
368364
iOS
369365
</td>
370366
<td>
371-
SaveIOS.cs
367+
[SaveIOS.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/iOS/SaveIOS.cs)
372368
</td>
373369
<td>
374370
Save implementation for iOS device
375371
</td>
376372
</tr>
377373
<tr>
378374
<td>
379-
PreviewControllerDS.cs<br/>QLPreviewItemFileSystem.cs
375+
[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)
380376
</td>
381377
<td>
382378
Helper classes for viewing the <b>Word document</b> in iOS device
383379
</td>
384380
</tr>
385381
</table>
386382

383+
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Getting-Started/.NET-MAUI).
384+
385+
By executing the program, you will get the **Word document** as follows.
386+
387+
![MAUI output Word document](MAUI_Images/GettingStartedOutput.jpg)
388+
387389
Click [here](https://www.syncfusion.com/document-processing/word-framework/maui) to explore the rich set of Syncfusion Word library (DocIO) features.
388390

389391
An online sample link to [create a Word document](https://ej2.syncfusion.com/aspnetcore/Word/HelloWorld#/material3) in ASP.NET Core.

File-Formats/DocIO/Open-and-save-Word-document-in-MAUI.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,9 @@ saveService.SaveAndView("Sample.docx", "application/msword", ms);
114114

115115
{% endtabs %}
116116

117-
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).
118-
119-
By executing the program, you will get the **Word document** as follows.
120-
121-
![MAUI open and save output Word document](MAUI_Images/OpenAndSaveOutput.png)
122-
123117
## Helper files for .NET MAUI
124118

125-
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.
119+
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.
126120

127121
<table>
128122
<tr>
@@ -141,7 +135,7 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/
141135
.NET MAUI Project
142136
</td>
143137
<td>
144-
SaveService.cs
138+
[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)
145139
</td>
146140
<td>Represent the base class for save operation.
147141
</td>
@@ -151,7 +145,7 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/
151145
Windows
152146
</td>
153147
<td>
154-
SaveWindows.cs
148+
[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)
155149
</td>
156150
<td>Save implementation for Windows.
157151
</td>
@@ -161,7 +155,7 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/
161155
Android
162156
</td>
163157
<td>
164-
SaveAndroid.cs
158+
[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)
165159
</td>
166160
<td>Save implementation for Android device.
167161
</td>
@@ -171,7 +165,7 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/
171165
Mac Catalyst
172166
</td>
173167
<td>
174-
SaveMac.cs
168+
[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)
175169
</td>
176170
<td>Save implementation for Mac Catalyst device.
177171
</td>
@@ -181,20 +175,26 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/
181175
iOS
182176
</td>
183177
<td>
184-
SaveIOS.cs
178+
[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)
185179
</td>
186180
<td>
187181
Save implementation for iOS device
188182
</td>
189183
</tr>
190184
<tr>
191185
<td>
192-
PreviewControllerDS.cs<br/>QLPreviewItemFileSystem.cs
186+
[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)
193187
</td>
194188
<td>
195189
Helper classes for viewing the <b>Word document</b> in iOS device
196190
</td>
197191
</tr>
198192
</table>
199193

194+
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).
195+
196+
By executing the program, you will get the **Word document** as follows.
197+
198+
![MAUI open and save output Word document](MAUI_Images/OpenAndSaveOutput.png)
199+
200200
Click [here](https://www.syncfusion.com/document-processing/word-framework/maui) to explore the rich set of Syncfusion Word library (DocIO) features.

0 commit comments

Comments
 (0)