How to give the URL for the use application activity

Hi,

I want to extrac the data from a pdf. the documents are in a website. When I click on view/download documents, its navigating to new tab in the browser. How to get the text from a pdf opened in a new tab in the browser.

Regards,

@raju_alakuntla

hi

try with get text activity

Can’t you download the pdf and open it with a pdf reader? it is easy to extract data when opening the document with the right application.

Hi @raju_alakuntla

check the different pdf’s, if the website link is changing at few places then try with * (wild cards). In the use application\browser activity provide the dynamic weblink.
Inside use application\browser activity insert the get text activity to scrap the data from the website.

Hope it helps!!

can you send aby screenshots please

Regards,

How can I send @raju_alakuntla

Do one thing
When you are opening the pdf in the website there is URL.
Do open the two to three pdf’s and copy those URL’s and post here.

Then I will guide you where you have to use wildcards.

Hope you understand!!

1St Url:

http://3.111.185.249:8080/#/docviewer/PReTOcgYUo1hu%252fFKObHW4GDDjD58qeJKhn6V25Kl3Q80xMAJGzmQYEIpUZySMCUJK0kUpTzCHfOs6kau6WmYPEt0mwceYvKH9YOtbo1%252fxzi7l%252f6utM93vJ5eenrTfa6TQ7x5XwXlIRuuDVgCqCt97VVDpQaph9sdiVcuAk%252bG4cI%253d/U2FsdGVkX1%2FoQjb6YpUKYULpprkuVvP1E6U8yeA4brQ%3D

2nd:

http://3.111.185.249:8080/#/docviewer/bEfaHuhiqptb%252bIZJqqBnt%252fm9pJh4DSWL59m59Fxc9iMMO9%252ft66iv9AktiU4YTQ%252b7UtAA3uLFzqVNT3%252fiz7JoNb2CGzPzxfDFqiL3qMmwJmlIN5hjzp4%252fRUAEcIOFUuAV5mP0jhb3boyY8Xnj6HADaL8JZqQkEbKhfLHQP%252bQlWsw%253d/U2FsdGVkX18ZqvZqZuVGOgYHjI%2Boh3IEPEpen2BSrVA%3D

3rd:

http://3.111.185.249:8080/#/docviewer/c%252fGouImJxbAGjPbOSlYCSv3d%252b7kPJ3wgrBWsi8Z64J%252fvD%252fCGz1lrgSElC%252bZh6ljRBbEKY3t9lARx%252bsS5uG9y%252fi2quEtMMgrDxQ99L5cGK3kFeU9vEFhGk%252bgLf3HgBV4XCRK%252f6b7Q8KIZkdTOQdkO6HNxQasD4DDeuOzptH7oTY5xzR4pWbjb6%252biYXxfDpvyI/U2FsdGVkX1%2FT52vtZPSPPyOKgfJrcJ5n700s0N43fXTe1wPLv4Spxqnlh84HeV6S

Regards,

1 Like

Okay @raju_alakuntla

Use the below one in the use application\browser activity.

http://3.111.185.249:8080/#/docviewer/*

In the properties of Use application\browser activity give like this
Open → Always
Close → Always
Window attach mode → Single window

Inside Use application\browser activity insert the get text activities and all.

Hope it helps!!

hi,

I have changed as per your suggestion but this time the document is not opening.

Regards,

1 Like

Change the window attach mode to application instance and try.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.