From fdf9fb826b9c35305a8a4399f81ca57e76f6bf42 Mon Sep 17 00:00:00 2001 From: Maxim Date: Mon, 22 Jan 2024 11:21:14 +0300 Subject: [PATCH] Update rules error messages. 6.1.13-11(PDF/A-2), 8.10.1-2(PDF/UA-2). Update trigger-increment-workflow.yml --- .github/workflows/trigger-increment-workflow.yml | 2 ++ .../6.1.13 Implementation limits/verapdf-profile-6-1-13-t11.xml | 2 +- .../2/8.10 Forms/8.10.1 General/verapdf-profile-8-10-1-t02.xml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/trigger-increment-workflow.yml b/.github/workflows/trigger-increment-workflow.yml index 08b518e4..9cf87fd6 100644 --- a/.github/workflows/trigger-increment-workflow.yml +++ b/.github/workflows/trigger-increment-workflow.yml @@ -6,6 +6,8 @@ on: [ integration ] paths: - 'PDF_UA/**' + - '!PDF_UA/1/**' + - '!PDF_UA/2/**' jobs: trigger_build: diff --git a/PDF_A/2b/6.1 File structure/6.1.13 Implementation limits/verapdf-profile-6-1-13-t11.xml b/PDF_A/2b/6.1 File structure/6.1.13 Implementation limits/verapdf-profile-6-1-13-t11.xml index 93ccd999..68c9bf51 100644 --- a/PDF_A/2b/6.1 File structure/6.1.13 Implementation limits/verapdf-profile-6-1-13-t11.xml +++ b/PDF_A/2b/6.1 File structure/6.1.13 Implementation limits/verapdf-profile-6-1-13-t11.xml @@ -13,7 +13,7 @@ in either direction, nor shall it be greater than 14 400 units in either direction Math.abs(top - bottom) >= 3 && Math.abs(top - bottom) <= 14400 && Math.abs(right - left) >= 3 && Math.abs(right - left) <= 14400 - One of the page boundaries is out of range (3-14400) in one of the directions (height = %1, width = %2) + One of the page boundaries is out of range (valid range: 3 - 14400, height = %1, width = %2) Math.abs(top - bottom) Math.abs(right - left) diff --git a/PDF_UA/2/8.10 Forms/8.10.1 General/verapdf-profile-8-10-1-t02.xml b/PDF_UA/2/8.10 Forms/8.10.1 General/verapdf-profile-8-10-1-t02.xml index 081b1d00..6c7db698 100644 --- a/PDF_UA/2/8.10 Forms/8.10.1 General/verapdf-profile-8-10-1-t02.xml +++ b/PDF_UA/2/8.10 Forms/8.10.1 General/verapdf-profile-8-10-1-t02.xml @@ -11,7 +11,7 @@ A Form structure element shall contain at most one widget annotation widgetAnnotsCount <= 1 - A Form structure element contains %1 annotations + A Form structure element contains %1 widget annotations widgetAnnotsCount