Our firm regularly pulls data in the form of pdf files from a secure website. I have been tasked with finding a way to do this in visual basic. I'm sure it is possible, but I'm not sure how to tackle this. Here are the challenges:
1 the website is password protected so each user's password will need to be passed to the website in code.
2 the user needs to navigate through 5 levels to actually get to the page where they download the pdf files
3 the user needs to specify the name and location where they want to save the pdf files.
Has anyone done something like this before?
1 the website is password protected so each user's password will need to be passed to the website in code.
2 the user needs to navigate through 5 levels to actually get to the page where they download the pdf files
3 the user needs to specify the name and location where they want to save the pdf files.
Has anyone done something like this before?