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: java-file-formats/word-library/conversion.md
+3-27Lines changed: 3 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,36 +29,12 @@ Essential DocIO can convert various flow document as fixed document by using our
29
29
30
30
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.
31
31
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#).
57
33
58
34
### Supported Document elements
59
35
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.
61
37
62
38
## Text file
63
39
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#).
Copy file name to clipboardExpand all lines: java-file-formats/word-library/overview.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,14 @@ It is a non-UI component that provides a full-fledged document instance model si
13
13
14
14
**Key Features**
15
15
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.
17
17
* 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.
Copy file name to clipboardExpand all lines: java-file-formats/word-library/working-with-tables.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
@@ -202,7 +202,7 @@ document.close();
202
202
203
203
## Align text within a table
204
204
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)
206
206
207
207
The following code example illustrates how to align text within a table.
0 commit comments