Browse our Products
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-slides</artifactId>
<version>24.9</version>
<classifier>jdk16</classifier>
</dependency>
compile(group: 'com.aspose', name: 'aspose-slides', version: '24.9', classifier: 'jdk16')
<dependency org="com.aspose" name="aspose-slides" rev="24.9">
<artifact name="aspose-slides" m:classifier="jdk16" ext="jar"/>
</dependency>
libraryDependencies += "com.aspose" % "aspose-slides" % "24.9"
What’s new in the Aspose.Slides for Java 24.9
Release Highlights
Aspose.Slides for Java 24.9 introduces powerful presentation optimization and text extraction features. It now enables compression of images based on DPI and cropped area removal, similar to PowerPoint’s Compress Pictures tool. Additionally, comments and notes can now be extracted via the PresentationFactory
, enhancing support for full-text content processing.
New Features
DPI-Based Image Compression: A new method
compressImage()
inIPictureFillFormat
lets you reduce image size based on slide shape and resolution, including options to remove cropped areas.Extract Comments and Notes via
PresentationFactory
: The newISlideText.getCommentsText()
property enables retrieval of comments usingPresentationFactory.getPresentationText()
inUnarranged
mode, aiding better analysis and automation of feedback content.EffectType Enum Extended: New alias values
FloatUp
andFloatDown
added as synonyms forAscend
andDescend
respectively for better semantic clarity in animation scripting.
Enhancements
Improved Text Extraction Coverage: Notes and comments are now correctly included in extracted content through enhanced
GetPresentationText()
support.Deprecated API Cleanup: Removed the legacy
addVideo(InputStream stream)
method in favor of the stream-handling overload with controlled loading behavior.
Bug Fixes
Chart and PDF Stability Fixes:
- Resolved exceptions like
PptxReadException
andOutOfMemoryError
while processing PPTX files with charts. - Fixed chart data tables and line breaks rendering incorrectly in PDF exports.
- Resolved exceptions like
Image Rendering Corrections: Fixed issues where chart lines and markers were distorted in exported slide images.
Public API and Backward Incompatible Changes
Added:
IPictureFillFormat.compressImage(boolean removeCroppedAreas, float dpi)
ISlideText.getCommentsText()
EffectType.FloatUp
andEffectType.FloatDown
Removed:
IVideoCollection.addVideo(InputStream stream)
🔍 Explore the Full Release Details
For full list of updates, please visit Aspose.Slides for Java 24.9 Release Notes
pptx image dpi compression
| extract ppt comments text
| slide animation floatdown effect
| chart not showing in pdf export
Version | Release Date |
---|---|
25.4 | April 16, 2025 |
25.3 | March 21, 2025 |
25.2 | February 10, 2025 |
25.1 | January 21, 2025 |
24.12 | December 9, 2024 |
24.11 | November 14, 2024 |
24.10 | October 14, 2024 |
24.9 | September 25, 2024 |
24.8 | August 14, 2024 |
24.7 | July 18, 2024 |
24.6 | June 18, 2024 |
24.5 | May 21, 2024 |
24.4 | April 18, 2024 |
24.3 | March 19, 2024 |
23.7.1 | February 22, 2024 |
24.2 | February 19, 2024 |
24.1 | January 26, 2024 |
23.12 | December 15, 2023 |
23.11 | November 15, 2023 |
23.10 | October 18, 2023 |
23.6.1 | October 13, 2023 |
23.5.1 | October 13, 2023 |
23.4.1 | October 13, 2023 |
23.3.1 | October 13, 2023 |
23.2.1 | October 13, 2023 |
23.9 | September 25, 2023 |
23.8 | August 23, 2023 |
23.7 | July 20, 2023 |
23.6 | June 22, 2023 |
23.5 | May 24, 2023 |
23.4 | April 20, 2023 |
23.3 | March 22, 2023 |
23.2 | February 20, 2023 |
23.1 | January 26, 2023 |
22.12 | December 16, 2022 |
22.11 | November 23, 2022 |
22.10 | October 19, 2022 |
22.9 | September 22, 2022 |
22.8 | August 18, 2022 |
22.7 | July 19, 2022 |
22.6 | June 27, 2022 |
22.5 | May 19, 2022 |
22.4 | April 18, 2022 |
22.3 | March 24, 2022 |
22.2 | February 16, 2022 |
22.1 | January 12, 2022 |
21.12 | December 17, 2021 |
21.11 | November 25, 2021 |
21.10 | October 14, 2021 |
21.9 | September 21, 2021 |
21.8 | August 17, 2021 |
21.7 | July 16, 2021 |
21.6 | June 18, 2021 |
21.5 | May 19, 2021 |
21.4 | April 19, 2021 |
21.3 | March 23, 2021 |
21.2 | February 19, 2021 |
21.1 | January 25, 2021 |
20.12 | December 22, 2020 |
20.11 | November 23, 2020 |
20.10 | October 16, 2020 |
20.9 | September 24, 2020 |
20.8 | August 25, 2020 |
20.7 | July 22, 2020 |
20.6 | June 24, 2020 |
20.5 | May 25, 2020 |
20.4 | April 28, 2020 |
20.3 | March 24, 2020 |
20.2 | February 20, 2020 |
20.1 | January 21, 2020 |
19.12 | December 18, 2019 |
19.11 | November 26, 2019 |
19.10 | October 28, 2019 |
19.9 | September 17, 2019 |
19.8 | August 29, 2019 |
19.7 | July 26, 2019 |
19.6 | June 25, 2019 |
19.5 | May 30, 2019 |
19.4 | April 26, 2019 |
19.3 | April 4, 2019 |
19.2 | February 28, 2019 |
19.1 | January 30, 2019 |
18.12 | December 27, 2018 |
18.11 | December 1, 2018 |
18.10 | October 31, 2018 |
18.9 | September 30, 2018 |
18.8 | August 29, 2018 |
18.7 | July 27, 2018 |
18.6 | July 1, 2018 |
18.5 | May 30, 2018 |
18.4 | May 7, 2018 |
18.3 | April 3, 2018 |
18.2.1 | March 9, 2018 |
18.2 | February 28, 2018 |
18.1 | January 31, 2018 |
17.12.1 | December 26, 2017 |
17.12 | December 16, 2017 |
17.11 | November 30, 2017 |
17.10 | November 1, 2017 |
17.10.0 | November 1, 2017 |
17.9.1 | October 12, 2017 |
17.9 | October 2, 2017 |
17.8 | August 31, 2017 |
17.7 | July 31, 2017 |
17.6 | July 1, 2017 |
17.5 | May 31, 2017 |
17.4 | April 28, 2017 |
17.3 | April 3, 2017 |
17.2 | March 1, 2017 |
17.1 | January 31, 2017 |
16.12.0 | December 27, 2016 |
16.11.0 | November 30, 2016 |
16.10.0 | November 4, 2016 |
16.9.0 | October 12, 2016 |
16.8.0 | September 27, 2016 |
16.7.0 | August 23, 2016 |
16.6.0 | July 22, 2016 |
16.5.0 | June 16, 2016 |
16.4.0 | May 17, 2016 |
16.3.0 | April 21, 2016 |
16.2.0 | March 18, 2016 |
16.1.0 | February 4, 2016 |
15.11.0 | January 11, 2016 |
File | Classifier | Size |
---|---|---|
aspose-slides-24.9-android.via.java-javadoc.jar | android.via.java-javadoc | 4 MB |
aspose-slides-24.9-android.via.java.jar | android.via.java | 30 MB |
aspose-slides-24.9-android.via.java.pom | 1 KB | |
aspose-slides-24.9-javadoc.jar | javadoc | 3 MB |
aspose-slides-24.9-jdk16.jar | jdk16 | 29 MB |
aspose-slides-24.9.pom | 395 bytes |