Quantcast
Channel: Adobe Community : Unanswered Discussions - Acrobat
Viewing all articles
Browse latest Browse all 73766

Signing multiple PDfs with Adobe esig

$
0
0

Hello,

 

I am trying to sign thousands of documents with my electronic signiture. They are scanned documents that I have verified are true and exact copies. The problem is that each document has a cover page with a signiture field and I must double click type password and fill in reason for every page. I am trying to Batch this right now using java script in the batch processing section.

 

I saw online that there is a way to sign multiple documents using java but I am not sure if that is for Adobe acrobat 9 or not.

 

I was experimenting with this

  

  

Sign all documents

 

Batch sequence name:Signature Sign All.sequ

     

 

Task: Create an invisible signature on each of the selected files.

 

Example 2.12

 

Sign all documents

  

 

/* Signature Sign All */

// Choose handler

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

// Login -- change as appropriate

ppklite.login("dps017", "/C/Profiles/DPSmith.pfx");

// Add a signature field with zero dimensions (invisible)

var f = this.addField("Signature", "signature", 0, [0,0,0,0]);

// Sign it and log out. Change as appropriate

f.signatureSign(ppklite,

{ password: "dps017",

location: "San Jose, CA",

reason: "I am approving this document",

contactInfo: "dpsmith@mycompany.com",

appearance: "DPSmith"});

ppklite.logout();

 

  

I tried filling in my information....  It gets stuck at the handler part. If someone could explain to me what things are generic here that I need to fill in with my info and where I may find that info. I know that // are comments, but some of this info is over my head. I would be extremely grateful if someone could help me figure this out as it would save me countless hours of clicking and signing.



Thanks,

Chris

  

  

 

.

 


Viewing all articles
Browse latest Browse all 73766

Trending Articles



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