Skip to main content
Participating Frequently
August 25, 2020
Answered

Custom Quicktools Questions

  • August 25, 2020
  • 1 reply
  • 852 views

I have a few questions about Custom Quick Tools and Icons.

 

I've created custom quick tools based on my specific Javascript actions. All of the generic icons on Custom Quick tools look the same. How can I add an icon to each of them? Also, will my Custom Quick Tools save across multiple computers? How can I make sure that when my PDF is shared, they have access to my Custom Quick Tools? 

 

I know this is a lot of questions. I appreciate any help I can get. 

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

Your custom quicktools are your custom quicktools - this means they are not shared. They are also not shared across multiple computers, unless they are connected via a "roaming profile" (that would be  Windows setting) - or a shared home directory (on a Mac). You will have to live with the generic icons. Only custom tools (written in JavaScript or as an Acrobat plug-in) can provide their own toolbar icons. 

1 reply

Karl Heinz  Kremer
Community Expert
Karl Heinz KremerCommunity ExpertCorrect answer
Community Expert
August 25, 2020

Your custom quicktools are your custom quicktools - this means they are not shared. They are also not shared across multiple computers, unless they are connected via a "roaming profile" (that would be  Windows setting) - or a shared home directory (on a Mac). You will have to live with the generic icons. Only custom tools (written in JavaScript or as an Acrobat plug-in) can provide their own toolbar icons. 

A.J.5EA8Author
Participating Frequently
August 25, 2020

Do custom commands save across computers and other shared users?

Karl Heinz  Kremer
Community Expert
Community Expert
August 25, 2020

You would have to either copy the plug-in or the JavaScript code to other machines. As far as different users on the same machine: Plug-ins are installed on the system level, so they would definitely be shared, and JavaScripts can be installed on the application or the user level, so it depends.