Skip to content

Tags: Training-Datasmith/zugferd

Tags

v1.0.120

Toggle v1.0.120's commit message
[DOC] Updated CHANGELOG.md

v1.0.119

Toggle v1.0.119's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request horstoeko#344 from horstoeko/Issue_342

horstoeko#342 Fixed "PDF/A3 invalide when original PDF contains link"

This is a PDF/A-3 (ISO 19005-3) compliance issue related to link annotations. In PDF/A, all annotation dictionaries (except those with Subtype = /Popup) must contain the /F key (annotation flags). When a PDF page contains a hyperlink (mailto: or http/https), it is represented as a /Subtype /Link annotation. The output produced via the FPDF/FPDI stack can end up writing these link annotations without an /F entry, which veraPDF correctly flags as invalid PDF/A.

I’ve now investigated this on my side and I believe I’ve found a minimal fix: ensure that every /Subtype /Link annotation dictionary includes /F 4 (the “Print” flag). This satisfies the “missing F key” rule and keeps the links printable, which is generally expected for PDF/A validation.

v1.0.118

Toggle v1.0.118's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[ENH] Updated composer.json for Symfony 8 compatibility

[ENH] Updated composer.json for Symfony 8 compatibility

v1.0.117

Toggle v1.0.117's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[ENH] Allow XML documents with non-default namespace prefixes Issue

Allow XML documents with non-default namespace prefixes Issue

v1.0.116

Toggle v1.0.116's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request horstoeko#321 Replace Datetime with DateTimeInterface

Replace Datetime with DateTimeInterface

v1.0.115

Toggle v1.0.115's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
horstoeko#299 ZugferdDocumentReader::getDocumentDeliveryTerms uses th…

…e wrong path

horstoeko#299 ZugferdDocumentReader::getDocumentDeliveryTerms uses the wrong path

v1.0.114

Toggle v1.0.114's commit message
[FIX] horstoeko#288 Fix xmpversion for Profile XRechnung 1.2

v1.0.113

Toggle v1.0.113's commit message
[INFR] Updated CI-workflow -> Updated Release Workflow

v1.0.112

Toggle v1.0.112's commit message
[INFR] Updated Release-Workflow

v1.0.111

Toggle v1.0.111's commit message
[CS] Fixed rector issues