You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure that I have the last specifications, but it's seems that ISO 19005-1 requires :
5.9 Indirect objects
The object number, generation number, and obj keyword shall be located on a single line and shall be
separated by a single white-space character.
The object number and endobj keyword shall be preceded by an EOL marker. The obj and endobj keywords
shall be followed by an EOL marker.
Hello,
When copying objects from readers :
\setasign\Fpdi\Fpdi::_putimages
PdfIndirectObject is created and writed in buffer :
FPDI/src/FpdiTrait.php
Line 644 in ecf0459
But $value->value of PdfIndirectObject can be a scalar (e.g. a PdfNumeric)
So no new line is added after the scalar and before the endobj
It throw a non-conformity "PDF/A : endobj is missing EOL-Marker"
The text was updated successfully, but these errors were encountered: