VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml Namespace / OpenXmlDocumentConverter Class / ConvertRtfToDocx Methods / ConvertRtfToDocx(DocumentEnvironmentProperties,Stream,Stream) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    ConvertRtfToDocx(DocumentEnvironmentProperties,Stream,Stream) Method (OpenXmlDocumentConverter)
    In This Topic
    Converts a RTF document to a DOCX document.
    Syntax

    Parameters

    environmentProperties
    The document environment properties.
    inputStream
    The input stream that contains RTF document.
    outputStream
    The output stream.
    Exceptions
    ExceptionDescription
    Thrown if environmentProperties or inputStream or outputStream is null.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also