Tags: Training-Datasmith/zugferd
Tags
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.
Merge pull request horstoeko#321 Replace Datetime with DateTimeInterface Replace Datetime with DateTimeInterface
horstoeko#299 ZugferdDocumentReader::getDocumentDeliveryTerms uses th… …e wrong path horstoeko#299 ZugferdDocumentReader::getDocumentDeliveryTerms uses the wrong path
[FIX] horstoeko#288 Fix xmpversion for Profile XRechnung 1.2
PreviousNext