How can i check if pdf file's in my folder are made up of images or not

I want to process each file in my folder depending on whether which file has images and which one doesnt. I am new to UiPath , so please let me know an easy way to achieve this.

@PAJ1999

You can try using read pdf text activity …and if the pdf is image ideally it would return empty value…else it would return some text…can try using that output to decide that

cheers

you can try extract image from PDf activity (you specify a folder path and it outputs the images there) and see if theres any files in the folder
image

  • if you dont see these activities make sure UiPath.pdf.activites package is installed
    image