From f29acc006ee53212c1ac7730db827bd7fc455966 Mon Sep 17 00:00:00 2001 From: ferbas Date: Thu, 10 Dec 2009 09:33:31 +0000 Subject: adobe signature field config git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@502 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c --- work/cfg/config.properties | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'work') 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 -- cgit v1.2.3