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