Skip to content

Commit c7ffc85

Browse files
Revert "ES-1019486-Reverted unwanted changes"
This reverts commit 4bd95ab.
1 parent 5718efe commit c7ffc85

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

Document-Processing/Word/Conversions/html-conversions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1364,4 +1364,4 @@ Underline types and colors are ignored.
13641364
* [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)
13651365
* [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)
13661366
* [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)

Document-Processing/Word/Conversions/markdown-to-word-conversion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ N> Hook the event handler before opening a Word document as per the above code e
447447
</td>
448448
<td style="width: 41.7072%;">
449449
<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>
451451
</td>
452452
</tr>
453453
<tr>

Document-Processing/Word/Conversions/word-file-formats-conversions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ For further information, click [here](https://help.syncfusion.com/document-proce
9898

9999
## Word Processing XML (.xml)
100100

101-
Word Processing XML (WordML) is a singlefile 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.
102102

103103
The Essential<sup>&reg;</sup> DocIO supports converting the Word document into Word Processing XML document and vice versa.
104104

@@ -257,7 +257,7 @@ Word Processing XML conversion supports all common Word document elements such a
257257

258258
## Word Binary (97-2003) format
259259

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

262262
The Essential<sup>&reg;</sup> DocIO library supports importing and exporting DOC format documents.
263263

@@ -392,7 +392,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
392392

393393
### Word 97-2003 Template (DOT)
394394

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

397397
The following code example illustrates how to create a binary format document template with a few lines of code.
398398

Document-Processing/Word/Conversions/word-to-markdown-conversion.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ The following table illustrates the supported Markdown elements in Word to Markd
175175

176176
The Essential<sup>&reg;</sup> DocIO supports two types of code blocks in Word to Markdown conversion.
177177

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.”
180180

181181
The following code example shows how to create code blocks in a Word document using DocIO.
182182

@@ -291,7 +291,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
291291

292292
### Block quotes
293293

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

296296
The following code example shows how to create block quotes in a Word document.
297297

@@ -355,7 +355,7 @@ End Using
355355

356356
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).
357357

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

360360
## Customize image saving
361361

@@ -411,11 +411,11 @@ End Using
411411
{% endhighlight %}
412412

413413
{% 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.
415415
{% endhighlight %}
416416

417417
{% 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.
419419
{% endhighlight %}
420420

421421
{% endtabs %}
@@ -494,7 +494,7 @@ using (Stream docStream = typeof(App).GetTypeInfo().Assembly.GetManifestResource
494494
{% endhighlight %}
495495

496496
{% highlight c# tabtitle="UWP" %}
497-
//DocIO doesn’t support the ImageNodeVisitedEventArgs in UWP platform.
497+
//DocIO doesn’t support the ImageNodeVisitedEventArgs in UWP platform.
498498
{% endhighlight %}
499499

500500
{% endtabs %}
@@ -540,7 +540,7 @@ End Sub
540540
{% endhighlight %}
541541

542542
{% highlight c# tabtitle="UWP" %}
543-
//DocIO doesn’t support the ImageNodeVisitedEventArgs in UWP platform.
543+
//DocIO doesn’t support the ImageNodeVisitedEventArgs in UWP platform.
544544
{% endhighlight %}
545545

546546
{% endtabs %}

Document-Processing/Word/Word-Library/NET/Working-With-OLE-Objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ Essential<sup>&reg;</sup> DocIO keeps the entire document contents (paragraphs,
486486

487487
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.
488488

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

491491
The following code example shows how to preserve embedded Ole image as normal image in a Word document.
492492

0 commit comments

Comments
 (0)