Ejemplo n.º 1
0
 public override string GetCommand(string sourcePath) => $"{CommandGenerator.GetCommand(sourcePath)} --log=\"{logFilePath}\"";
Ejemplo 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}";
Ejemplo n.º 5
0
 public override string GetCommand(string sourcePath)
 {
     return($"{CommandGenerator.GetCommand(sourcePath)} --highlight-style \"{stylePath}\"");
 }