From b209ed16a8da8a07782db59935c5451a82394103 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Mon, 18 Mar 2024 09:55:06 +0100 Subject: test(positioning): add two tests with absolut postioning --- .../POS_ABSOLUT_PAGE_LAST/config.properties | 7 +++++++ .../public_pdfbox2/POS_ABSOLUT_PAGE_LAST/example.pdf | Bin 0 -> 41972 bytes .../POS_ABSOLUT_PAGE_LAST/example_ref.png | Bin 0 -> 308465 bytes .../POS_ABSOLUT_PAGE_NUM_HIGH/config.properties | 7 +++++++ .../POS_ABSOLUT_PAGE_NUM_HIGH/example.pdf | Bin 0 -> 41972 bytes .../POS_ABSOLUT_PAGE_NUM_HIGH/example_ref.png | Bin 0 -> 135525 bytes 6 files changed, 14 insertions(+) create mode 100644 pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_LAST/config.properties create mode 100644 pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_LAST/example.pdf create mode 100644 pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_LAST/example_ref.png create mode 100644 pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_NUM_HIGH/config.properties create mode 100644 pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_NUM_HIGH/example.pdf create mode 100644 pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_NUM_HIGH/example_ref.png (limited to 'pdf-as-tests/src/test') diff --git a/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_LAST/config.properties b/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_LAST/config.properties new file mode 100644 index 00000000..88ece194 --- /dev/null +++ b/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_LAST/config.properties @@ -0,0 +1,7 @@ +test.type=position +test.name=POS_ABSOLUT_PAGE_LAST +profile.id=SIGNATURBLOCK_DE +position.positioning_string=p:2 +position.page_number=2 +parent=../auto_pos_example.properties +position.ignored_areas=208,803,142,9 diff --git a/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_LAST/example.pdf b/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_LAST/example.pdf new file mode 100644 index 00000000..488e5898 Binary files /dev/null and b/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_LAST/example.pdf differ diff --git a/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_LAST/example_ref.png b/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_LAST/example_ref.png new file mode 100644 index 00000000..063bf516 Binary files /dev/null and b/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_LAST/example_ref.png differ diff --git a/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_NUM_HIGH/config.properties b/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_NUM_HIGH/config.properties new file mode 100644 index 00000000..c2f8bc74 --- /dev/null +++ b/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_NUM_HIGH/config.properties @@ -0,0 +1,7 @@ +test.type=position +test.name=POS_ABSOLUT_PAGE_NUM_HIGH +profile.id=SIGNATURBLOCK_DE +position.positioning_string=p:99 +position.page_number=3 +parent=../auto_pos_example.properties +position.ignored_areas=208,803,142,9 diff --git a/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_NUM_HIGH/example.pdf b/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_NUM_HIGH/example.pdf new file mode 100644 index 00000000..488e5898 Binary files /dev/null and b/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_NUM_HIGH/example.pdf differ diff --git a/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_NUM_HIGH/example_ref.png b/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_NUM_HIGH/example_ref.png new file mode 100644 index 00000000..6f537317 Binary files /dev/null and b/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_NUM_HIGH/example_ref.png differ -- cgit v1.2.3