Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

StartProcess doesn't run in protected mode

Explorer ,
Jul 07, 2023 Jul 07, 2023

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

TOPICS
Windows
357
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jul 07, 2023 Jul 07, 2023

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

 

 

Translate
Community Expert ,
Jul 07, 2023 Jul 07, 2023

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

 

 

Thom Parker - Software Developer at PDFScripting
Use the Acrobat JavaScript Reference early and often

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jul 12, 2023 Jul 12, 2023
LATEST

That worked a treat, thanks.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines