Copy the stamp file from the Acrobat Pro stamps folder into the Acrobat standard stamps folder. Where this folder lives depends on which platform you are on and how Acrobat was set up. But it's easy enough to find out. In Acrobat Pro open the JavaScript Console and execute the following line
app.getPath("user","stamps");
For information on the JS Console read this article.
The Acrobat JavaScript Reference, Use it Early and Often [url=http://partners.adobe.com/public/developer/en/acrobat/sdk/ pdf/javascript/AcroJS.pdf]Acrobat JavaScript Reference[/url]
app.getPath("user","stamps");
For information on the JS Console read this article.
[url=http://www.acrobatusers.com/tech_corners/javascript_corner/tips/2006/javascript_console/]http://www.acrobatusers.com/tech_corners/javascript_corner/tips/2006/javascript_console/[/url]
Thom Parker
WindJack Solutions
[url=http://www.windjack.com]www.windjack.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://partners.adobe.com/public/developer/en/acrobat/sdk/
pdf/javascript/AcroJS.pdf]Acrobat JavaScript Reference[/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script