Get default convert options for a target format
Leave feedback
GroupDocs.Conversion allows you to get default predefined convert options for a desired target document format. This will allow you to get predefined convert options runtime, knowing the desired target format.
To get default convert options, follow these steps:
Create an instance of Converter class and pass source document path as a constructor parameter.
Call the Convert method of the Converter class instance and pass the filename of the converted document and the instance of ConvertOptions from the previous step.
The following code snippet shows how to get predefined convert options for a desired target format: