I am facing an issue in UiPath Cloud workflow, I want to save a web url into pdf file please help me to solve this issue.
I tried using adobe connection - create pdf from url, but it is showing an error.
Please help me in this.
Thanks and Regards
I am facing an issue in UiPath Cloud workflow, I want to save a web url into pdf file please help me to solve this issue.
I tried using adobe connection - create pdf from url, but it is showing an error.
Please help me in this.
Thanks and Regards
if the url is for a pdf file and if it has the full path or if using web page if you just paste the url and then the file downloads or appears then you can use http request with url as the input and response as attachment can be given a filepath and it would be saved in the same path
cheers
Thanks @Anil_G
But i have a web urls. I want to get that web pages in pdf format
I am retriving web URLS from sharepoint list, and using download file from URL activity and passing the rertrived URL in it. After converting that downloaded file into pdf using create pdf from download file activity, but it is throwing an error as given in the below image.
Sometimes the file gets saved in storage bucket but that file does not open.
downlad file from URL will give you the file output already…now what url are you trying to use in create pdf
cheers
The normal web urls of any website or in .html formats or .aspx formats urls
Yess @Anil_G
Cheers!!
if you see the activity it supports from other office formats to pdf
also sharepoint url download is not a public endpoint you should be using download file activity under office365 to get the file using the url
or if you are trying to print the sharepoint list itself as pdf then again as it is not public url you wont be able to get the same response
cheers
I am not using sharepoint links. I have prepared a sharepoint list in which a column contains various web URLs which I need to convert into pdfs.
Thanks!!
can you open those web urls in incognito mode?
do they redirect to public websites?
cheers
No I cant, Opens in normal web pages. Is there any options through which we can directly convert it into pdfs without opening that urls in browser?
Thanks
ideally if you cannot open as normal web page then it should be a sharepoint related url which cannot be converted like that…its an authenticated page…
cheers