Answered
I created a Dynamic Stamp in Adobe Acrobat 8.0 Pro, on a computer running Windows 7, 64-bit. I found the file and sent it to another computer. It is running Acrobat 7.0 Standard, on a computer running Windows XP, 32-bit. When I open up Acrobat on the new computer, and go into "Tools"-"Stamp"-"submittal" (the name of the location I created it on the original computer), the pull-down menu immediately closes, asks for the information that was originally programmed into on the first computer, then nothing shows up. Did I do something wrong?
try {
var userStamps = app.getPath("user","stamps");
} catch(e) {
var userStamps = "User has not defined any custom user stamps";
}
console.println(userStamps);
George Kaiser