Enhancements:
- Hyperlinks from indexes created in Word to the relevant index entry can
now be output to HTML.
The subject is an index created using Word's "Mark Entry" and "Insert
Index" functions.
*In the case of XE (Index Entry) fields registered by Mark Entry and
manually changed, or XE and INDEX fields inserted by the Field function,
the output may not be the same as the display in Word or may not be
output correctly. - The target frame of a link set in Word can now be output as the "target"
attribute of the HTML hyperlink. - Links set to pictures in Word can now be output as HTML hyperlinks.
- Supports for footnotes output. A hyperlink can be given to the footnote
mark at the point where the footnote was inserted by specifying the
option, and the user can navigate to the relevant footnote created at
the end of the text (or at the end of the text in the last HTML file if
the HTML is split and output as separate HTML files).
Alternatively, a <span> tag can be added to the footnote mark,
outputting the string of the relevant footnote to the value of the
"title" attribute, and displaying a tooltip on mouseover of the footnote
mark.
(Note that the endnote will be hyperlinked to the endnote mark by
default.) - Fixed footnote/endnote boundary <hr> tags to no longer enclosed by <p>
tags.
By default, only <hr> tags are output.
If a boundary is edited, the "-customSep" option can be used to output
the edited string or table.
If boundary is included, it is output with <span> tags instead of <hr>
tags.
Specification Modifications:
- When a table in Word contains a paragraph with an outline level set,
the outline level of the relevant paragraph is removed and output with a
<p> tag. - When the "-footnote f" option is specified, the endnotes are output in
<aside> tag as same as footnotes.
To output XHTML 1.0 compliant HTML, output within <div class="endnote">
tag.
If the HTML is split and output, both footnotes and endnotes are output
at the end of the sentence in the last HTML file.
Revision:
- Fixed an issue with incorrect HTML tags when a table in Word contained
paragraphs with outline levels set.
- Fixed to output non-breaking hyphens (hyphens that do not break
hyphenated words). - Fixed an issue where numbering differed from the order in Word.
- Fixed an issue in which text color specifications were not output to
HTML even if the "-textcolor" option was set to output the specified
text color in Word. - Fixed an error (or abnormal termination in the case of command line)
when outputting split HTML in certain Word documents.