Open ravisojitra opened 7 years ago
I'm having a similar issue. I'm trying to download a pdf. When I go to the url in the browser, and when I download it from the browser (Chrome) I'm able to download the complete file. However, when I download it using this package I don't get the textboxes filled out for some reason...
The code I'm using to download the pdf... ` const download = require('download');
download(url, ('dir')); `
I am downloading file using node.js with VPN enabled but it's not downloading complete file. Where by visiting that link it's downloading complete file.