diff options
7 files changed, 23 insertions, 0 deletions
diff --git a/pdf-as-lib/src/configuration/cfg/profiles/SIGNATURBLOCK_DE_FORCE.properties b/pdf-as-lib/src/configuration/cfg/profiles/SIGNATURBLOCK_DE_FORCE.properties new file mode 100644 index 00000000..3eb723c5 --- /dev/null +++ b/pdf-as-lib/src/configuration/cfg/profiles/SIGNATURBLOCK_DE_FORCE.properties @@ -0,0 +1,9 @@ +
+###################################################################################################
+# PROFIL: Standardsignatur Deutsch
+
+# Kurzbeschreibung
+sig_obj.SIGNATURBLOCK_DE_FORCE.description=Standardsignatur Deutsch
+sig_obj.SIGNATURBLOCK_DE_FORCE.parent=BASE_NORMAL
+sig_obj.SIGNATURBLOCK_DE_FORCE.SIGNED_NEWPAGE_FORCE=true
+sig_obj.types.SIGNATURBLOCK_DE_FORCE=on
diff --git a/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_LAST_ALREADY_SIGNED/config.properties b/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_LAST_ALREADY_SIGNED/config.properties new file mode 100644 index 00000000..572f9801 --- /dev/null +++ b/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_LAST_ALREADY_SIGNED/config.properties @@ -0,0 +1,7 @@ +test.type=position +test.name=POS_LAST_ALREADY_SIGNED +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_ALREADY_SIGNED/example.pdf b/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_LAST_ALREADY_SIGNED/example.pdf Binary files differnew file mode 100644 index 00000000..3ce5f831 --- /dev/null +++ b/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_LAST_ALREADY_SIGNED/example.pdf diff --git a/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_LAST_ALREADY_SIGNED/example_ref.png b/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_LAST_ALREADY_SIGNED/example_ref.png Binary files differnew file mode 100644 index 00000000..e4445336 --- /dev/null +++ b/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_LAST_ALREADY_SIGNED/example_ref.png diff --git a/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_LAST_ALREADY_SIGNED_FORCE_NEW/config.properties b/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_LAST_ALREADY_SIGNED_FORCE_NEW/config.properties new file mode 100644 index 00000000..28d4438f --- /dev/null +++ b/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_LAST_ALREADY_SIGNED_FORCE_NEW/config.properties @@ -0,0 +1,7 @@ +test.type=position +test.name=POS_LAST_ALREADY_SIGNED_FORCE_NEW +profile.id=SIGNATURBLOCK_DE_FORCE +position.positioning_string=p:auto +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_LAST_ALREADY_SIGNED_FORCE_NEW/example.pdf b/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_LAST_ALREADY_SIGNED_FORCE_NEW/example.pdf Binary files differnew file mode 100644 index 00000000..3ce5f831 --- /dev/null +++ b/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_LAST_ALREADY_SIGNED_FORCE_NEW/example.pdf diff --git a/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_LAST_ALREADY_SIGNED_FORCE_NEW/example_ref.png b/pdf-as-tests/src/test/test-suites/public_pdfbox2/POS_LAST_ALREADY_SIGNED_FORCE_NEW/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_LAST_ALREADY_SIGNED_FORCE_NEW/example_ref.png |