Skip to content

Commit

Permalink
PDF/UA-2. Add rule 8.11.1-2
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Jun 6, 2024
1 parent db59cd3 commit 46d5565
Showing 1 changed file with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<profile xmlns="http://www.verapdf.org/ValidationProfile" flavour="PDFUA_2">
<details creator="veraPDF Consortium" created="2024-03-13T10:53:07.215+03:00">
<name>ISO 14289-2:2024 - 8.11 Metadata - 8.11.1 General - Metadata key in the Catalog</name>
<description>The Catalog dictionary of a conforming file shall contain the Metadata key whose value is a metadata stream as defined in ISO 32000-2:2020, 14.3</description>
</details>
<hash></hash>
<rules>
<rule object="PDDocument" tags="metadata">
<id specification="ISO_14289_2" clause="8.11.1" testNumber="2"/>
<description>The Catalog dictionary of a conforming file shall contain the Metadata key whose value is a metadata stream as defined in ISO 32000-2:2020, 14.3</description>
<test>metadata_size == 1</test>
<error>
<message>The document catalog dictionary doesn't contain metadata key</message>
<arguments/>
</error>
<references>
<reference specification="ISO 32000-2:2020" clause="14.3.2"/>
</references>
</rule>
</rules>
<variables/>
</profile>

0 comments on commit 46d5565

Please sign in to comment.