Skip to content

Commit 15e0d63

Browse files
author
Dharani Thangarasu
committed
WF-57082-Added hyperlink
1 parent aa5a093 commit 15e0d63

File tree

4 files changed

+12
-36
lines changed

4 files changed

+12
-36
lines changed

java-file-formats/word-library/conversion.md

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -29,36 +29,12 @@ Essential DocIO can convert various flow document as fixed document by using our
2929

3030
Essential DocIO supports converting the HTML file into Word document and vice versa. It supports only the HTML files that meet the validation either against XHTML 1.0 strict or XHTML 1.0 Transitional schema.
3131

32-
For further information kindly refer here.
33-
34-
### Customizing the HTML to Word conversion
35-
36-
You can customize the HTML to Word conversion with the following options:
37-
38-
* Validate the HTML string against XHTML 1.0 Strict and Transitional schema
39-
* Insert the HTML string at the specified position of the document body contents
40-
* Append HTML string to the specified paragraph
41-
42-
For further information kindly refer this link.
43-
44-
### Customizing the Word to HTML conversion
45-
46-
You can customize the Word to HTML conversion with the following options:
47-
48-
* Extract the images used in the HTML document at the specified file directory
49-
* Specify to export the header and footer of the Word document in the HTML
50-
* Specify to consider Text Input field as a editable fields or text
51-
* Specify the CSS style sheet type and its name
52-
53-
N>
54-
While exporting header and footer, DocIO exports the first section header content at the top of the HTML file and first section footer content at the end of the HTML file
55-
56-
For further information kindly refer this link.
32+
For further information kindly refer this [link](https://help.syncfusion.com/java-file-formats/word-library/html#).
5733

5834
### Supported Document elements
5935

60-
Kindly refer to this link for the document elements and attributes that are supported by DocIO in the Word to HTML and HTML to Word conversions.
36+
Kindly refer to this [link](https://help.syncfusion.com/java-file-formats/word-library/html#supported-and-unsupported-items#) for the document elements and attributes that are supported by DocIO in the Word to HTML and HTML to Word conversions.
6137

6238
## Text file
6339

64-
Essential DocIO supports to convert the Word document into a Text file and vice versa. For further information, kindly refer to this link.
40+
Essential DocIO supports to convert the Word document into a Text file and vice versa. For further information, kindly refer to this [link](https://help.syncfusion.com/java-file-formats/word-library/text#).

java-file-formats/word-library/overview.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ It is a non-UI component that provides a full-fledged document instance model si
1313

1414
**Key Features**
1515

16-
* Support to create a Word document from scratch.
16+
* Support to [create Word document](https://help.syncfusion.com/java-file-formats/word-library/getting-started) from scratch.
1717
* Support to open, modify, and save the existing Word documents.
18-
* Advanced Mail merge support with different data sources.
19-
* Ability to create or edit Word 2007 and later version documents, and convert them to commonly used file formats such as WordML, TXT, HTML, and vice versa.
20-
* Ability to create and manipulate shapes, and group shape in the DOCX and WordML format documents.
21-
* Ability to read and write the built-in and custom document properties.
22-
* Support to insert and edit the form fields.
23-
* Ability to insert the bookmarks and navigate corresponding bookmarks to insert, replace, and delete content.
18+
* Advanced [Mail merge](https://help.syncfusion.com/java-file-formats/word-library/working-with-mailmerge) support with different data sources.
19+
* Ability to create or edit Word 2007 and later version documents, and convert them to commonly used file formats such as [WordML](https://help.syncfusion.com/java-file-formats/word-library/word-file-formats#word-processing-xml-xml), [TXT](https://help.syncfusion.com/java-file-formats/word-library/text), [HTML](https://help.syncfusion.com/java-file-formats/word-library/html) and vice versa.
20+
* Ability to create and manipulate [shapes](https://help.syncfusion.com/java-file-formats/word-library/working-with-shapes), and [group shape](https://help.syncfusion.com/java-file-formats/word-library/working-with-shapes#grouping-shapes) in the DOCX and WordML format documents.
21+
* Ability to read and write the [built-in and custom document properties](https://help.syncfusion.com/java-file-formats/word-library/working-with-word-document#working-with-word-document-properties).
22+
* Support to insert and edit the [form fields](https://help.syncfusion.com/java-file-formats/word-library/working-with-form-fields).
23+
* Ability to insert the [bookmarks](https://help.syncfusion.com/java-file-formats/word-library/working-with-bookmarks) and navigate corresponding bookmarks to insert, replace, and delete content.
2424

2525
**Compatible Microsoft Word Versions**
2626

java-file-formats/word-library/working-with-fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ From v16.1.0.24, the entire field code is included in Document Object Model(DOM)
2323

2424
5. `WFieldMark`: Represents the end of a Field.
2525

26-
Find more information about migration changes here.
26+
Find more information about migration changes [here](https://help.syncfusion.com/file-formats/release-notes/migratingtov16.1.0.24#).
2727

2828
## Adding fields
2929

java-file-formats/word-library/working-with-tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ document.close();
202202

203203
## Align text within a table
204204

205-
You can iterate the cells within a table and align text for each cell. Find more information about iterating the cells from [here](https://help.syncfusion.com/file-formats/docio/working-with-tables#iterating-through-table-elements)
205+
You can iterate the cells within a table and align text for each cell. Find more information about iterating the cells from [here](https://help.syncfusion.com/java-file-formats/word-library/working-with-tables#iterating-through-table-elements)
206206

207207
The following code example illustrates how to align text within a table.
208208

0 commit comments

Comments
 (0)