From bf70dc0d16bec363de6ca6745bcd7cf0ec17c01a Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 14 May 2021 06:36:44 +0900 Subject: aeb-pro (May14) --- texmf-dist/doc/latex/aeb-pro/aeb_pro.js | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'texmf-dist/doc/latex/aeb-pro/aeb_pro.js') 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(); -- cgit v1.2.3