Check whether an image exists in a document or not

Hi Community!
I want to know that how can we know whether an image in a document exists or not??
Basically I have a pdf file which contains an image only. I want to check whether image exists or not. Then I will do further processing.

Thanks in advance!

Fine
—use Start process activity and pass the file path of pdf as input
—this will open the file and once opened if the image appears straight away when it opens then we can directly use IMAGE EXISTS activity
Or if we want to scroll down a bit then use SEND HOT KEY activity with key as down or pgdn
Then use IMAGE EXISTS activity

Hope this would help you
Cheers @Hassan_Ali

Thanks @Palaniyappan, I try this!

1 Like