有公式与文本内容的文本框截图内容为空

test.zip (36.7 KB)

操作系统:windows 10
使用版本:aspose-slides-cpp-windows-22.8
通过下面伪代码获取到的截图内容是空的

System::SharedPtr<Aspose::Slides::IShape> shape=xxx;
System::SharedPtr<System::Drawing::Bitmap> bitmap= shape->GetThumbnail();
bitmap->Save(path, System::Drawing::Imaging::ImageFormat::get_Png());
bitmap->Dispose();

@101ppt,
感谢您报告问题。

我已经重现了渲染形状图像的问题,并将 ID 为 SLIDESCPP-3555 的工单添加到我们的问题跟踪系统。 很抱歉给您带来不便。 我们的开发团队将调查此案。 问题解决后会通知您。

The issues you found earlier (filed as SLIDESCPP-3555) have been fixed in Aspose.Slides for C++ 23.2 (Windows, Linux, macOS).
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.