Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

How can I enable "Adobe Create PDF" extension programmatically ?

  • 1 reply
  • 13 have this problem
  • 8 views
  • Last reply by zrusilla

more options

I am automating a workflow where in I want to control (enable/disable) Adobe Create PDF extension programmatically using JavaScript or in any other scripting language ? If anyone has worked on controlling Firefox Addons/Extensions by a script/program, please share your experience. I shall be very thankful.

Thanks.

I am automating a workflow where in I want to control (enable/disable) Adobe Create PDF extension programmatically using JavaScript or in any other scripting language ? If anyone has worked on controlling Firefox Addons/Extensions by a script/program, please share your experience. I shall be very thankful. Thanks.

All Replies (1)

more options

Programmatically set the preference 'extensions.autoDisableScopes'. See https://developer.mozilla.org/en/Installing_extensions, 'Disabling install locations' for explanation of what this preference means.

I was having the same problem with programmatically-installed extensions being installed but disabled. I discovered that the default value for extensions.autoDisableScopes was 15, which blocked everything. I set it to 0 (because I have a nonstandard install location) and my extensions were enabled upon startup.