Skip to content

Commit 5240433

Browse files
ES-1019486-Modified the old hyperlink
1 parent a522879 commit 5240433

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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 single-file XML format introduced in Microsoft Word 2003 to represent Word document content in XML.
101+
Word Processing XML (WordML) is a singlefile 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 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.
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.
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 97–Word 2003 and is used to create new documents from an existing template.
395+
DOT is the binary template file format used in Word 97Word 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/Word-Library/NET/Conversion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ You can customize the HTML to Word conversion with the following options:
7979
* Insert the HTML string at the specified position of the document body contents
8080
* Append HTML string to the specified paragraph
8181

82-
For further information, kindly refer [here](https://help.syncfusion.com/document-processing/word/conversions/html-conversions#customization-settings).
82+
For further information, kindly refer [here](https://help.syncfusion.com/document-processing/word/conversions/html-conversions#customizing-the-html-to-word-conversion).
8383

8484
### Customizing the Word to HTML conversion
8585

@@ -93,7 +93,7 @@ You can customize the Word to HTML conversion with the following options:
9393
N>
9494
While exporting the header and footer, DocIO exports the first section's header content at the top of the HTML file and first section's footer content at the end of the HTML file.
9595

96-
For further information, kindly refer [here](https://help.syncfusion.com/document-processing/word/conversions/html-conversions#customization-settings).
96+
For further information, kindly refer [here](https://help.syncfusion.com/document-processing/word/conversions/html-conversions#customizing-the-word-to-html-conversion).
9797

9898
### Supported Document elements
9999

0 commit comments

Comments
 (0)