TRVOfficeConverter.ExportRTF

<< Click to display table of contents >>

TRVOfficeConverter.ExportRTF

Exports RTF from Stream to file in foreign format.

function ExportRTF(const FileName: TRVUnicodeString;

  ConverterIndex: Integer): Boolean;

(changed in version 18)

Parameters:

FileName is a name of file to save.

ConverterIndex is an index of export converter (in ExportConverters list).

When calling this method, Stream must contain RTF (Rich Text Format) document. The method start conversion from Stream.Position and stopped when reached the end of stream.

You can provide a visual indication for the conversion progress using OnConverting event.

Note: Internally, the component converts the file name to OEM (DOS) encoding to pass it to the converter. If FileName contains characters that cannot be converted to OEM encoding, this method fails.

Return value:

True if the export was successful, False if not.

See also:

ImportRTF;

ExportRV.

See also properties:

ErrorCode.