Stamp Multiple PDF's files
Hi, Is there a way to "batch" stamp mulitple pdf files. I have 200 pdf files I need to stamp "Approved". Looking for a batch routine or something that will make this faster.
Thanks
Kelvin
Hi, Is there a way to "batch" stamp mulitple pdf files. I have 200 pdf files I need to stamp "Approved". Looking for a batch routine or something that will make this faster.
Thanks
Kelvin
The answer is yes. But it requires an "Action" that uses a script. You'll find some of the code you need for this here:
https://www.pdfscripting.com/public/PDF-Page-Coordinates.cfm
The key part of the code is determining the location where you want the stamp placed. Then use this line of code to place the stamp:
this.addAnnot({type:"Stamp",page:nPage, rect:rect, AP:"StampName"});
You'll need to fill in all of the paramatets except for the "type".
More info can be found here:
https://www.pdfscripting.com/public/All_About_PDF_Stamps.cfm
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.