Ppt第一页生成的html内容和实际内容不一致

ppt第一页生成的html内容和实际内容不一致
无纸化会议在线预览显示异常_BUG2024062813952.zip (1.0 MB)

@xiangma,
谢谢您联系支持部门。

我们需要更多的细节来调查此问题并帮助您。请提供以下附加信息:

  • 重现问题的代码示例
  • 输出的HTML文件
  • 问题截图
  • 执行转换的操作系统版本
  • 您应用项目中使用的JDK目标版本
  • 您使用的Aspose.Slides版本
Presentation pres = new Presentation(sourceFileName, loadOptions);
for (int i = 0; i < pres.getSlides().size(); i++) {
    // access the first slide from the collection
    ISlide slide = pres.getSlides().get_Item(i);
    // create a full scale image of the slide
    BufferedImage image = slide.getThumbnail(2f, 2f);
    try {
        // save the image in jpg format
        ImageIO.write(image, "jpg", new File(path + File.separator + i + ".jpg"));
        LOG.info("第[" + i + "/" + pres.getSlides().size() + "]页转换完成!");
    } catch (IOException e) {
        LOG.error(e.getLocalizedMessage(), e);
    }
}

jdk180_282 jdk_180_361

slides.jar版本23.4

@xiangma,
谢谢提供额外的信息。我使用了你的代码示例将演示文稿的幻灯片转换为图像。我看到红色文本变成了白色。compare.jpg (125.1 KB)
这是你报告的同样问题吗?

是的 显示不一致了,麻烦看看需要这么处理

@xiangma,
谢谢您的确认。

我们在内部问题追踪系统中开立了以下新工单,并将根据 Free Support Policies 中提到的条款进行修复交付。

Issue ID(s): SLIDESJAVA-39511

您可以通过 Paid Support Services 获得优先支持,并直接联系我们的付费支持管理团队。

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