Replies: 1 comment
-
|
https://magpcss.org/ceforum/index.php is probably the best place to ask. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am using CefSharp to view datasheets in pdf format in my application. In the past the internal pdf extension was used, but now an external extension is loaded from adobe.com. The problem is, that I redirect all external URLs (except: chrome-extension://...) to the system browers. Another problem is, that many computers running my application are not connected to the internet.
How can I disable (or better remove) the external extension and use the internal classic one again?
The code used for external links:
Beta Was this translation helpful? Give feedback.
All reactions