One of my current duties is examining a large amount of scanned documents (tifs and jpegs). The documents seemed to be stored in a data management that I access through through a web browser (mostly Chrome). We have some proprietary document viewer that displays all the scanned documents for us; however, it is incredibly slow for folders containing 200+. IT is working on the issue, but I know it’s going to take a long time for fix.Therefore, to speed up the process we have resorted to downloading and saving every document to the computer.
Chrome has speeded up the process for us, because it doesn't question ask Yes or No questions on downlaoding. However we still have to click on every single link to download the documents. The internet access is limited, so we cannot install many of the popular download managers like flashget, jdownloader, etc; however, Orbit was successful. Even with orbit installed, it attempts to download all the files, but the files are all .ASP files. I believe it has something to do with the security certificates, so the download must take place with the web browser.
I was successful in extracting the full URL address using a simple function in excel that I found through google. The original links would look like this name.tif or name.jpg. Therefore, I used excel to extract the full URL in the hope that it would solve the problem with the download manager. However, I ran into the same issue with receiving ASP files. I have come to the conclusion that the links must be downloaded through the web browser and not through a download manager. I also tried a firefox extension called Down Them All, but it ran into security certificate issues and constantly asked for my username and password to the server.
One of my co-workers has set up a simple macro that moves his mouse pointer over the links and clicks on each one to download. It works, but is still slow when you have 200+ files to download.
Anyone have any suggestions. Another thought was having an excel program to open every link and have Chrome set to not automatically open every file.
Chrome has speeded up the process for us, because it doesn't question ask Yes or No questions on downlaoding. However we still have to click on every single link to download the documents. The internet access is limited, so we cannot install many of the popular download managers like flashget, jdownloader, etc; however, Orbit was successful. Even with orbit installed, it attempts to download all the files, but the files are all .ASP files. I believe it has something to do with the security certificates, so the download must take place with the web browser.
I was successful in extracting the full URL address using a simple function in excel that I found through google. The original links would look like this name.tif or name.jpg. Therefore, I used excel to extract the full URL in the hope that it would solve the problem with the download manager. However, I ran into the same issue with receiving ASP files. I have come to the conclusion that the links must be downloaded through the web browser and not through a download manager. I also tried a firefox extension called Down Them All, but it ran into security certificate issues and constantly asked for my username and password to the server.
One of my co-workers has set up a simple macro that moves his mouse pointer over the links and clicks on each one to download. It works, but is still slow when you have 200+ files to download.
Anyone have any suggestions. Another thought was having an excel program to open every link and have Chrome set to not automatically open every file.