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

Creating Stamps using custom javascrip on PDF

Davidpnelson
Registered: Apr 11 2007
Posts: 2

Creating Stamps help!
 
(ex.Putting Draft stamp in background) on PDF docs using a Javascript. I have a javascript that use to work with Arcobat 6 but it doesn't work in Acrobat 7? I was able to add and remove stamps from document using this javascript.

My Product Information:
Acrobat Pro 7.0.7, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
There were some security changes made from 6 to 7 that broke a lot of scripts. The most important change was the addition of the "app.trustedFunction()" function. You can get around most of the security updates by setting the "Enable Menu items JavaScript execution privileges" checkbox in the Acrobat Preferences on the JavaScript panel.

If this is not the problem then you will need to post more information

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script