Convert
Convert class
表示一组用于转换Presentation
的方法。
public static class Convert
方法
姓名 | 描述 |
---|
static AutoByExtension(string, string) | 使用传递的输出路径扩展名转换Presentation 以确定所需的导出格式。 |
static ToPdf(Presentation, string) | 将Presentation 转换为 PDF。 |
static ToPdf(string, string) | 将Presentation 转换为 PDF。 |
static ToPdf(Presentation, string, IPdfOptions) | 将Presentation 转换为 PDF。 |
static ToPdf(string, string, IPdfOptions) | 将Presentation 转换为 PDF。 |
static ToSvg(string) | 将Presentation 转换为 SVG。 |
static ToSvg(Presentation, GetOutPathCallback) | 将Presentation 转换为 SVG。 |
static ToSvg(Presentation, ISVGOptions) | 将Presentation 转换为 SVG。 |
static ToSvg(string, GetOutPathCallback) | 将Presentation 转换为 SVG。 |
static ToSvg(Presentation, GetOutPathCallback, ISVGOptions) | 将Presentation 转换为 SVG。 |
其他成员
例子
Convert.AutoByExtension("pres.pptx", "pres.pdf");
也可以看看