aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas <>2024-03-18 09:55:06 +0100
committerThomas <>2024-03-18 09:55:06 +0100
commitb209ed16a8da8a07782db59935c5451a82394103 (patch)
tree683f0ec74c56007a6143f58eb1d93ddbd92f2ce9
parent033c128fd1a499d6a34d4db2ab532f1169ce553e (diff)
downloadpdf-as-4-b209ed16a8da8a07782db59935c5451a82394103.tar.gz
pdf-as-4-b209ed16a8da8a07782db59935c5451a82394103.tar.bz2
pdf-as-4-b209ed16a8da8a07782db59935c5451a82394103.zip
test(positioning): add two tests with absolut postioning
-rw-r--r--pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_LAST/config.properties7
-rw-r--r--pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_LAST/example.pdfbin0 -> 41972 bytes
-rw-r--r--pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_LAST/example_ref.pngbin0 -> 308465 bytes
-rw-r--r--pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_NUM_HIGH/config.properties7
-rw-r--r--pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_NUM_HIGH/example.pdfbin0 -> 41972 bytes
-rw-r--r--pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_NUM_HIGH/example_ref.pngbin0 -> 135525 bytes
6 files changed, 14 insertions, 0 deletions
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
--- /dev/null
+++ b/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_LAST/example.pdf
Binary files 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
--- /dev/null
+++ b/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_LAST/example_ref.png
Binary files 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
--- /dev/null
+++ b/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_NUM_HIGH/example.pdf
Binary files 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
--- /dev/null
+++ b/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_NUM_HIGH/example_ref.png
Binary files differ