diff --git a/PDF_A/1b/6.2 Graphics/6.2.8 Extended graphics state/verapdf-profile-6-2-8-t01.xml b/PDF_A/1b/6.2 Graphics/6.2.8 Extended graphics state/verapdf-profile-6-2-8-t01.xml index 46022621..1467bef2 100644 --- a/PDF_A/1b/6.2 Graphics/6.2.8 Extended graphics state/verapdf-profile-6-2-8-t01.xml +++ b/PDF_A/1b/6.2 Graphics/6.2.8 Extended graphics state/verapdf-profile-6-2-8-t01.xml @@ -9,7 +9,7 @@ An ExtGState dictionary shall not contain the TR key - TR == null + containsTR == false An ExtGState dictionary contains the TR key diff --git a/PDF_A/1b/6.2 Graphics/6.2.8 Extended graphics state/verapdf-profile-6-2-8-t02.xml b/PDF_A/1b/6.2 Graphics/6.2.8 Extended graphics state/verapdf-profile-6-2-8-t02.xml index 460ebdc8..ca8ce733 100644 --- a/PDF_A/1b/6.2 Graphics/6.2.8 Extended graphics state/verapdf-profile-6-2-8-t02.xml +++ b/PDF_A/1b/6.2 Graphics/6.2.8 Extended graphics state/verapdf-profile-6-2-8-t02.xml @@ -9,12 +9,10 @@ An ExtGState dictionary shall not contain the TR2 key with a value other than Default - TR2 == null || TR2 == "Default" + containsTR2 == false || TR2NameValue == "Default" - An ExtGState dictionary contains the TR2 key with value %1 other than Default - - TR2 - + An ExtGState dictionary contains the TR2 key with a value other than Default + diff --git a/PDF_A/1b/6.4 Transparency/verapdf-profile-6-4-t01.xml b/PDF_A/1b/6.4 Transparency/verapdf-profile-6-4-t01.xml index 99768ba0..733948e7 100644 --- a/PDF_A/1b/6.4 Transparency/verapdf-profile-6-4-t01.xml +++ b/PDF_A/1b/6.4 Transparency/verapdf-profile-6-4-t01.xml @@ -9,12 +9,10 @@ If an SMask key appears in an ExtGState dictionary, its value shall be None - SMask == null || SMask == "None" + containsSMask == false || SMaskNameValue == "None" - An ExtGState contains SMask key with value %1 instead of None - - SMask - + An ExtGState contains SMask key with a value other than None + diff --git a/PDF_A/1b/6.4 Transparency/verapdf-profile-6-4-t04.xml b/PDF_A/1b/6.4 Transparency/verapdf-profile-6-4-t04.xml index 15d96809..e6a7a981 100644 --- a/PDF_A/1b/6.4 Transparency/verapdf-profile-6-4-t04.xml +++ b/PDF_A/1b/6.4 Transparency/verapdf-profile-6-4-t04.xml @@ -2,14 +2,14 @@
ISO 19005-1:2005 - 6.4 Transparency - Blend mode - The following keys, if present in an ExtGState object, shall have the values shown: BM - Normal or Compatible + If a BM key is present in an ExtGState object, its value shall be Normal or Compatible
- The following keys, if present in an ExtGState object, shall have the values shown: BM - Normal or Compatible - BM == null || BM == "Normal" || BM == "Compatible" + If a BM key is present in an ExtGState object, its value shall be Normal or Compatible + containsBM == false || BMNameValue == "Normal" || BMNameValue == "Compatible" An ExtGState dictionary contains the BM key (blend mode) with value %1 that is neither Normal or Compatible diff --git a/PDF_A/1b/6.4 Transparency/verapdf-profile-6-4-t05.xml b/PDF_A/1b/6.4 Transparency/verapdf-profile-6-4-t05.xml index 1ae5eaa6..d778c605 100644 --- a/PDF_A/1b/6.4 Transparency/verapdf-profile-6-4-t05.xml +++ b/PDF_A/1b/6.4 Transparency/verapdf-profile-6-4-t05.xml @@ -2,13 +2,13 @@
ISO 19005-1:2005 - 6.4 Transparency - Stroke alpha - The following keys, if present in an ExtGState object, shall have the values shown: CA - 1.0 + If a CA key is present in an ExtGState object, its value shall be 1.0
- The following keys, if present in an ExtGState object, shall have the values shown: CA - 1.0 + If a CA key is present in an ExtGState object, its value shall be 1.0 CA == null || CA - 1.0 < 0.000001 && CA - 1.0 > -0.000001 An ExtGState dictionary contains the CA key (stroke alpha) with value %1 other than 1.0 diff --git a/PDF_A/1b/6.4 Transparency/verapdf-profile-6-4-t06.xml b/PDF_A/1b/6.4 Transparency/verapdf-profile-6-4-t06.xml index 645b5e90..67d07b39 100644 --- a/PDF_A/1b/6.4 Transparency/verapdf-profile-6-4-t06.xml +++ b/PDF_A/1b/6.4 Transparency/verapdf-profile-6-4-t06.xml @@ -2,13 +2,13 @@
ISO 19005-1:2005 - 6.4 Transparency - Fill alpha - The following keys, if present in an ExtGState object, shall have the values shown: ca - 1.0 + If a ca key is present in an ExtGState object, its value shall be 1.0
- The following keys, if present in an ExtGState object, shall have the values shown: ca - 1.0 + If a ca key is present in an ExtGState object, its value shall be 1.0 ca == null || ca - 1.0 < 0.000001 && ca - 1.0 > -0.000001 An ExtGState dictionary contains the ca key (fill alpha) with value %1 other than 1.0 diff --git a/PDF_A/2b/6.2 Graphics/6.2.5 Extended graphics state/verapdf-profile-6-2-5-t01.xml b/PDF_A/2b/6.2 Graphics/6.2.5 Extended graphics state/verapdf-profile-6-2-5-t01.xml index 27db9a4a..492ba03c 100644 --- a/PDF_A/2b/6.2 Graphics/6.2.5 Extended graphics state/verapdf-profile-6-2-5-t01.xml +++ b/PDF_A/2b/6.2 Graphics/6.2.5 Extended graphics state/verapdf-profile-6-2-5-t01.xml @@ -9,7 +9,7 @@ An ExtGState dictionary shall not contain the TR key - TR == null + containsTR == false An ExtGState dictionary contains the TR key diff --git a/PDF_A/2b/6.2 Graphics/6.2.5 Extended graphics state/verapdf-profile-6-2-5-t02.xml b/PDF_A/2b/6.2 Graphics/6.2.5 Extended graphics state/verapdf-profile-6-2-5-t02.xml index c1f05b40..53788208 100644 --- a/PDF_A/2b/6.2 Graphics/6.2.5 Extended graphics state/verapdf-profile-6-2-5-t02.xml +++ b/PDF_A/2b/6.2 Graphics/6.2.5 Extended graphics state/verapdf-profile-6-2-5-t02.xml @@ -9,12 +9,10 @@ An ExtGState dictionary shall not contain the TR2 key with a value other than Default - TR2 == null || TR2 == "Default" + containsTR2 == false || TR2NameValue == "Default" - An ExtGState dictionary contains the TR2 key with value %1 other than Default - - TR2 - + An ExtGState dictionary contains the TR2 key with a value other than Default + diff --git a/PDF_A/4/6.2 Graphics/6.2.5 Extended graphics state/verapdf-profile-6-2-5-t01.xml b/PDF_A/4/6.2 Graphics/6.2.5 Extended graphics state/verapdf-profile-6-2-5-t01.xml index 9d3b8290..1c252240 100644 --- a/PDF_A/4/6.2 Graphics/6.2.5 Extended graphics state/verapdf-profile-6-2-5-t01.xml +++ b/PDF_A/4/6.2 Graphics/6.2.5 Extended graphics state/verapdf-profile-6-2-5-t01.xml @@ -9,7 +9,7 @@ A graphics state parameter dictionary (ISO 32000-2:2020, 8.4.5) shall not contain the TR key - TR == null + containsTR == false A graphics state parameter dictionary contains the TR key diff --git a/PDF_A/4/6.2 Graphics/6.2.5 Extended graphics state/verapdf-profile-6-2-5-t02.xml b/PDF_A/4/6.2 Graphics/6.2.5 Extended graphics state/verapdf-profile-6-2-5-t02.xml index 071c06bf..cb5e26a3 100644 --- a/PDF_A/4/6.2 Graphics/6.2.5 Extended graphics state/verapdf-profile-6-2-5-t02.xml +++ b/PDF_A/4/6.2 Graphics/6.2.5 Extended graphics state/verapdf-profile-6-2-5-t02.xml @@ -9,12 +9,10 @@ A graphics state parameter dictionary shall not contain the TR2 key with a value other than Default - TR2 == null || TR2 == "Default" + containsTR2 == false || TR2NameValue == "Default" - A graphics state parameter dictionary contains the TR2 key with value %1 other than Default - - TR2 - + A graphics state parameter dictionary contains the TR2 key with a value other than Default +