Esempio n. 1
0
 public override string GetCommand(string sourcePath) => $"{CommandGenerator.GetCommand(sourcePath)} --log=\"{logFilePath}\"";
Esempio n. 2
0
 public override string GetCommand(string sourcePath) => $"{CommandGenerator.GetCommand(sourcePath)} -N";
 public override string GetCommand(string sourcePath) =>
 $"{CommandGenerator.GetCommand(sourcePath)} --pdf-engine={this.engine}";
 public override string GetCommand(string sourcePath) =>
 $"{CommandGenerator.GetCommand(sourcePath)} -V {key}:{value}";
Esempio n. 5
0
 public override string GetCommand(string sourcePath)
 {
     return($"{CommandGenerator.GetCommand(sourcePath)} --highlight-style \"{stylePath}\"");
 }