<dependency>
    <groupId>com.groupdocs</groupId>
    <artifactId>groupdocs-parser</artifactId>
    <version>25.5</version>
</dependency>
copied!  
compile(group: 'com.groupdocs', name: 'groupdocs-parser', version: '25.5')
copied!  
<dependency org="com.groupdocs" name="groupdocs-parser" rev="25.5">
    <artifact name="groupdocs-parser" ext="jar"/>
</dependency>
copied!  
libraryDependencies += "com.groupdocs" % "groupdocs-parser" % "25.5"
copied!  

What’s new in the GroupDocs.Parser for Java 25.5

Release Highlights

The 25.5 release of GroupDocs.Parser for Java focuses on boosting reliability and performance by fixing known exceptions and adding new features for enhanced file parsing flexibility. This version includes the ability to specify file types on load and restrict search operations to a set number of pages, improving efficiency and control in document processing.

New Features

  • File Type Specification for Stream/File Opening: Developers can now explicitly set the file format when opening documents from a stream or file, enhancing parsing accuracy and preventing format detection issues.

  • Page Limit for Search Functionality: A new feature allows limiting the number of pages included in search operations, significantly improving performance when working with large documents.

Bug Fixes

  • POTX File Parsing Crash Resolved: Fixed an ArgumentException that occurred while parsing PowerPoint POTX files.

  • Item Parser Initialization Fixed: Resolved ArgumentOutOfRangeException triggered when initializing item parser under certain conditions.

  • Stream Handling Issue with PDF Parser Fixed: Corrected a problem that caused issues when parsing PDFs from stream sources.

Public API and Backward Incompatible Changes

  • Introduced support to explicitly specify file format during document loading.
  • Added a new API parameter to restrict page range in search functionality.
  • No breaking changes or deprecated API elements in this release.

🔍 Explore the Full Release Details

For full list of updates, please visit GroupDocs.Parser for Java 25.5 Release Notes.


parser file type support | groupdocs parser page limit | stream pdf parser bug | potx parsing issue | item parser error fix

VersionRelease Date
25.5May 4, 2025
24.6June 27, 2024
24.3March 29, 2024
23.11November 24, 2023
23.10October 21, 2023
23.9September 17, 2023
23.2March 1, 2023
22.11November 30, 2022
22.6June 8, 2022
22.3March 17, 2022
20.5January 25, 2022
20.12January 25, 2022
18.9January 25, 2022
18.11January 25, 2022
21.2February 27, 2021
20.8August 19, 2020
20.6June 30, 2020
20.3April 1, 2020
20.1February 4, 2020
19.11December 3, 2019
19.5May 29, 2019
18.12December 11, 2018
18.10October 10, 2018
18.7July 3, 2018