From 5af1d89ff4f909e73db2aa3d3ef8a013785c9f2f Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Fri, 8 Mar 2024 16:20:12 +0100 Subject: feat(core): add new page position parameter 'last' --- .../public_pdfbox2/POS_LAST/config.properties | 7 +++++++ .../test-suites/public_pdfbox2/POS_LAST/example.pdf | Bin 0 -> 41972 bytes .../public_pdfbox2/POS_LAST/example_ref.png | Bin 0 -> 308465 bytes 3 files changed, 7 insertions(+) create mode 100644 pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_LAST/config.properties create mode 100644 pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_LAST/example.pdf create mode 100644 pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_LAST/example_ref.png (limited to 'pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_LAST') diff --git a/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_LAST/config.properties b/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_LAST/config.properties new file mode 100644 index 00000000..94af6eec --- /dev/null +++ b/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_LAST/config.properties @@ -0,0 +1,7 @@ +test.type=position +test.name=POS_LAST +profile.id=SIGNATURBLOCK_DE +position.positioning_string=p:last +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_LAST/example.pdf b/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_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_LAST/example.pdf differ diff --git a/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_LAST/example_ref.png b/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_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_LAST/example_ref.png differ -- cgit v1.2.3