'How to download a pdf files having application/font-woff network type using selenium web driver

I am trying to download a pdf file which is having application/font-woff network type.I have used so many preferences but then also unable to download the pdf file still asking for the save loaction.enter image description here

options.SetPreference("browser.helperApps.alwaysAsk.force", false);
options.SetPreference("browser.helperApps.neverAsk.saveToDisk", "application/font-woff");
options.SetPreference("browser.download.folderList", 2);


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source