cvtfile.exe
The cvtfile.exe binary converts a file from one format to another.
cvtfile.exe [-c ImportClass] [-e ExportClass] [-p] SourceFile [DestFile]
Parameters
- -c ImportClass
- Specifies the conversion class to use for converting the source file to RTF. If not specified, this will be detected from the source file itself.
- -e ExportClass
- Specifies the conversion class to use for converting the RTF to a destination format. If not specified, the destination format will be RTF. If specified, DestFile must also be specified.
- -p
- Display progress notifications. This can only be specified if the data is being output to a file (ie., DestFile is specified.) This option requires WinCvt 0.3.1 or newer.
- SourceFile
- Specifies the original file to translate. This file can be in any format for which converters exist.
- DestFile
- Specifies the new file to create. If the file exists, it is deleted. This parameter must be specified if -e is specified. If -e is not specified, and DestFile is not specified, RTF will be sent to standard output. If DestFile is specified, -p must not be specified.
Return Values
The cvtfile.exe binary returns 0 on success and nonzero on failure.
Remarks
The cvtfile.exe binary converts a file from one format to another.
QuickInfo
WinCvt: Requires 0.1.0.
See Also