public XmlWriteWithMemoryStream()
 {
     UtilityTool.CreateFolder(outputPath);
 }
예제 #2
0
 public SvgToImage_Svg()
 {
     UtilityTool.CreateFolder(outputPath);
 }
예제 #3
0
 public HtmlToPdf_HtmlRenderer()
 {
     UtilityTool.CreateFolder(outputPath);
 }