These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

How do I batch insert stamps?

Kimelch
Registered: Jun 3 2010
Posts: 4

I have a stamp I've created. I need to apply it to about 2000 documents.

I know I can run a run a java script as a batch process on a group of files. I don't know enough about java to write a script that will insert my stamp.

Thanks for any ideas!

My Product Information:
Acrobat Pro 9.3.1, Windows
Dimitri
Expert
Registered: Nov 1 2005
Posts: 1389
Hi Kimelch,

You could do that with a custom script, but does it have to be a stamp? There is a built-in Batch Process command for adding a Watermark. When you create the Batch process and use Add Watermark you can browse to the file with the stamp image and add it that way. Of course when it gets added it is a watermark, not a stamp. So it depends on whether a watermark will suffice for what you want to do. Not sure if that will help but it is a way to do it without a custom script.

Hope this helps,

Dimitri
WindJack Solutions
www.pdfscripting.com
www.windjack.com
Kimelch
Registered: Jun 3 2010
Posts: 4
Hi Dimitri,

Thanks for the quick response! No, that won't work. The stamp has some javascript that will only work if it's a stamp, and not if it's a watermark. (I've figured out that much.)

Do you have any ideas on how to proceed with the custom script?

Thanks,

Kimelch
Dimitri
Expert
Registered: Nov 1 2005
Posts: 1389
Hi Kimelch,

Adobe has a doc with sample scripts that includes one for inserting a stamp in the center of the first page of all files in a folder-
http://www.adobe.com/devnet/acrobat/pdfs/batch_sequences.pdf
Look in the category "Inserting Comments and Form Fields"

Of course you will need to alter it for your particular needs but that should get you started.

Hope this helps,

Dimitri
WindJack Solutions
www.pdfscripting.com
www.windjack.com
Kimelch
Registered: Jun 3 2010
Posts: 4
Dimitri,

Very cool, very helpful. I think it's almost there....

I can insert A stamp, but I don't see how to insert MY stamp.

I'm going to try to keep working on it, but thought I would ask in case it's something really obvious. I should learn java.

Kim