Skip to content

Commit

Permalink
PDF/UA-2. Update rule 8.14.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov authored and github-actions[bot] committed Dec 20, 2023
1 parent 45a1e77 commit 79b1187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PDF_UA/PDFUA-2-ISO32005.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@
<rule object="CosFileSpecification">
<id specification="ISO_14289_2" clause="8.14.1" testNumber="1"/>
<description>The Desc entry shall be present on all file specification dictionaries present in the EmbeddedFiles name tree of a conforming document</description>
<test>containsDesc == true</test>
<test>containsDesc == true || presentInEmbeddedFiles == false</test>
<error>
<message>The file specification dictionary for an embedded file does not contain Desc key</message>
<arguments/>
Expand Down
2 changes: 1 addition & 1 deletion PDF_UA/PDFUA-2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@
<rule object="CosFileSpecification">
<id specification="ISO_14289_2" clause="8.14.1" testNumber="1"/>
<description>The Desc entry shall be present on all file specification dictionaries present in the EmbeddedFiles name tree of a conforming document</description>
<test>containsDesc == true</test>
<test>containsDesc == true || presentInEmbeddedFiles == false</test>
<error>
<message>The file specification dictionary for an embedded file does not contain Desc key</message>
<arguments/>
Expand Down

0 comments on commit 79b1187

Please sign in to comment.