diff options
author | Thomas <> | 2024-03-18 09:55:06 +0100 |
---|---|---|
committer | Thomas <> | 2024-03-18 09:55:06 +0100 |
commit | b209ed16a8da8a07782db59935c5451a82394103 (patch) | |
tree | 683f0ec74c56007a6143f58eb1d93ddbd92f2ce9 /pdf-as-tests/src | |
parent | 033c128fd1a499d6a34d4db2ab532f1169ce553e (diff) | |
download | pdf-as-4-b209ed16a8da8a07782db59935c5451a82394103.tar.gz pdf-as-4-b209ed16a8da8a07782db59935c5451a82394103.tar.bz2 pdf-as-4-b209ed16a8da8a07782db59935c5451a82394103.zip |
test(positioning): add two tests with absolut postioning
Diffstat (limited to 'pdf-as-tests/src')
-rw-r--r-- | pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_LAST/config.properties | 7 | ||||
-rw-r--r-- | pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_LAST/example.pdf | bin | 0 -> 41972 bytes | |||
-rw-r--r-- | pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_LAST/example_ref.png | bin | 0 -> 308465 bytes | |||
-rw-r--r-- | pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_NUM_HIGH/config.properties | 7 | ||||
-rw-r--r-- | pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_NUM_HIGH/example.pdf | bin | 0 -> 41972 bytes | |||
-rw-r--r-- | pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_NUM_HIGH/example_ref.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 00000000..488e5898 --- /dev/null +++ b/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_ABSOLUT_PAGE_LAST/example.pdf 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 Binary files differnew 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 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 Binary files differnew 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 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 Binary files differnew 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 |