ConvertTo

ConvertTo(string)

Save converted document as file

public IConversionConvertOptionOrCompletedOrConvert ConvertTo(string fileName)
Parameter Type Description
fileName String Converted document

Return Value

Interface to continue conversion building

See Also


ConvertTo(Func<SaveContext, Stream>)

Save converted document as stream

public IConversionConvertOptionOrCompletedOrConvert ConvertTo(
    Func<SaveContext, Stream> convertedStreamProvider)
Parameter Type Description
convertedStreamProvider Func`2 Converted document stream provider The save context

Return Value

Interface to continue conversion building

See Also