Converter Methods

The Converter type exposes the following members.

Methods
  NameDescription
Public methodConvert(String, ConvertOptions)
Converts source document. Saves the whole converted document.
Public methodConvert(SaveDocumentStream, ConvertOptionsProvider)
Converts source document. Saves the whole converted document.
Public methodConvert(SaveDocumentStream, ConvertOptions)
Converts source document. Saves the whole converted document.
Public methodConvert(SaveDocumentStreamForFileType, ConvertOptionsProvider)
Converts source document. Saves the whole converted document.
Public methodConvert(SaveDocumentStreamForFileType, ConvertOptions)
Converts source document. Saves the whole converted document.
Public methodConvert(SavePageStream, ConvertOptionsProvider)
Converts source document. Saves the converted document page by page.
Public methodConvert(SavePageStream, ConvertOptions)
Converts source document. Saves the converted document page by page.
Public methodConvert(SavePageStreamForFileType, ConvertOptionsProvider)
Converts source document. Saves the converted document page by page.
Public methodConvert(SavePageStreamForFileType, ConvertOptions)
Converts source document. Saves the converted document page by page.
Public methodConvert(SaveDocumentStream, ConvertedDocumentStream, ConvertOptionsProvider)
Converts source document. Saves the whole converted document.
Public methodConvert(SaveDocumentStream, ConvertedDocumentStream, ConvertOptions)
Converts source document. Saves the whole converted document.
Public methodConvert(SaveDocumentStreamForFileType, ConvertedDocumentStream, ConvertOptionsProvider)
Converts source document. Saves the whole converted document.
Public methodConvert(SaveDocumentStreamForFileType, ConvertedDocumentStream, ConvertOptions)
Converts source document. Saves the whole converted document.
Public methodConvert(SavePageStream, ConvertedPageStream, ConvertOptionsProvider)
Converts source document. Saves the converted document page by page.
Public methodConvert(SavePageStream, ConvertedPageStream, ConvertOptions)
Converts source document. Saves the converted document page by page.
Public methodConvert(SavePageStreamForFileType, ConvertedPageStream, ConvertOptionsProvider)
Converts source document. Saves the converted document page by page.
Public methodConvert(SavePageStreamForFileType, ConvertedPageStream, ConvertOptions)
Converts source document. Saves the converted document page by page.
Public methodDispose
Releases resources.
Public methodEquals (Inherited from Object.)
Protected methodFinalize
finalizer
(Overrides ObjectFinalize.)
Public methodStatic memberGetAllPossibleConversions
Gets all supported conversions
Public methodGetDocumentInfo
Gets source document info - pages count and other document properties specific to the file type.
Public methodGetHashCode (Inherited from Object.)
Public methodGetPossibleConversions
Gets possible conversions for the source document.
Public methodStatic memberCode exampleGetPossibleConversions(String)
Gets supported conversions for provided document extension
Public methodGetType (Inherited from Object.)
Public methodLoad(FuncStream)
Configure set of source documents streams
Public methodLoad(FuncStream)
Configure source document stream
Public methodLoad(String)
Configure source document for conversion
Public methodLoad(String)
Configure set of source documents
Public methodToString (Inherited from Object.)
Public methodWithSettings
Configure conversion settings
See Also