Posts by Ezequiel Moscardi Sprocatti • 1 point
1 post
-
0
votes4
answers2549
viewsA: How can I automatically download PDF from a web page
Just copy and paste the code below and see if it helps! WebClient webclient = new WebClient(); webclient.DownloadFile(url_link, "C:meudocumentoem.pdf");