立即获取您的免费30 天试用密钥。
试用许可证将发送到此地址
无需信用卡或创建账户
立即获取您的免费30 天试用密钥。
试用许可证将发送到此地址
无需信用卡或创建账户
在生产环境中测试,没有水印。
在您需要的地方使用。
使用功能齐全的产品30天。
几分钟内即可启动和运行。
在产品试用期间,全面访问我们的支持工程团队
using IronPPT;
// Create new PowerPoint presentation
var document = new PresentationDocument();
// Export PowerPoint presentation
document.Save("output.pptx");
Imports IronPPT
' Create new PowerPoint presentation
Private document = New PresentationDocument()
' Export PowerPoint presentation
document.Save("output.pptx")
Install-Package IronPPT
探索代码并运行以查看示例PDF