Exemple #1
0
 public async Task Convert(List <string> images, string outputPath)
 {
     await _convert.Png2PdfAAsync(images, outputPath);
 }