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
After signing, the new trailer does not contain the ID fields.
verapdf output:
<details passedRules="144" failedRules="1" passedChecks="6295" failedChecks="1">
<rule specification="ISO 19005-3:2012" clause="6.1.3" testNumber="1" status="failed" failedChecks="1">
<description>The file trailer dictionary shall contain the ID keyword whose value shall be File Identifiers as defined in ISO 32000-1:2008, 14.4</description>
<object>CosDocument</object>
<test>lastID != null && lastID.length() > 0</test>
<check status="failed">
<context>root</context>
<errorMessage>Missing or empty ID in the document trailer</errorMessage>
</check>
</rule>
</details>
After signing, the new trailer does not contain the ID fields.
verapdf output:
I can eliminate the error if here:
https://github.com/vbuch/node-signpdf/blob/develop/packages/placeholder-plain/src/createBufferTrailer.js
I add static two ids;
I already realized that the first ID should be the second ID from the previous trailer, but I didn't get any further.
The pdf signed in this way will already be valid.
The text was updated successfully, but these errors were encountered: