Sarvesh33782538lg9o
Community Beginner
Sarvesh33782538lg9o
Community Beginner
Activity
‎Mar 11, 2025
07:54 AM
Thanks @S. S for your response. Will surely try them and let you know if issue still persists. Thanks, Sarvesh Karan
... View more
‎Feb 27, 2025
04:01 AM
Thanks for replying Thom Parker. Yes I have ultimately used WinInet to make internet calls and even it works for me. The thing I was worried about was, why dotnet dll calls were getting blocked. Even opening a simple TCPClient socket was restricted. But yeah WinInet.dll works fine . Thanks for the help.
... View more
‎Feb 25, 2025
04:28 AM
We are facing exactly the same issue. We are using dotnet version 6 to make Http calls and those fails with "No credentials are available in the security package" and this fails only in ProtectedMode. It works fine in Non Protected Mode. Any hints if I do need to whitelist some DLL's ?
... View more
‎Feb 17, 2025
02:19 AM
Check this entry Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockDown Ensure you have bUseWhitelistConfigFile as a DWORD value of 1.
... View more
‎Feb 17, 2025
12:46 AM
I am running Adobe Acrobat in protected mode. I have certain files that I need to grant access. I have given access to them in "ProtectedModeWhitelistConfig.txt" file located in Acrobat folder. I have also ensured that I have added "bUseWhitelistConfigFile" and set its DWORD value to 1 under registry key Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockDown. It takes all my files properly but when I do changes in "ProtectedModeWhitelistConfig.txt" file to update new directories / files, It fails to do so. If I delete it restart in Non Protected mode and then recreate it in Acrobat folder it again takes the new changes and starts working. Am I doing anything wrong here? Is there a way to prevent adobe using its OLD FILE. [I HAVE ALWAYS RESTARTED ADOBE AFTER CHANGES] . Or is there some place where it caches this file so that I can delete it and Adobe Acrobat takes my new changes in the file.
... View more
‎Apr 26, 2024
06:13 AM
HI Abambo, Thanks for the reply. To update this, I was able to load DLL , but I am unable to make any api calls through my plugin. I modified some policies even, but still it is unable to make api calls, where as If I disable protected mode, it works fine. Running them , I just receive an error stating : Code: await PostAsync<T>(url, body); An error occurred while sending the request. Inner Exception : The underlying connection was closed: An unexpected error occurred on a receive. I found that adobe is able to make its own internet calls smoothly, Like check for upgrades and all. Is there any way where I can modify Adobe, so that it loads my sites. I tried adding in Trusted Manager and changed allow pdf files to access websites. Thanks in Advance.
... View more
‎Apr 23, 2024
12:52 PM
I have written an Adobe Acrobat plugin using Adobe SDK which helps me to modify PDF. It runs perfectly well when protected mode is turned off. However, as soon as I turn protected mode on, my DLL is not recognised and doesnt even load. Am I missing something here? What should I include in my DLL so that it gets recognised and loads up in protected mode too?
... View more
‎Dec 08, 2023
08:07 AM
Thanks @Bernd Alheit . Just to be safe on my question : Our plugin is for full version of acrobat not specifically for acrobat reader. Is it possible to create a new plugin for cloud version of Acrobat?
... View more
‎Dec 08, 2023
05:44 AM
No @Abambo , My query is for online version only. My plugin works fine in adobe acrobat desktop environment. I want my plugin to be used in Adobe Acrobat cloud version too. What I saw is there are some plugins listed in Market place (Adobe creative cloud- stock and marketplace) . I just want to know the way I can write my cloud plugin (any document) or if I can upload my same Desktop plugin and it can be used in cloud platform.
... View more
‎Dec 07, 2023
11:10 PM
Hi @Bernd Alheit . Thanks for the information. Could you please tell me, What would be correct procedure to create a plugin for cloud version of Adobe Acrobat, and then how to upload it? I have seen some plugins available in stock and marketplace.
... View more
‎Dec 07, 2023
10:58 PM
8 Upvotes
I have developed a desktop plugin for Adobe Acrobat Reader. Is there any way we can upload the same plugin for cloud versions?
... View more