Copy link to clipboard
Copied
StartProcess doesn't run in protected mode, but what if clients are reluctant to turn protected mode off? Are there any settings where I can specify that my plugin should be allowed to call StartProcess, even if protected mode is on?
Cheers
Pete
I don't know specifically if "StartProcess" can be run from protected mode, but if it could run, then it would be with a Sandbox Broker:
Refer to the documentation:
https://opensource.adobe.com/dc-acrobat-sdk-docs/acrobatsdk/64bitdev.html#plugins-and-protected-mode
https://opensource.adobe.com/dc-acrobat-sdk-docs/library/overview/SandboxBrokerExt.html
Copy link to clipboard
Copied
I don't know specifically if "StartProcess" can be run from protected mode, but if it could run, then it would be with a Sandbox Broker:
Refer to the documentation:
https://opensource.adobe.com/dc-acrobat-sdk-docs/acrobatsdk/64bitdev.html#plugins-and-protected-mode
https://opensource.adobe.com/dc-acrobat-sdk-docs/library/overview/SandboxBrokerExt.html
Copy link to clipboard
Copied
That worked a treat, thanks.