Skip to content

Commit

Permalink
PDF/A-1. Fix rule 6.7.2-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Git User committed Aug 10, 2024
1 parent c828bf6 commit 2fed737
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1103,10 +1103,10 @@
</rule>
<rule object="PDMetadata">
<id specification="ISO_19005_1" clause="6.7.2" testNumber="2"/>
<description>Metadata object stream dictionaries shall not contain the Filter key</description>
<test>Filter == null</test>
<description>The Metadata object stream dictionary in the document’s catalog shall not contain the Filter key</description>
<test>isCatalogMetadata == false || Filter == null</test>
<error>
<message>The metadata object stream dictionary contains the Filter key</message>
<message>The catalog metadata object stream dictionary contains the Filter key</message>
<arguments/>
</error>
<references/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1093,10 +1093,10 @@
</rule>
<rule object="PDMetadata">
<id specification="ISO_19005_1" clause="6.7.2" testNumber="2"/>
<description>Metadata object stream dictionaries shall not contain the Filter key</description>
<test>Filter == null</test>
<description>The Metadata object stream dictionary in the document’s catalog shall not contain the Filter key</description>
<test>isCatalogMetadata == false || Filter == null</test>
<error>
<message>The metadata object stream dictionary contains the Filter key</message>
<message>The catalog metadata object stream dictionary contains the Filter key</message>
<arguments/>
</error>
<references/>
Expand Down

0 comments on commit 2fed737

Please sign in to comment.