Convert
Leave feedback
On this page
Converts the source file to the target format and saves it to the specified stream.
public void Convert(Stream targetStream, Action<TConvertOptions> convertOptionsAction = null)
parameter | description |
---|---|
targetStream | The target stream |
convertOptionsAction | convertOptions delegate |
exception | condition |
---|---|
InvalidOperationException |
- namespace GroupDocs.Conversion.LowCode
Converts the source file to the target format and saves it to the specified file path.
public void Convert(string filePath, Action<TConvertOptions> convertOptionsAction = null)
parameter | description |
---|---|
filePath | Converted file path |
convertOptionsAction | convertOptions delegate |
- namespace GroupDocs.Conversion.LowCode
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.