Skip to content

Commit

Permalink
Merge pull request #376 from veraPDF/update_descriptions
Browse files Browse the repository at this point in the history
PDF/A. Update rule descriptions
  • Loading branch information
Git User committed Nov 17, 2023
1 parent cae4743 commit dcd5336
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2006,11 +2006,12 @@
</rule>
<rule object="CosFileSpecification">
<id specification="ISO_19005_3" clause="6.8" testNumber="3"/>
<description>In order to enable identification of the relationship between the file specification dictionary and the content that is referring to it,
a new (required) key has been defined and its presence (in the dictionary) is required.</description>
<description>The file specification dictionary shall contain key AFRelationship of type Name identifying the
relationship between the embedded file and the content of the document</description>
<test>AFRelationship != null</test>
<error>
<message>The file specification dictionary for an embedded file does not contain the AFRelationship key</message>
<message>The file specification dictionary for an embedded file does not contain the AFRelationship key
or it has invalid value type</message>
<arguments/>
</error>
<references/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1892,11 +1892,12 @@
</rule>
<rule object="CosFileSpecification">
<id specification="ISO_19005_3" clause="6.8" testNumber="3"/>
<description>In order to enable identification of the relationship between the file specification dictionary and the content that is referring to it,
a new (required) key has been defined and its presence (in the dictionary) is required.</description>
<description>The file specification dictionary shall contain key AFRelationship of type Name identifying the
relationship between the embedded file and the content of the document</description>
<test>AFRelationship != null</test>
<error>
<message>The file specification dictionary for an embedded file does not contain the AFRelationship key</message>
<message>The file specification dictionary for an embedded file does not contain the AFRelationship key
or it has invalid value type</message>
<arguments/>
</error>
<references/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1915,11 +1915,12 @@
</rule>
<rule object="CosFileSpecification">
<id specification="ISO_19005_3" clause="6.8" testNumber="3"/>
<description>In order to enable identification of the relationship between the file specification dictionary and the content that is referring to it,
a new (required) key has been defined and its presence (in the dictionary) is required.</description>
<description>The file specification dictionary shall contain key AFRelationship of type Name identifying the
relationship between the embedded file and the content of the document</description>
<test>AFRelationship != null</test>
<error>
<message>The file specification dictionary for an embedded file does not contain the AFRelationship key</message>
<message>The file specification dictionary for an embedded file does not contain the AFRelationship key
or it has invalid value type</message>
<arguments/>
</error>
<references/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@
'cmap' subtable that all necessary glyph lookups are able to be carried out.</description>
<test>isSymbolic == true || cmap31Present == true || cmap10Present == true</test>
<error>
<message>The embedded font program for a non-symbolic TrueType font does not contain contain Microsoft
<message>The embedded font program for a non-symbolic TrueType font does not contain Microsoft
Symbol (3,0 – Platform ID=3, Encoding ID=0) or the Mac Roman (1,0 – Platform ID=1, Encoding ID=0) encoding.</message>
<arguments/>
</error>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@
'cmap' subtable that all necessary glyph lookups are able to be carried out.</description>
<test>isSymbolic == true || cmap31Present == true || cmap10Present == true</test>
<error>
<message>The embedded font program for a non-symbolic TrueType font does not contain contain Microsoft
<message>The embedded font program for a non-symbolic TrueType font does not contain Microsoft
Symbol (3,0 – Platform ID=3, Encoding ID=0) or the Mac Roman (1,0 – Platform ID=1, Encoding ID=0) encoding.</message>
<arguments/>
</error>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@
'cmap' subtable that all necessary glyph lookups are able to be carried out.</description>
<test>isSymbolic == true || cmap31Present == true || cmap10Present == true</test>
<error>
<message>The embedded font program for a non-symbolic TrueType font does not contain contain Microsoft
<message>The embedded font program for a non-symbolic TrueType font does not contain Microsoft
Symbol (3,0 – Platform ID=3, Encoding ID=0) or the Mac Roman (1,0 – Platform ID=1, Encoding ID=0) encoding.</message>
<arguments/>
</error>
Expand Down

0 comments on commit dcd5336

Please sign in to comment.