Method | Description | |
---|---|---|
ConvertInput ( string converterType, string inputPath, string outputDir ) : void |
Converts Input using the specified format
|
|
GetSupportedFormats ( ) : List |
Returns the list of all supported input formats
|
Method | Description | |
---|---|---|
ConvertDirectory ( IFormatConverter converter, string inputDir, string outputDir ) : void |
Helper method to iterate through a directory and convert all the files underneath it
|
|
ConvertDirectoryImpl ( IFormatConverter converter, string inputDir, string outputDir ) : ICollection |
The internal implementation of the method that goes into the directory and tries to convert all files underneath it recursively.
|
|
ConvertFile ( IFormatConverter converter, string inputFile, string outputDir ) : void |
Converts a single file into a section in OneNote notebook
|
public static ConvertInput ( string converterType, string inputPath, string outputDir ) : void | ||
converterType | string | |
inputPath | string | |
outputDir | string | |
return | void |