Does anyone know where "custom" stamps are stored in Acrobat 7.0?
I found the stamps folder, but my custom stamps are not stored there.
I'm trying to make a custom dynamic stamp.
Does anyone know where "custom" stamps are stored in Acrobat 7.0?
I found the stamps folder, but my custom stamps are not stored there.
I'm trying to make a custom dynamic stamp.
app.getPath('user', 'stamps');
using the JavaScript Console to locate the user folder for stamps. Your return will be something like:/C/Documents and Settings/loginID/Application Data/Adobe/Acrobat/#.0/Stamps
/c/ is the "C:" drive or home drive, 'loginID' is your user loginID for Windows, and "#" is the major version for your Acrobat product. For version "X" the value is "10".
George Kaiser