使用aspose-slides-19.9操作PPT时,艺术字转svg没有立体效果

期待效果(Expectant effect)
expectant.png (59.7 KB)

实际效果(Actual effect)
actual.png (25.7 KB)

这是为什么,是没有这个功能吗(why???)

@qaq,

您能否最终尝试使用Aspose.Slides最新版本19.11,如果仍然有问题,请共享源文件以及示例代码和完整的环境详细信息,以便我们进一步调查以帮助您。

尝试了最新版本还是不可以

@qaq,

能否请您共享源文件以及生成的结果和示例代码,以便我们进一步调查以帮助您。

运行环境Windows10 ppt2010/2016
public static String write(IShape shape) {
String pathname = PptConfig.getPath() + PptConfig.getName() + “/”;
File path = new File(pathname);
if (!path.exists()) {
path.mkdirs();
}
String sourceName = “media/” + System.nanoTime() + “.svg”;
try {
FileOutputStream os = new FileOutputStream(pathname + sourceName);
shape.writeAsSvg(os);
} catch (FileNotFoundException e) {
e.printStackTrace();
}
return sourceName;
}

@qaq,

我已经观察了示例代码,并请您共享示例演示,同时将您的问题与SVG文件一起再现。

演示文稿2.zip (40.5 KB)

@qaq,

我已经处理了源文件,并且能够观察到问题。我们的问题跟踪系统中已创建了ID为 SLIDESJAVA-37875 的票证,以进行进一步调查以解决问题。我们将尽快与您分享好消息。

The issues you found earlier (filed as SLIDESJAVA-37875) have been fixed in Aspose.Slides for Java 23.1 (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.