資源簡介
Aspose.Slides是一款非常好用的ppt轉pdf工具,轉換代碼:
Aspose.Slides.Presentation ppt = new Aspose.Slides.Presentation(“原路徑”);
ppt.Save(“目的路徑” + name + ".pdf", Aspose.Slides.Export.SaveFormat.Pdf);
代碼片段和文件信息
評論
共有 條評論