Spire.Presentation for Java 2.12.2

Spire.Presentation for Java 2.12.2 adds getTargetSlide() to get the target slide with hyperlink

We're pleased to announce the release of Spire.Presentation for Java 2.12.2. This version adds getTargetSlide() to get the target slide with hyperlink, and also fixes some issues that occurred when converting PPT to image and manipulating files. See more details below.

New Features:

  • Adds getTargetSlide () to get the target slide with hyperlink.
  • Presentation ppt = new Presentation();
            ppt.loadFromFile("test.pptx");
            IAutoShape shape = (IAutoShape) ppt.getSlides().get(0).getShapes().get(0);
            HyperlinkActionType type = shape.getClick().getActionType();
            ISlide slide = shape.getClick().getTargetSlide();
            int slideNumber =slide.getSlideNumber();
    

Bug Fixes:

  • Fixes the issue that it threw the exception "OutOfMemoryError" when saving slide to image.
  • Fixes the issue that it threw an exception when converting PPT to image.

Click the link below to download Spire.Presentation for Java 2.12.2: