Class PandocConverterSettings
public class PandocConverterSettings
- Inheritance
-
PandocConverterSettings
- Inherited Members
- Extension Methods
Constructors
PandocConverterSettings(string, string, PanDocType, bool)
public PandocConverterSettings(string exePath, string filePath, PandocConverterSettings.PanDocType convertTo, bool withImages = false)
Parameters
exePathstringfilePathstringconvertToPandocConverterSettings.PanDocTypewithImagesbool
Fields
convertionMatrix
public Dictionary<PandocConverterSettings.PanDocType, List<PandocConverterSettings.PanDocType>> convertionMatrix
Field Value
Properties
ConvertFileExtension
Converted file extension
public string ConvertFileExtension { get; set; }
Property Value
ConvertWithImages
Property that states that should we include images with converted file - default to false;
public bool ConvertWithImages { get; set; }
Property Value
ExePath
public string ExePath { get; set; }
Property Value
FileName
File name without extension
public string FileName { get; set; }
Property Value
FilePath
Physical file path to convert
public string FilePath { get; set; }
Property Value
OutputFilePath
Physical file path of the convert file
public string OutputFilePath { get; set; }
Property Value
WebCacheDirectory
Web cache directory
public string WebCacheDirectory { get; set; }
Property Value
WorkingDirectory
public string WorkingDirectory { get; set; }
Property Value
Methods
GetArgs()
public string GetArgs()
Returns
ReadSettings()
public string ReadSettings()