Replies: 1 comment 1 reply
-
Please don't use the feature request template to ask support questions. The If you are unsure of how to set preferences then read the general usage guide. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I just see "126.2.7+ disable-pdf-extension no longer supported"
How can I download pdf directly with cefsharp latest version 126.xxx? is there a method to download pdf automatically without manually clicking the download button ?
it won't go into IDownloadHandler interface when load PDF view. So I have no idea how to save PDF to local with 126.xxx version when finished loading. before 126.x version, I used the param "settings.CefCommandLineArgs.Add("disable-pdf-extension","1");", it can download pdf directly.
Beta Was this translation helpful? Give feedback.
All reactions