示例#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";
 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}";
示例#5
0
 public override string GetCommand(string sourcePath)
 {
     return($"{CommandGenerator.GetCommand(sourcePath)} --highlight-style \"{stylePath}\"");
 }