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: Document-Processing/Word/Conversions/html-conversions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1364,4 +1364,4 @@ Underline types and colors are ignored.
1364
1364
*[How to add numbers on pages in HTML to PDF in ASP.NET DocIO?](https://support.syncfusion.com/kb/article/19446/how-to-add-numbers-on-pages-in-html-to-pdf-in-aspnet-docio?isInternalRefresh=False)
1365
1365
*[How to restart numbering when replacing multiple texts with the same HTML list in Word document?](https://support.syncfusion.com/kb/article/19665/how-to-restart-numbering-when-replacing-multiple-texts-with-the-same-html-list-in-word-document)
1366
1366
*[How to export content between two bookmarks as HTML in a Word document?](https://support.syncfusion.com/kb/article/20097/how-to-export-content-between-two-bookmarks-as-html-in-a-word-document)
1367
-
*[How to convert EMF Images to PNG in Word Documents and Export to HTML in .NET?](https://support.syncfusion.com/kb/article/22464/how-to-convert-emf-images-to-png-in-word-documents-and-export-to-html-in-net)
1367
+
*[How to convert EMF Images to PNG in Word Documents and Export to HTML in .NET?](https://support.syncfusion.com/kb/article/22464/how-to-convert-emf-images-to-png-in-word-documents-and-export-to-html-in-net)
Copy file name to clipboardExpand all lines: Document-Processing/Word/Conversions/markdown-to-word-conversion.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -447,7 +447,7 @@ N> Hook the event handler before opening a Word document as per the above code e
447
447
</td>
448
448
<tdstyle="width: 41.7072%;">
449
449
<p>For image, enclose an alternative text within the brackets [], and then link of the image source within parentheses ().</p>
450
-
<p>If URL path is base64string, then it will be preserved properly in Word document. Otherwise, you can also {{'[set image from stream while opening Markdown file.](https://help.syncfusion.com/document-processing/word/word-library/net/convert-markdown-to-word-document-in-csharp#customize-image-data)'| markdownify }}</p>
450
+
<p>If URL path is base64string, then it will be preserved properly in Word document. Otherwise, you can also {{'[set image from stream while opening Markdown file.](https://help.syncfusion.com/document-processing/word/word-library/net/convert-markdown-to-word-document-in-csharp#customize-image-data)'| markdownify }}</p>
Copy file name to clipboardExpand all lines: Document-Processing/Word/Conversions/word-file-formats-conversions.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ For further information, click [here](https://help.syncfusion.com/document-proce
98
98
99
99
## Word Processing XML (.xml)
100
100
101
-
Word Processing XML (WordML) is a single-file XML format introduced in Microsoft Word 2003 to represent Word document content in XML.
101
+
Word Processing XML (WordML) is a single‑file XML format introduced in Microsoft Word 2003 to represent Word document content in XML.
102
102
103
103
The Essential<sup>®</sup> DocIO supports converting the Word document into Word Processing XML document and vice versa.
104
104
@@ -257,7 +257,7 @@ Word Processing XML conversion supports all common Word document elements such a
257
257
258
258
## Word Binary (97-2003) format
259
259
260
-
DOC is the binary file format used in Word 97Word 2003 and is one of the classic file formats for Word processing documents. It is a proprietary binary format developed by Microsoft that is supported across Microsoft Word versions and maintained mainly for backward compatibility.
260
+
DOC is the binary file format used in Word 97–Word 2003 and is one of the classic file formats for Word processing documents. It is a proprietary binary format developed by Microsoft that is supported across Microsoft Word versions and maintained mainly for backward compatibility.
261
261
262
262
The Essential<sup>®</sup> DocIO library supports importing and exporting DOC format documents.
263
263
@@ -392,7 +392,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
392
392
393
393
### Word 97-2003 Template (DOT)
394
394
395
-
DOT is the binary template file format used in Word 97Word 2003 and is used to create new documents from an existing template.
395
+
DOT is the binary template file format used in Word 97–Word 2003 and is used to create new documents from an existing template.
396
396
397
397
The following code example illustrates how to create a binary format document template with a few lines of code.
Copy file name to clipboardExpand all lines: Document-Processing/Word/Conversions/word-to-markdown-conversion.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,8 +175,8 @@ The following table illustrates the supported Markdown elements in Word to Markd
175
175
176
176
The Essential<sup>®</sup> DocIO supports two types of code blocks in Word to Markdown conversion.
177
177
178
-
* Indented code block: Set the paragraph style as “IndentedCode.”
179
-
* Fenced code block: Set the paragraph style as “FencedCode.”
178
+
* Indented code block: Set the paragraph style as “IndentedCode.”
179
+
* Fenced code block: Set the paragraph style as “FencedCode.”
180
180
181
181
The following code example shows how to create code blocks in a Word document using DocIO.
182
182
@@ -291,7 +291,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
291
291
292
292
### Block quotes
293
293
294
-
Create block quotes in a Word document by applying the “Quote” paragraph style to the paragraphs.
294
+
Create block quotes in a Word document by applying the “Quote” paragraph style to the paragraphs.
295
295
296
296
The following code example shows how to create block quotes in a Word document.
297
297
@@ -355,7 +355,7 @@ End Using
355
355
356
356
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Word-to-Markdown-conversion/Block-quote-in-Markdown).
357
357
358
-
N> Nested block quotes are not supported in a Word to the Markdown conversion. To preserve nested block quotes, add the number of “>” characters at the beginning of the paragraph in a Word document as equivalent to the nth nested level of the block quote. For example, to insert the 2nd nested level block quote, add two “>” characters at the start of the sentence, and no need to apply the “Quote” style to the paragraph.
358
+
N> Nested block quotes are not supported in a Word to the Markdown conversion. To preserve nested block quotes, add the number of “>” characters at the beginning of the paragraph in a Word document as equivalent to the nth nested level of the block quote. For example, to insert the 2nd nested level block quote, add two “>” characters at the start of the sentence, and no need to apply the “Quote” style to the paragraph.
359
359
360
360
## Customize image saving
361
361
@@ -411,11 +411,11 @@ End Using
411
411
{% endhighlight %}
412
412
413
413
{% highlight c# tabtitle="Xamarin" %}
414
-
//DocIO doesn’t support the MarkdownExportImagesFolder API in UWP and Xamarin platforms.
414
+
//DocIO doesn’t support the MarkdownExportImagesFolder API in UWP and Xamarin platforms.
415
415
{% endhighlight %}
416
416
417
417
{% highlight c# tabtitle="UWP" %}
418
-
//DocIO doesn’t support the MarkdownExportImagesFolder API in UWP and Xamarin platforms.
418
+
//DocIO doesn’t support the MarkdownExportImagesFolder API in UWP and Xamarin platforms.
419
419
{% endhighlight %}
420
420
421
421
{% endtabs %}
@@ -494,7 +494,7 @@ using (Stream docStream = typeof(App).GetTypeInfo().Assembly.GetManifestResource
494
494
{% endhighlight %}
495
495
496
496
{% highlight c# tabtitle="UWP" %}
497
-
//DocIO doesn’t support the ImageNodeVisitedEventArgs in UWP platform.
497
+
//DocIO doesn’t support the ImageNodeVisitedEventArgs in UWP platform.
498
498
{% endhighlight %}
499
499
500
500
{% endtabs %}
@@ -540,7 +540,7 @@ End Sub
540
540
{% endhighlight %}
541
541
542
542
{% highlight c# tabtitle="UWP" %}
543
-
//DocIO doesn’t support the ImageNodeVisitedEventArgs in UWP platform.
543
+
//DocIO doesn’t support the ImageNodeVisitedEventArgs in UWP platform.
You can reduce the memory usage in DocIO DOM when the Word document has embedded Ole image of large file size. You can preserve these embedded Ole images as normal images by setting [PreserveOleImageAsImage](https://help.syncfusion.com/cr/document-processing/Syncfusion.DocIO.DLS.Settings.html#Syncfusion_DocIO_DLS_Settings_PreserveOleImageAsImage) property of Settings class as true, before opening the Word document.
488
488
489
-
If [PreserveOleImageAsImage](https://help.syncfusion.com/cr/document-processing/Syncfusion.DocIO.DLS.Settings.html#Syncfusion_DocIO_DLS_Settings_PreserveOleImageAsImage) flag is enabled, DocIO internally skips to read the embedded Ole image of large file size (.bin), instead DocIO reuses the Ole image from Word document as normal image for the same visual appearance. This will reduce the memory usage in DocIO DOM and resolves Out of memory exception at some cases.
489
+
If [PreserveOleImageAsImage](https://help.syncfusion.com/cr/document-processing/Syncfusion.DocIO.DLS.Settings.html#Syncfusion_DocIO_DLS_Settings_PreserveOleImageAsImage) flag is enabled, DocIO internally skips to read the embedded Ole image of large file size (.bin), instead DocIO reuses the Ole image from Word document as normal image for the same visual appearance. This will reduce the memory usage in DocIO DOM and resolves “Out of memory exception” at some cases.
490
490
491
491
The following code example shows how to preserve embedded Ole image as normal image in a Word document.
0 commit comments