示例#1
0
 public async Task ToPdfAsync(string html, string outputFile) =>
 await _htmlToPdfConverter.ConvertAsync(html, outputFile);