CanConvert(DocumentFormat, DocumentFormat, NullableDocumentEngine) | Gets a value that indicates whether a direct conversion is possible from one document format to another format. |
CanConvert(String, DocumentFormat, NullableDocumentEngine) | Gets a value that indicates whether a direct conversion is possible from one document file to another format. |
CanConvert(String, String, NullableDocumentEngine) | Gets a value that indicates whether a direct conversion is possible from one document file to another file. |
CanConvertTo(DocumentFormat, NullableDocumentEngine) | Gets a value that indicates whether a direct conversion is possible to the specified format. |
CanConvertTo(String, NullableDocumentEngine) | Gets a value that indicates whether a direct conversion is possible to the specified file. |
Convert(FileProvider, DocumentFormat, NullableDocumentEngine) |
Converts a given 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.
|
Convert(FileProvider, OutputOptions, NullableDocumentEngine) |
Converts a given 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.
|
Convert(FileProvider, DocumentFormat, DocumentFormat, NullableDocumentEngine) |
Converts a given 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.
|
Convert(FileProvider, DocumentFormat, OutputOptions, NullableDocumentEngine) |
Converts a given 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.
|
Convert(FileProvider, InputOptions, DocumentFormat, NullableDocumentEngine) |
Converts a given 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.
|
Convert(FileProvider, InputOptions, OutputOptions, NullableDocumentEngine) |
Converts a given 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.
|
Convert(FileProvider, FileProvider, DocumentFormat, NullableDocumentEngine) |
Converts a given document file to another format with the specified output path and format.
|
Convert(FileProvider, FileProvider, OutputOptions, NullableDocumentEngine) |
Converts a given document file to another format with the specified output path and options.
|
Convert(FileProvider, DocumentFormat, FileProvider, DocumentFormat, NullableDocumentEngine) |
Converts a given document file to another format with the specified output path and format.
|
Convert(FileProvider, DocumentFormat, FileProvider, OutputOptions, NullableDocumentEngine) |
Converts a given document file to another format with the specified output path and format.
|
Convert(FileProvider, InputOptions, FileProvider, DocumentFormat, NullableDocumentEngine) |
Converts a given document file to another format with the specified output path and format.
|
Convert(FileProvider, InputOptions, FileProvider, OutputOptions, NullableDocumentEngine) |
Converts a given document file to another format with the specified output path and options.
|
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.
|
EnumeratePossibleInputFormats(DocumentFormat, NullableDocumentEngine) | Enumerates possible input document formats for a given output document format. |
EnumeratePossibleInputFormats(String, NullableDocumentEngine) | Enumerates possible input document formats for a given output document file. |
EnumeratePossibleOutputFormats(NullableDocumentEngine) | Enumerates possible output document formats for the current input document file. |
EnumeratePossibleOutputFormats(DocumentFormat, NullableDocumentEngine) | Enumerates possible output document formats for a given input document format. |
EnumeratePossibleOutputFormats(String, NullableDocumentEngine) | Enumerates possible output document formats for a given input document file. |
GetEngine | Gets the engine that would be chosen for a conversion between an input an an output format. |