DocumentConverterConvertTo Method

Overload List

ConvertTo(DocumentFormat, NullableDocumentEngine) Converts the document file to another format. The converted file be generated in the same folder as the input file and the extension will be automatically determined from outputFormat.
ConvertTo(OutputOptions, NullableDocumentEngine) Converts the document file to another format. The converted file be generated in the same folder as the input file and the extension will be automatically determined from outputOptions.
ConvertTo(FileProvider, DocumentFormat, NullableDocumentEngine) Converts the document file to another format with the specified output file provider and format.
ConvertTo(FileProvider, OutputOptions, NullableDocumentEngine) Converts the document file to another format with the specified output file provider and options.
ConvertTo(Stream, DocumentFormat, NullableDocumentEngine) Converts the document file to another format with the specified output stream and format. For multi-page output conversions, only the first page will be saved to the stream as it would be useless to save all pages to the same stream.
ConvertTo(Stream, OutputOptions, NullableDocumentEngine) Converts the document file to another format with the specified output stream and options. For multi-page output conversions, only the first page will be saved to the stream as it would be useless to save all pages to the same stream.

See Also