Can't print PDF from Adobe Acrobat in Reader mode
Hello,
In our environment, we have set up the registry to enforce Adobe Acrobat to run in a reduced mode (acting as Adobe Reader):
--
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockDown]
"bIsSCReducedModeEnforcedEx"=dword:00000001
--
With this configuration clients can't print PDF files using this command:
--
"C:\Program Files\Adobe\Acrobat DC\Acrobat\Acrobat.exe" /p /h "C:\SomePath\Doc.pdf"
--
No error will be displayed, the application will just open and remain minimized.
If we change the application settings:
--
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockDown]
"bIsSCReducedModeEnforcedEx"=dword:00000001
"bProtectedMode"=dword:00000000
--
Then we can print without any problems.
This setting is not secure and cannot be used in our environment.
What should I set to make printing using the command Acrobat.exe /p /h "C:\SomePath\Doc.pdf" work?
Kind regards,
Lukas
