Table of Contents

Class PandocConverterSettings

Namespace
Shift.Common
Assembly
Shift.Common.dll
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

exePath string
filePath string
convertTo PandocConverterSettings.PanDocType
withImages bool

Fields

convertionMatrix

public Dictionary<PandocConverterSettings.PanDocType, List<PandocConverterSettings.PanDocType>> convertionMatrix

Field Value

Dictionary<PandocConverterSettings.PanDocType, List<PandocConverterSettings.PanDocType>>

Properties

ConvertFileExtension

Converted file extension

public string ConvertFileExtension { get; set; }

Property Value

string

ConvertWithImages

Property that states that should we include images with converted file - default to false;

public bool ConvertWithImages { get; set; }

Property Value

bool

ExePath

public string ExePath { get; set; }

Property Value

string

FileName

File name without extension

public string FileName { get; set; }

Property Value

string

FilePath

Physical file path to convert

public string FilePath { get; set; }

Property Value

string

OutputFilePath

Physical file path of the convert file

public string OutputFilePath { get; set; }

Property Value

string

WebCacheDirectory

Web cache directory

public string WebCacheDirectory { get; set; }

Property Value

string

WorkingDirectory

public string WorkingDirectory { get; set; }

Property Value

string

Methods

GetArgs()

public string GetArgs()

Returns

string

ReadSettings()

public string ReadSettings()

Returns

string