<dependency>
<groupId>com.groupdocs</groupId>
<artifactId>groupdocs-parser</artifactId>
<version>23.2</version>
</dependency>compile(group: 'com.groupdocs', name: 'groupdocs-parser', version: '23.2')<dependency org="com.groupdocs" name="groupdocs-parser" rev="23.2">
<artifact name="groupdocs-parser" ext="jar"/>
</dependency>libraryDependencies += "com.groupdocs" % "groupdocs-parser" % "23.2"What’s new in the GroupDocs.Parser for Java 23.2
Release Highlights
GroupDocs.Parser for Java 23.2 introduces a powerful feature enabling developers to manage the loading of external resources from HTML documents. With the new ExternalResourceHandler, applications can now filter, allow, or skip specific resources, enhancing control and performance when parsing web-based documents.
New Features
- HTML External Resource Loading Control:
Introduced
ExternalResourceHandlerandExternalResourceLoadingArgsto handle external image and media references in HTML documents. - Updated ParserSettings Constructors: Now supports initialization with external resource handlers to enable fine-tuned document parsing workflows.
Public API and Backward Incompatible Changes
New Classes:
ExternalResourceHandlerExternalResourceLoadingArgs
ParserSettings Enhancements:
- New constructors:
ParserSettings(ExternalResourceHandler)ParserSettings(ILogger, OcrConnectorBase, ExternalResourceHandler)
- New constructors:
These updates empower developers to optimize parsing scenarios that involve external dependencies.
🔍 Explore the Full Release Details
For full list of updates, please visit GroupDocs.Parser for Java 23.2 Release Notes.
groupdocs html external resource handler | parser html image filter java | groupdocs.parser 23.2 | html parsing java skip resources
| Version | Release Date |
|---|---|
| 25.5 | May 4, 2025 |
| 24.6 | June 27, 2024 |
| 24.3 | March 29, 2024 |
| 23.11 | November 24, 2023 |
| 23.10 | October 21, 2023 |
| 23.9 | September 17, 2023 |
| 23.2 | March 1, 2023 |
| 22.11 | November 30, 2022 |
| 22.6 | June 8, 2022 |
| 22.3 | March 17, 2022 |
| 20.5 | January 25, 2022 |
| 20.12 | January 25, 2022 |
| 18.9 | January 25, 2022 |
| 18.11 | January 25, 2022 |
| 21.2 | February 27, 2021 |
| 20.8 | August 19, 2020 |
| 20.6 | June 30, 2020 |
| 20.3 | April 1, 2020 |
| 20.1 | February 4, 2020 |
| 19.11 | December 3, 2019 |
| 19.5 | May 29, 2019 |
| 18.12 | December 11, 2018 |
| 18.10 | October 10, 2018 |
| 18.7 | July 3, 2018 |
| File | Classifier | Size |
|---|---|---|
| groupdocs-parser-23.2-javadoc.jar | javadoc | 483 KB |
| groupdocs-parser-23.2.jar | 146 MB | |
| groupdocs-parser-23.2.pom | 2 KB |
