diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2013-12-11 12:03:12 +0100 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2013-12-11 12:03:12 +0100 |
commit | 84553d9bc5eb670ee6f9cf21b3f9aa516530bc56 (patch) | |
tree | 49bce0129938744fba9051f38b7cdb3053bc1796 /pdf-as-lib/src/configuration/cfg/profiles/INVISIBLE.properties | |
parent | 58ec3119edaed4ac721f47e36e05b9337590681a (diff) | |
download | pdf-as-4-84553d9bc5eb670ee6f9cf21b3f9aa516530bc56.tar.gz pdf-as-4-84553d9bc5eb670ee6f9cf21b3f9aa516530bc56.tar.bz2 pdf-as-4-84553d9bc5eb670ee6f9cf21b3f9aa516530bc56.zip |
changed to ECCelerate, added default configuration
Diffstat (limited to 'pdf-as-lib/src/configuration/cfg/profiles/INVISIBLE.properties')
-rw-r--r-- | pdf-as-lib/src/configuration/cfg/profiles/INVISIBLE.properties | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/pdf-as-lib/src/configuration/cfg/profiles/INVISIBLE.properties b/pdf-as-lib/src/configuration/cfg/profiles/INVISIBLE.properties new file mode 100644 index 00000000..ad2b6a5f --- /dev/null +++ b/pdf-as-lib/src/configuration/cfg/profiles/INVISIBLE.properties @@ -0,0 +1,14 @@ +###################################################################################################
+# PROFIL: Unsichtbarer Signaturblock
+
+sig_obj.INVISIBLE.description=Unsichtbarer Signaturblock
+
+sig_obj.types.INVISIBLE=on
+
+sig_obj.INVISIBLE.adobeSignFieldValue=PDF-AS Signatur
+sig_obj.INVISIBLE.adobeSignReasonValue=Informationen zur Pr\u00fcfung finden Sie unter http://www.signaturpruefung.gv.at
+
+# Platzhaltersuche f\u00fcr dieses Profil deaktivieren
+sig_obj.INVISIBLE.enable_placeholder_search=false
+
+sig_obj.INVISIBLE.verifyURL=http://www.signaturpruefung.gv.at
|