diff options
Diffstat (limited to 'work/cfg')
-rw-r--r-- | work/cfg/config.properties | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/work/cfg/config.properties b/work/cfg/config.properties index c56ef4d..c56311c 100644 --- a/work/cfg/config.properties +++ b/work/cfg/config.properties @@ -157,12 +157,26 @@ default.SIG_PDFA1B_VALID=false # enable/disable BAIK support for all profiles
default.SIG_BAIK_ENABLED=false
-# values for adobe signature field. Can be overwritten per signature profile.
+
+###############################################
+# Adobe signature field settings
+#
+# all settings can be overwritten per signature profile.
+# e.g. sig_obj.SIGNATURBLOCK_DE.adobeSignText.binary=Mein Signator
+
+# enable/disable additional creation of adobe signature field
+default.adobeSignEnabled=true
+
+# title values for adobe signature field. Can be overwritten per signature profile.
# e.g. sig_obj.SIGNATURBLOCK_DE.adobeSignText.binary=Mein Signator
default.adobeSignText.binary=PDF-AS
# ognl use for textual signature is ok, not for binary!
default.adobeSignText.textual=${sso.certSubjectDNPart("CN")}
+# default name of the adobe signature field (if enabled).
+default.adobeSignFieldValue=PDF-AS-Signatur
+
+
#absolute positioning
#sig_obj.PROFIL.pos=p:1;x:40.0;y:800.0;w:400.0;f:80
|