summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/latex/aeb-pro/aeb_pro.js
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-05-14 06:36:44 +0900
committerNorbert Preining <norbert@preining.info>2021-05-14 06:36:44 +0900
commitbf70dc0d16bec363de6ca6745bcd7cf0ec17c01a (patch)
tree568eae4355b33b6cdcaf2a3f34c914f595a48722 /texmf-dist/doc/latex/aeb-pro/aeb_pro.js
parent4ac795a4cbc17927bd3bc444849a5144d23ba43f (diff)
aeb-pro (May14)
Diffstat (limited to 'texmf-dist/doc/latex/aeb-pro/aeb_pro.js')
-rw-r--r--texmf-dist/doc/latex/aeb-pro/aeb_pro.js12
1 files changed, 10 insertions, 2 deletions
diff --git a/texmf-dist/doc/latex/aeb-pro/aeb_pro.js b/texmf-dist/doc/latex/aeb-pro/aeb_pro.js
index 7b14a209..6172b1e1 100644
--- a/texmf-dist/doc/latex/aeb-pro/aeb_pro.js
+++ b/texmf-dist/doc/latex/aeb-pro/aeb_pro.js
@@ -1,12 +1,14 @@
/*
AEB Pro Document Assembly Methods
- Copyright (C) 2012 -- 2016 AcroTeX.Net
+ Copyright (C) 2012 -- 2021 AcroTeX.Net
D. P. Story
http://www.acrotex.net
- Version 1.4
+ Version 1.5
*/
+/* v1.5 Added aebCertifyInvisibleSign */
+
if ( typeof aebTrustedFunctions == "undefined") {
aebTrustedFunctions = app.trustedFunction( function ( doc, oFunction, oArgs )
@@ -115,6 +117,12 @@ aebSignatureSetSeedValue = app.trustPropagatorFunction( function ( oArgs, field
return retn = field.signatureSetSeedValue(oArgs);
app.endPriv();
});
+aebCertifyInvisibleSign = app.trustPropagatorFunction( function ( oArgs, field )
+{
+ app.beginPriv();
+ return retn = field.certifyInvisibleSign( oArgs )
+ app.endPriv();
+});
aebAddIcon=app.trustPropagatorFunction( function ( oArgs, doc )
{
app.beginPriv();