Skip to content

Commit

Permalink
Update rules error messages.
Browse files Browse the repository at this point in the history
6.1.13-11(PDF/A-2), 8.10.1-2(PDF/UA-2).
Update trigger-increment-workflow.yml
  • Loading branch information
MaximPlusov committed Jan 23, 2024
1 parent 790910c commit fdf9fb8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/trigger-increment-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
[ integration ]
paths:
- 'PDF_UA/**'
- '!PDF_UA/1/**'
- '!PDF_UA/2/**'

jobs:
trigger_build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
in either direction, nor shall it be greater than 14 400 units in either direction</description>
<test>Math.abs(top - bottom) &gt;= 3 &amp;&amp; Math.abs(top - bottom) &lt;= 14400 &amp;&amp; Math.abs(right - left) &gt;= 3 &amp;&amp; Math.abs(right - left) &lt;= 14400</test>
<error>
<message>One of the page boundaries is out of range (3-14400) in one of the directions (height = %1, width = %2)</message>
<message>One of the page boundaries is out of range (valid range: 3 - 14400, height = %1, width = %2)</message>
<arguments>
<argument>Math.abs(top - bottom)</argument>
<argument>Math.abs(right - left)</argument>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<description>A Form structure element shall contain at most one widget annotation</description>
<test>widgetAnnotsCount &lt;= 1</test>
<error>
<message>A Form structure element contains %1 annotations</message>
<message>A Form structure element contains %1 widget annotations</message>
<arguments>
<argument>widgetAnnotsCount</argument>
</arguments>
Expand Down

0 comments on commit fdf9fb8

Please sign in to comment.