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

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

Release Highlights

GroupDocs.Parser for Java 24.3 delivers two impactful features designed to expand document handling flexibility and boost automation. The release introduces support for loading documents directly from URLs and adds template serialization/deserialization for easier reuse and management in structured document parsing scenarios.

New Features

  • Load Documents from URL: Developers can now create a Parser instance using a remote file URL. This enhancement is ideal for web-based applications and remote document handling, offering flexibility beyond local files or streams.

  • Template Serialization and Deserialization: This release adds support for saving Template objects to XML and loading them back when needed. This is useful for systems requiring persistent template configurations for automated data extraction processes.

Public API and Backward Incompatible Changes

Additions

  • Parser Class:

    • New constructors added to support loading via java.net.URL with optional LoadOptions and ParserSettings.
  • LoadOptions Class:

    • New constructors including timeout support.
    • New Timeout property added.
  • Template Class:

    • load(String filePath) and load(InputStream stream) static methods.
    • save(String filePath) and save(OutputStream stream) instance methods.
  • Supporting Classes:

    • TemplateLinkedPositionEdges, Point, and Size classes now include parse(String s) static methods for XML deserialization.

🔍 Explore the Full Release Details

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


groupdocs parser url support | template xml serialization | java parser document from url | groupdocs parser save template | deserialize template groupdocs

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