Skip to main content
Participant
December 8, 2017
Answered

How can I add custom stamps to adobe?

  • December 8, 2017
  • 2 replies
  • 2587 views

Two things.  I recently changed work computers and would like to know the following:

1st:  Where can I go to find old stamps on old computer?

2nd: Where do I drop stamps to new computer?

This topic has been closed for replies.
Correct answer Karl Heinz Kremer

Karl,

Not impatience.  I thought I was in a chat but thanks for the kind words.

Now, where can I get to the JavaScript console?  I have no clue what that means?

Thanks.


Here is a tutorial about the console. Which version of Acrobat are you using?

https://acrobatusers.com/tutorials/javascript_console

2 replies

Participant
December 8, 2017

How do I get to the JavaScript console?

Participant
December 8, 2017

Hello?

Karl Heinz  Kremer
Community Expert
Community Expert
December 8, 2017

You get impatient after only seven minutes? Please keep in mind that most of the people on this site are users of Adobe's technology, just like you. We are not getting paid for what we do here.

Stamps are stored in two different locations: On the application level and on the user level. If you still have Acrobat running on this old computer, you can bring up the JavaScript console and execute these two commands:

console.println(app.getPath("app", "stamps"));

console.println(app.getPath("user", "stamps"));

This will tell you the folders where stamps can be found. You then just copy the relevant files to a new computer (using the same mechanism to figure out where they need to be saved).

Participant
December 8, 2017

Karl,

Not impatience.  I thought I was in a chat but thanks for the kind words.

Now, where can I get to the JavaScript console?  I have no clue what that means?

Thanks.