<dependency>
<groupId>com.groupdocs</groupId>
<artifactId>groupdocs-metadata</artifactId>
<version>24.5</version>
</dependency>
compile(group: 'com.groupdocs', name: 'groupdocs-metadata', version: '24.5')
<dependency org="com.groupdocs" name="groupdocs-metadata" rev="24.5">
<artifact name="groupdocs-metadata" ext="jar"/>
</dependency>
libraryDependencies += "com.groupdocs" % "groupdocs-metadata" % "24.5"
What’s new in the GroupDocs.Metadata for Java 24.5
Release Highlights
GroupDocs.Metadata for Java 24.5 introduces extensive enhancements across metadata management. This release adds support for exporting and importing metadata in CSV and JSON formats, provides deep access to archive formats such as RAR, TAR, and 7Z, and improves metadata handling in PDFs, images (Exif), and multimedia files like MOV. It also enables advanced tag-based property search and editing of critical PDF fields such as Creator and Producer.
New Features
- Export Metadata to CSV and JSON:
Supports structured export of metadata to CSV and JSON using
CsvExportOptions
andJsonExportOptions
, allowing easy integration and auditing. - Import Metadata from JSON File:
Facilitates automated metadata population using the
ImportManager
withJsonImportOptions
. - Support for Archive Formats (RAR, TAR, 7Z): Added ability to extract and read metadata from common compressed file formats.
- Search Metadata by Tag Category: Allows filtered property queries based on tag groups like Person, Location, etc.
- Support for PDF Fields Editing:
Now allows modifying
Creator
andProducer
fields in PDF metadata programmatically. - Enhanced .MOV Format Metadata: Added support for more properties in MOV files for video metadata management.
- Exif Orientation Metadata:
Improved image handling through orientation management in
ExifPackage
.
Public API and Backward Incompatible Changes
New Classes and Properties:
CsvExportOptions
,JsonExportOptions
incom.groupdocs.metadata.export
ImportManager
,JsonImportOptions
incom.groupdocs.metadata.import
- New archive root packages:
RarRootPackage
,TarRootPackage
,SevenZipRootPackage
Orientation
property added toExifPackage
- Many new properties in
MovPackage
New File Formats Supported:
FileFormat.Rar
FileFormat.Tar
FileFormat.SevenZip
🔍 Explore the Full Release Details
For full list of updates, please visit GroupDocs.Metadata for Java 24.5 Release Notes.
metadata export to csv
| json metadata import
| archive metadata rar tar 7z
| edit pdf creator producer
Version | Release Date |
---|---|
24.12 | December 24, 2024 |
24.7 | July 26, 2024 |
24.5 | May 31, 2024 |
23.12 | December 22, 2023 |
23.10 | October 13, 2023 |
23.6 | June 20, 2023 |
22.11 | November 11, 2022 |
22.10 | October 20, 2022 |
22.2 | February 9, 2022 |
21.2 | January 25, 2022 |
20.7 | January 25, 2022 |
20.4 | January 25, 2022 |
20.11 | January 25, 2022 |
19.5.1 | January 25, 2022 |
19.3 | January 25, 2022 |
19.1 | January 25, 2022 |
18.12 | January 25, 2022 |
18.11 | January 25, 2022 |
21.8 | August 9, 2021 |
21.6 | June 11, 2021 |
21.5 | May 13, 2021 |
21.4 | April 1, 2021 |
21.1 | January 20, 2021 |
20.10 | September 30, 2020 |
20.9 | September 4, 2020 |
20.8 | August 10, 2020 |
20.6 | June 3, 2020 |
20.5 | May 6, 2020 |
20.3 | March 13, 2020 |
20.2 | February 21, 2020 |
19.5 | May 29, 2019 |
19.4 | April 4, 2019 |
19.2 | February 7, 2019 |
18.10 | October 5, 2018 |
18.9 | September 4, 2018 |
18.7 | July 2, 2018 |
18.6 | June 4, 2018 |
18.5 | May 10, 2018 |
18.2 | April 23, 2018 |
18.1 | April 23, 2018 |
17.12 | April 23, 2018 |
18.4 | April 13, 2018 |
File | Classifier | Size |
---|---|---|
groupdocs-metadata-24.5-javadoc.jar | javadoc | 2 MB |
groupdocs-metadata-24.5.jar | 257 MB | |
groupdocs-metadata-24.5.pom | 2 KB |