diff options
| author | ferbas <ferbas@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2009-12-10 09:33:31 +0000 | 
|---|---|---|
| committer | ferbas <ferbas@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2009-12-10 09:33:31 +0000 | 
| commit | f29acc006ee53212c1ac7730db827bd7fc455966 (patch) | |
| tree | ceeb1cf6dc70ef79cb3a0c39854d006c75a5546f /work/cfg/config.properties | |
| parent | 84b2fdd41d73202e5ef90f9326b6c75f1b3e2462 (diff) | |
| download | pdf-as-3-f29acc006ee53212c1ac7730db827bd7fc455966.tar.gz pdf-as-3-f29acc006ee53212c1ac7730db827bd7fc455966.tar.bz2 pdf-as-3-f29acc006ee53212c1ac7730db827bd7fc455966.zip | |
adobe signature field config
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@502 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'work/cfg/config.properties')
| -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
 | 
