Downloads and Changelogs of the SetaPDF-Signer Component
The following table will show you all changelogs and available downloads of the SetaPDF-Signer component. A full overview of all your licenses is available in your personal Pickup Depot.
SetaPDF-Signer
Version 2.52.0.2328
Release date: 2026-08-13
SetaPDF-Signer Component
Feature
- Added
extractSignedVersion()andgetByteRange()methods toIntegrityResultclass. - Added
IntegrityResult::coversWholeDocument()method for a more speaking method name (result isisSignedRevision()negated).
Bugfix
- Fixed
DocumentSecurityStore::getValidationRelatedInfo()method if no TU and no TS entry are available.
Tweak
- Fixed unnecessary
Collection::findBySubject()calls inCertificate::getIssuers(). - Added
ValidationRelatedInfo\Logger::reset()method. - End processing of verification related information if a certificate is revoked by an OCSP response (not only at the CRL check).
SetaPDF-Core Component
Feature
- Added support for handling of structure destinations in
Destinationclass. - Added support for WebP images (The PDF format doesn't support WebP natively but the images are converted internally by GD functionalities to either PNG or JPEG).
Bugfix
- Fixed password preparation (SASLprep) if it includes the pipe (Ux007C) character for AES265 security handler.
- Fixed handling of null values in destination arrays.
- Fixed handling of recursion when resolving inherited attributes in faulty page tree.
- Fixed handling of
/Prevvalue in view to recursion when parsing cross-references. - Clone named
Cmapinstances to decouple assigned CID maps. - Fixed unbounded allocation in
Predictorclass which could cause an out-of-memory error.
Tweak
- Optimized cache key creation in
Font::getCharByCharCode(). - Harden data types by using
ensureType()calls and explicit data type and sanity checks inCrossReferenceTableclass. - Introduced
setasign\SetaPDF2\Core\Parser\CrossReferenceTable\FatalExceptionclass which is thrown if it is not possible to use a fallback strategy to parse a cross-reference. - Added plausibility checks for object counts in object streams.
- Added various checks for a valid key-length in
SecHandler\SecHandlerandSecHandler\AbstractHandlerclass.
