KAPOW

Would you like to react to this message? Create an account in a few clicks or log in to continue.
KAPOW

Welcome to the Kapow forum. Here you can get help, use your skills to help others and enjoy hanging out in the company of other Kapow Robot Developers.


2 posters

    How to download pdf by rpa

    avatar
    mugunthan1899


    Posts : 2
    Points : 2505
    Join date : 2018-01-12

    How to download pdf by rpa Empty How to download pdf by rpa

    Post by mugunthan1899 Thu Jan 18, 2018 1:32 am

    I need to load the website with login credentials and download the pdf file and need to save in common location, how to do by kapow rpa
    jking
    jking


    Posts : 103
    Points : 4053
    Join date : 2014-03-01
    Location : USA

    How to download pdf by rpa Empty Re: How to download pdf by rpa

    Post by jking Thu Jan 18, 2018 3:17 am

    Your description is a very common use case for Kapow.  Have you checked the help contents?  Very good documentation there.
    In general you will need to extract the .pdf to a variable and then use a Write File step to specify the File Name (including the drive name, if any, and the directory path to the file). Then specify File Content (the variable you used to extract the .pdf).  That's it.  When exectuted the robot will log into the website, follow the navigation path you create, extract the pdf and write out the file.

    Note that the File Name can be static, or you can use an Expression to dynamically write the File Name.

      Current date/time is Fri Nov 15, 2024 1:45 pm