I\'m trying to batch-download a lot of files within the BlackBoard environment (used a lot on universities/schools around the world). I am able to retrieve the links where t
Chrome 57 change the setting... use this to disable Chrome PDF viewer:
//To disable PDF viewer plugins with Chrome 57 chromePrefs.put("plugins.always_open_pdf_externally", true);