Converter

Converter class

Represents a group of methods intended to convert a variety of different types of documents.

public static class Converter

Methods

NameDescription
static Convert(string, string)Convert the given input document into the output document using specified input output file names and its extensions.
static Convert(Stream, Stream, SaveFormat)Convert the given input document into a single output document using specified input and output streams.
static Convert(Stream, Stream, SaveOptions)Convert the given input document into a single output document using specified input and output streams.
static Convert(string, string, SaveFormat)Convert the given input document into the output document using specified input output file names and the final document format.
static Convert(string, string, SaveOptions)Convert the given input document into the output document using specified input output file names and save options.
static ConvertToImages(DocumentImageSaveOptions)Convert the document pages to images.
static ConvertToImages(DocumentSaveFormat)Convert the document pages to images.
static ConvertToImages(Stream, ImageSaveOptions)Convert the input stream pages to images.
static ConvertToImages(Stream, SaveFormat)Convert the input stream pages to images.
static ConvertToImages(string, ImageSaveOptions)Convert the input file pages to images.
static ConvertToImages(string, SaveFormat)Convert the input file pages to images.
static ConvertToImages(string, string)Convert the input file pages to images.
static ConvertToImages(string, string, ImageSaveOptions)Convert the input file pages to images.
static ConvertToImages(string, string, SaveFormat)Convert the input file pages to images.

Remarks

The specified input and output files or streams, along with the desired save format, are used to convert the given input document of the one format into the output document of the other specified format.

The convert functionality supports over 35 different file formats.

See Also