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.
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.