You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: File-Formats/DocIO/Convert-Word-Document-to-Image-in-MAUI.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,12 +99,6 @@ using (WordDocument document = new WordDocument(assembly.GetManifestResourceStre
99
99
100
100
{% endtabs %}
101
101
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
-

107
-
108
102
## Helper files for .NET MAUI
109
103
110
104
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
182
176
</tr>
183
177
</table>
184
178
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
+

184
+
185
185
Click [here](https://www.syncfusion.com/document-processing/word-framework/maui) to explore the rich set of Syncfusion Word library (DocIO) features.
186
186
187
187
An online sample link to [convert Word document to image](https://ej2.syncfusion.com/aspnetcore/Word/WordToImage#/material3) in ASP.NET Core.
Copy file name to clipboardExpand all lines: File-Formats/DocIO/Convert-Word-Document-to-PDF-in-MAUI.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,12 +98,6 @@ using (WordDocument document = new WordDocument(assembly.GetManifestResourceStre
98
98
99
99
{% endtabs %}
100
100
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
-

106
-
107
101
## Helper files for .NET MAUI
108
102
109
103
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
181
175
</tr>
182
176
</table>
183
177
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
+

183
+
184
184
Click [here](https://www.syncfusion.com/document-processing/word-framework/maui) to explore the rich set of Syncfusion Word library (DocIO) features.
185
185
186
186
An online sample link to [convert Word document to PDF](https://ej2.syncfusion.com/aspnetcore/Word/WordToPDF#/bootstrap5) in ASP.NET Core.
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Getting-Started/.NET-MAUI).
305
304
306
-
By executing the program, you will get the **Word document** as follows.
307
-
308
-

309
305
310
306
## Helper files for .NET MAUI
311
307
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**.
313
309
314
310
<table>
315
311
<tr>
@@ -328,7 +324,7 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/
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
-

122
-
123
117
## Helper files for .NET MAUI
124
118
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.
126
120
127
121
<table>
128
122
<tr>
@@ -141,7 +135,7 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/
Helper classes for viewing the <b>Word document</b> in iOS device
196
190
</td>
197
191
</tr>
198
192
</table>
199
193
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
+

199
+
200
200
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