0
Change location of Custom Stamp
New Here
,
/t5/acrobat-sdk-discussions/change-location-of-custom-stamp/td-p/11255155
Jul 01, 2020
Jul 01, 2020
Copy link to clipboard
Copied
You can store the files required for a custom stamp under your roaming profile, but i want to store them more centeral is this possible?
TOPICS
Acrobat SDK and JavaScript
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/acrobat-sdk-discussions/change-location-of-custom-stamp/m-p/11255357#M4649
Jul 01, 2020
Jul 01, 2020
Copy link to clipboard
Copied
There are two locations you can use: the user folder (the one you mentioned) and the app folder.
To find the latter run this command from the JS Console:
app.getPath("app", "stamps");
If you're on Windows it will be something like this:
C:/Program Files (x86)/Adobe/Acrobat <VERSION NUMBER>/Acrobat/plug_ins/Annotations/Stamps
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

