<dependency>
<groupId>com.groupdocs</groupId>
<artifactId>groupdocs-parser</artifactId>
<version>23.9</version>
</dependency>
compile(group: 'com.groupdocs', name: 'groupdocs-parser', version: '23.9')
<dependency org="com.groupdocs" name="groupdocs-parser" rev="23.9">
<artifact name="groupdocs-parser" ext="jar"/>
</dependency>
libraryDependencies += "com.groupdocs" % "groupdocs-parser" % "23.9"
What’s new in the GroupDocs.Parser for Java 23.9
Release Highlights
GroupDocs.Parser for Java 23.9 brings two highly useful features. First, developers can now differentiate between inline and standard email attachments, which enhances document classification and archiving workflows. Second, template-based parsing can now be performed page-by-page, offering improved efficiency and control in document analysis processes.
New Features
- Inline Email Image Detection:
Now possible to identify inline images in email attachments via the new
getMetadataValue("disposition")
method inContainerItem
. - Page-Level Template Parsing:
Introduced
parsePagesByTemplate
method enabling template-based parsing one page at a time for large or complex documents.
Public API and Backward Incompatible Changes
New Method in ContainerItem
:
String getMetadataValue(String key)
– Retrieves metadata values likedisposition
to detect inline images.
New Class:
DocumentPageData
– Represents page-level parsing data.
Updated Parser
Class:
- Added method
Iterable<DocumentPageData> parsePagesByTemplate(Template template)
.
🔍 Explore the Full Release Details
For full list of updates, please visit GroupDocs.Parser for Java 23.9 Release Notes.
groupdocs email inline image
| template parse document page-by-page
| groupdocs.parser 23.9
| java extract attachments email
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.9-javadoc.jar | javadoc | 500 KB |
groupdocs-parser-23.9.jar | 156 MB | |
groupdocs-parser-23.9.pom | 2 KB |