MS Word taglib ver. 1.2

    Custom JSP taglib lets you convert MS Word documents. It is a standard task when you decide to convert some .DOC file in RTF format etc. Tested with IE 5+. For example:
 


<%@ taglib uri="taglib.tld" prefix="c" %>

<c:wordConvert source="myFile.doc" target="newFile.rtf"/>

Tags are:

wordConvert

Tag converts MS Word documents. Parameters are:

1) source Describes a source file
2) target Optional parameter. Describes a target file. By default tag will use source name.
3) format Optional parameter. Describes a format for your target file. Possible values are Text, TextLineBreaks, DOSText, DOSTextLineBreaks, RTF, UnicodeText, HTML. Default value is RTF.

for downloading:

Library: mswordtag.jar    Description: taglib.tld

© Coldbeans      Comments?

See also Coldtags suite - the largest collection of custom JSP tags.