I am trying to download multiple PDF files from differing URLs and save them to .xlsx (I know that I will have to use some type of converter for this?). However, I am trying to determine the “best” way of doing so.
Is my only option to navigate to URL and then Insert Hotkey command to ‘Save As’? Or is there another way?
Also, has anyone attempted to use PDF extraction and then convert to .xlsx for manipulation?
To download an PDF from an URL you can simply use HTTP Request activity with the URL set to EndPoint property and the local file name where you want to save it set in ResourcePath property.
The HTTP Request activity can be found in UiPath.Web.Activities pack.
I kind of stumbled onto the a version of the same problem. I tried to download a pdf from invoice-generator webpage. However when using the HTTP Request with EndPpoint property the URL and ResourcePath property the local file name a (.pdf), I get a pdf that has an error message saying that the file has been damaged or type is not supported.