东湖.zip (128.3 KB)
String path = "东湖.pptx";
Presentation presentation = new Presentation(path);
presentation.save("东湖_new.pptx", SaveFormat.Pptx);
运行上述代码后,新的ppt文件中几个动画丢失了
东湖.zip (128.3 KB)
String path = "东湖.pptx";
Presentation presentation = new Presentation(path);
presentation.save("东湖_new.pptx", SaveFormat.Pptx);
运行上述代码后,新的ppt文件中几个动画丢失了
在使用Aspose.Slides保存PPT文件时,您可能会遇到动画丢失的问题。根据之前的讨论,这个问题已经被确认,并且在Aspose的缺陷跟踪系统中记录了一个相关的票据(ID:SLIDESNET-42008)。该问题在后续的更新中得到了修复。
为了确保您使用的库版本包含这些修复,建议您检查并更新到最新版本的Aspose.Slides。您可以在以下链接中找到最新的更新:Aspose.Slides for .NET 20.7。
如果您在更新后仍然遇到问题,请随时在论坛上寻求进一步的帮助。
测试版本付费版本aspose-slides 19.7 jdk16 动画丢失
测试版本免费版本aspose-slides 23.10 jdk16 动画丢失
@maochen,
感谢您的耐心等待。我在加载和保存您提供的 PowerPoint 演示文稿时,重现了文本动画的问题。
我们已在内部问题跟踪系统中创建了以下新工单,并将根据 Free Support Policies 中提到的条款交付其修复。
Issue ID(s): SLIDESJAVA-39621
如果您需要优先支持,可以访问 Paid Support Services,并直接联系付费支持管理团队。
The issues you found earlier (filed as SLIDESJAVA-39621) have been fixed in Aspose.Slides for Java 25.2 (Maven, JAR).
You can check all fixes on the Release Notes page.
You can also find the latest version of our library on the Product Download page.