<dependency>
<groupId>com.groupdocs</groupId>
<artifactId>groupdocs-signature</artifactId>
<version>23.6</version>
</dependency>
compile(group: 'com.groupdocs', name: 'groupdocs-signature', version: '23.6')
<dependency org="com.groupdocs" name="groupdocs-signature" rev="23.6">
<artifact name="groupdocs-signature" ext="jar"/>
</dependency>
libraryDependencies += "com.groupdocs" % "groupdocs-signature" % "23.6"
What’s new in the GroupDocs.Signature for Java 23.6
Release Highlights
GroupDocs.Signature for Java 23.6 introduces archive processing support with the ability to sign documents within ZIP and TAR files. This release also enhances digital signature verification, adds support for the AZW3 format, and introduces new barcode and QR code types aligned with HIBC and PAS standards. With over 25 improvements and fixes, this release strengthens barcode processing, document compatibility, and archive-based signature workflows.
New Features
- Archive File Support (ZIP & TAR):
Enables signing documents directly within ZIP and TAR archives. The
SignResult
provides both succeeded and failed documents usingDocumentResultSignature
. - AZW3 File Type Support: Added ability to sign AZW3 documents and use AZW3 as a WordProcessing export format.
- New Barcode Types: Introduced support for HIBC LIC (Code39, Code128), PAS (Code39, Code128), and PAS QR Codes (QR, Aztec, DataMatrix).
- Verification of Certificate Documents:
CertificateVerifyOptions
class added to validate PFX certificate files used for digital signatures. - Support for Succeeded Signatures in Verification Results:
Verification results now provide a list of successfully verified signatures using
getSucceeded()
.
Enhancements
- Document Info for Archives:
Extended
DocumentInfo
class withgetDocuments()
method to list internal document details for archive types. - Result Analysis Metrics for Archive Signing:
SignResult
supports performance metrics likegetProcessingTime
,getSourceDocumentSize
, andgetDestinDocumentSize
per signed document.
Bug Fixes
- PDF Signing Compatibility with Adobe Reader and Licensing Fixes
- Linux Certificate and Digital Signature Handling Improved
- PDF Metadata, JPEG Image Processing, and Barcode Text Fixes
- Resolved Format Detection, Preview Rendering, and Exception Scenarios Across Spreadsheet, PS, and PDF Files
Public API and Backward Incompatible Changes
New File Types Added:
FileTypes.ZIP
FileTypes.TAR
FileTypes.AZW3
New Classes Introduced:
DocumentResultSignature
– Represents each document processed within an archive.CertificateVerifyOptions
– Enables certificate-based verification.
Enhanced Result Interfaces:
VerificationResult.getSucceeded()
– Returns list of successfully verified signatures.SignResult.getSucceeded()
andgetFailed()
– Now include document-level result details.
🔍 Explore the Full Release Details
For full list of updates, please visit GroupDocs.Signature for Java 23.6 Release Notes.
sign zip documents
| azw3 signature support
| verify pfx certificate
| hibc pas barcode
| groupdocs documentresultsignature
Version | Release Date |
---|---|
24.7 | July 11, 2024 |
24.3 | March 22, 2024 |
23.12 | December 25, 2023 |
23.6.1 | September 21, 2023 |
23.6 | June 22, 2023 |
23.4 | April 10, 2023 |
22.11 | November 15, 2022 |
22.8 | August 15, 2022 |
22.2.1 | May 25, 2022 |
22.2 | February 4, 2022 |
21.2 | January 25, 2022 |
19.7 | January 25, 2022 |
19.11 | January 25, 2022 |
18.8 | January 25, 2022 |
18.1 | January 25, 2022 |
17.6.0 | January 25, 2022 |
17.4.0 | January 25, 2022 |
21.11 | November 30, 2021 |
21.8 | August 26, 2021 |
21.5 | May 31, 2021 |
20.9 | September 5, 2020 |
20.5 | May 29, 2020 |
20.3 | March 20, 2020 |
19.5 | May 30, 2019 |
19.1.1 | March 7, 2019 |
19.1 | January 30, 2019 |
18.11 | December 4, 2018 |
18.6 | June 4, 2018 |
18.4 | April 19, 2018 |
17.11 | April 19, 2018 |
17.8 | April 19, 2018 |
17.7.0 | April 19, 2018 |
17.5.0 | April 19, 2018 |
17.1.0 | April 19, 2018 |
File | Classifier | Size |
---|---|---|
groupdocs-signature-23.6-javadoc.jar | javadoc | 1 MB |
groupdocs-signature-23.6.jar | 195 MB | |
groupdocs-signature-23.6.pom | 3 KB |