I use a Mac. We have the template to place the exhibit stamp on pdf docs, but we are installing this now on a new mac. The instructions state to place the doc in the "stamps" folder within the application. We are unable to locate this folder. Can anyone help?
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
Type the following into the JavaScript console to find out the paths to these folders:
app.getPath ("app", "stamps");
app.getPath ("user", "stamps");