Aspose.Slides for PHP via Java Releases

Released: Jun 22, 2023

Updates in V23.6

Funktionen

  • You can now set the default language for an entire Microsoft PowerPoint document.

Fehlerkorrekturen

  • Loading corrupted presentation throws PptUnsupportedFormatException.
  • Quality of images is low when converting a presentation to PDF.
  • Exception "java.lang.OutOfMemoryError: Java heap space" when creating a scaled thumbnail.
  • EffectiveData is lost for Portion object if a change is made to the previous one.
  • PptxReadException occurred while loading PPTX file.
  • PortionFormat.getEffective...

Released: May 24, 2023

Updates in V23.5

Funktionen

  • Added support for changing the color of leader lines in pie charts.
  • Added new 'AfterAnimationType' enum which represents the animation type of an animation effect. It can be used with 'Effect.AfterAnimationType' and 'Effect.AfterAnimationColor'.

Released: Apr 20, 2023

Updates in V23.4

Funktionen

  • You can now preserve document zoom when saving a presentation to HTML.

Fehlerkorrekturen

  • Unable to load DLL 'aspose.slides.drawing.capi_vc14x64'.
  • Saving PPTX file does not complete after changing text in a table cell.
  • Saving a presentation gives a corrupted file.
  • Image content placeholder does not behave as expected.
  • Video frame is not detected from ODP file.
  • Saving PPTX causes corrupted presentation file.
  • Saving presentations throws NotImplementedException.
  • Saving a presentation...

Released: Mar 22, 2023

Updates in V23.3

Funktionen

  • Added PHP 8.1 support.
  • You can now read the number of PDF pages for each presentation slide with speaker notes.
  • You can now replace videos keeping all animation and effects.
  • Improved management of trim video settings.
  • Animation timing settings: You can now rewind when finished playing.
  • PPTX to HTML: You can now store images as files instead of base64.
  • Added support for Audio/Video plugin in ODP format.
  • Added the ability to convert PPTX to HTML with images in separate folder/files.

Released: Feb 20, 2023

Updates in V23.2

Funktionen

  • Improved replacing text with freeform formatting with other text.

Released: Dec 16, 2022

Updates in V22.12

Fehlerkorrekturen

  • Footer content inconsistency in PPT document.
  • Kanji text is not displayed correctly when converting PPTX to PDF.
  • Getting the height of a table cell throws KeyNotFoundException.

Released: Nov 23, 2022

Updates in V22.11

Funktionen

  • Convert presentations to video.
  • Added support for 'RandomBar' animation effects.
  • Added the ability to animate text.
  • Read sound effect settings from animated objects.
  • Added hyperlink sound management support.
  • Added support for export to PDF 1.6 and 1.7.
  • Added support for PDF export operations with A2a, A2b, A2u, A3a and A3b compliance levels.
  • Render presentation transitions like a video.
  • Access relative file path data for 'OleObjectFrame' using the new 'get_LinkPathRelative()' method...

Released: Oct 19, 2022

Updates in V22.10

Funktionen

  • You can now change the color of leader lines in pie charts.
  • Added support for 3D shadow and bevel effects.
  • Compress embedded fonts in presentations.
  • You can now set 'Transparent Effect' for filled shapes in presentations.

Released: Sep 22, 2022

Updates in V22.9

Funktionen

  • Added new 'GetSubstitutions' method to the 'IFontsManager' interface and 'FontsManager' class. This method can be used to get information about fonts that will be replaced when a presentation is rendered.
  • Added new 'RepeatUntilEndSlide' and 'RepeatUntilNextClick' properties to the 'Timing' class. These properties allow you to get the value of the 'Timing/Repeat' option for animated shapes.

Released: Aug 18, 2022

Updates in V22.8

Funktionen

  • Added support for Presentation Slide Show settings.
    • New property allows you to specify slide show settings for a presentation.
    • New class represents the slide show settings for the presentation. It provides these properties:
      • SlideShowType.
      • Loop.
      • ShowNarration.
      • ShowAnimation.
      • PenColor.
      • Slides.
      • UseTimings.
    • Added new BrowsedAtKiosk class which represents the Browsed at a kiosk (full screen) parameter.
    • Added new BrowsedByIndividual class which represents the Browsed by individual (window...