Skip to content

Commit 4e41b53

Browse files
author
Git User
committed
PDF/A-1. Fix rule 6.4-4
1 parent 508d720 commit 4e41b53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/main/resources/org/verapdf/pdfa/validation/PDFA-1A.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@
910910
<error>
911911
<message>An ExtGState dictionary contains the BM key (blend mode) with value %1 that is neither Normal or Compatible</message>
912912
<arguments>
913-
<argument>BM</argument>
913+
<argument>BMNameValue</argument>
914914
</arguments>
915915
</error>
916916
<references/>

core/src/main/resources/org/verapdf/pdfa/validation/PDFA-1B.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@
900900
<error>
901901
<message>An ExtGState dictionary contains the BM key (blend mode) with value %1 that is neither Normal or Compatible</message>
902902
<arguments>
903-
<argument>BM</argument>
903+
<argument>BMNameValue</argument>
904904
</arguments>
905905
</error>
906906
<references/>

0 commit comments

Comments
 (0)