|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--ru.novosoft.dc.rtf_to_xml.Convert
RTF_TO_XML command line interface implementation.
| Field Summary | |
static java.lang.String |
VERSION
A version of RTF_TO_XML. |
| Method Summary | |
static void |
main(java.lang.String[] args)
RTF_TO_XML command line call. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public static final java.lang.String VERSION
| Method Detail |
public static void main(java.lang.String[] args)
Syntax: <Convert> [<options>] <rtf_files>
Common options:
-h, --help print the info
-i output with indents
-u use user preferences
-r recurse into directories
-S skip (don't overwrite) existing files
-E stop on errors
-s <directory> set a source directory
-d <directory> set a destination directory
-o <options-file> read options from <options-file>
-v# a level of logging (from 0 to 5):
v0 no logging, v1 info logging,
v2 silent normal logging, v3 normal logging,
v4 silent full logging, v5 full logging
Other options are specified in the form:
-<option>:<value> set a <value> for the <option>.
If ":<value>" is omitted, "true" supposed
See "/conf/nsdc.properties" for more details
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||