Convert files to various formats

GroupDocs.Conversion provides quick and easy way to convert a document to most popular formats.

Conversion to any format could be triggered by following 3 unified steps:

  • Create new instance of Converter class and pass source document path as a constructor parameter
  • Instantiate the needed ConvertOptions object according to your requirements.
  • Call Convert method of Converter class instance and pass name of the converted document and the instance of convert options from the previous step

Following the above 3 steps any source document you can: