Converter Class |
Namespace: GroupDocs.Conversion
The Converter type exposes the following members.
Name | Description | |
---|---|---|
![]() | Converter |
Initializes new instance of Converter class for fluent conversion setup.
|
![]() | Converter(FuncStream) |
Initializes new instance of Converter class.
|
![]() | Converter(String) |
Initializes new instance of Converter class.
|
![]() | Converter(FuncStream, FuncConverterSettings) |
Initializes new instance of Converter class.
|
![]() | Converter(FuncStream, FuncLoadOptions) |
Initializes new instance of Converter class.
|
![]() | Converter(FuncStream, FuncFileType, LoadOptions) |
Initializes new instance of Converter class.
|
![]() | Converter(String, FuncConverterSettings) |
Initializes new instance of Converter class.
|
![]() | Converter(String, FuncLoadOptions) |
Initializes new instance of Converter class.
|
![]() | Converter(String, FuncFileType, LoadOptions) |
Initializes new instance of Converter class.
|
![]() | Converter(FuncStream, FuncLoadOptions, FuncConverterSettings) |
Initializes new instance of Converter class.
|
![]() | Converter(FuncStream, FuncFileType, LoadOptions, FuncConverterSettings) |
Initializes new instance of Converter class.
|
![]() | Converter(String, FuncLoadOptions, FuncConverterSettings) |
Initializes new instance of Converter class.
|
![]() | Converter(String, FuncFileType, LoadOptions, FuncConverterSettings) |
Initializes new instance of Converter class.
|
Name | Description | |
---|---|---|
![]() | Convert(String, ConvertOptions) |
Converts source document. Saves the whole converted document.
|
![]() | Convert(SaveDocumentStream, ConvertOptionsProvider) |
Converts source document. Saves the whole converted document.
|
![]() | Convert(SaveDocumentStream, ConvertOptions) |
Converts source document. Saves the whole converted document.
|
![]() | Convert(SaveDocumentStreamForFileType, ConvertOptionsProvider) |
Converts source document. Saves the whole converted document.
|
![]() | Convert(SaveDocumentStreamForFileType, ConvertOptions) |
Converts source document. Saves the whole converted document.
|
![]() | Convert(SavePageStream, ConvertOptionsProvider) |
Converts source document. Saves the converted document page by page.
|
![]() | Convert(SavePageStream, ConvertOptions) |
Converts source document. Saves the converted document page by page.
|
![]() | Convert(SavePageStreamForFileType, ConvertOptionsProvider) |
Converts source document. Saves the converted document page by page.
|
![]() | Convert(SavePageStreamForFileType, ConvertOptions) |
Converts source document. Saves the converted document page by page.
|
![]() | Convert(SaveDocumentStream, ConvertedDocumentStream, ConvertOptionsProvider) |
Converts source document. Saves the whole converted document.
|
![]() | Convert(SaveDocumentStream, ConvertedDocumentStream, ConvertOptions) |
Converts source document. Saves the whole converted document.
|
![]() | Convert(SaveDocumentStreamForFileType, ConvertedDocumentStream, ConvertOptionsProvider) |
Converts source document. Saves the whole converted document.
|
![]() | Convert(SaveDocumentStreamForFileType, ConvertedDocumentStream, ConvertOptions) |
Converts source document. Saves the whole converted document.
|
![]() | Convert(SavePageStream, ConvertedPageStream, ConvertOptionsProvider) |
Converts source document. Saves the converted document page by page.
|
![]() | Convert(SavePageStream, ConvertedPageStream, ConvertOptions) |
Converts source document. Saves the converted document page by page.
|
![]() | Convert(SavePageStreamForFileType, ConvertedPageStream, ConvertOptionsProvider) |
Converts source document. Saves the converted document page by page.
|
![]() | Convert(SavePageStreamForFileType, ConvertedPageStream, ConvertOptions) |
Converts source document. Saves the converted document page by page.
|
![]() | Dispose |
Releases resources.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
finalizer
(Overrides ObjectFinalize.) |
![]() ![]() | GetAllPossibleConversions |
Gets all supported conversions
|
![]() | GetDocumentInfo |
Gets source document info - pages count and other document properties specific to the file type.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetPossibleConversions |
Gets possible conversions for the source document.
|
![]() ![]() ![]() | GetPossibleConversions(String) |
Gets supported conversions for provided document extension
|
![]() | GetType | (Inherited from Object.) |
![]() | Load(FuncStream) |
Configure set of source documents streams
|
![]() | Load(FuncStream) |
Configure source document stream
|
![]() | Load(String) |
Configure source document for conversion
|
![]() | Load(String) |
Configure set of source documents
|
![]() | ToString | (Inherited from Object.) |
![]() | WithSettings |
Configure conversion settings
|