This content has been marked as final.
Show 2 replies
-
1. Re: adobe doesn't see my stamps
MichaelN Jul 29, 2014 9:48 PM (in response to EPKI Guy)Make sure the stamp is in the correct folder. There are 2 stamp folders, a "user" folder and an "app" folder:
- the User folder contains custom stamps
- the App folder has Acrobat's built-in stamps
Your custom stamp has to be in the "user" folder. Type the following into the JavaScript console to find out the paths to these folders:
app.getPath ("app", "stamps");
app.getPath ("user", "stamps");
See this page for more information: http://acrobatusers.com/tutorials/dynamic_stamp_secrets
-
2. Re: adobe doesn't see my stamps
EPKI Guy Jul 31, 2014 4:59 AM (in response to MichaelN)Hey THANKS a BUNCH Mike!!! I looked and sure as the world....I was pointing to windows.old instead of the current path...why, I don't know, but it was.....anyway Thanks again for your help!
Problem Solved!

