Quantcast
Channel: Adobe Community : Popular Discussions - JavaScript
Viewing all articles
Browse latest Browse all 12130

How do I use Acrobat JavaScript to perform digital signature (e-sign) in multiple PDFs documents?

$
0
0

With this script, I can perform batch signature:

 

// Choose handler

var manipulador = security.getHandler("Adobe.PPKLite");   

 

// login -- change as appropriate

manipulador.login("test123", "/D/Users/p004826/AppData/Roaming/Adobe/Acrobat/10.0/Security/Israel.pfx");

 

// informations

var myInfo = {password: "test123",

                    reason: "Salvar como teste",

                    mdp: "defaultAndComments"};

 

//Invisible Sign

this.certifyInvisibleSign({

oSig:manipulador,

oInfo:myInfo,

cDIPath:"/c/temp/sigSign.pdf",

cLegalAttest: "Certificado ussando o JavaScript",

bUI:false

});

 

But, it accomplishes only with a .PFX file saved locally. I'm trying to find a way that makes the user to insert a card and enter a password to make the e-signature. Does anyone know any other way?

Sorry for my bad english

 

Thank you!!!


Viewing all articles
Browse latest Browse all 12130

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>