Hi all , need to compare two pdf files and find out unmatched data between them, need help to write the function to determine differences between both the files???..I have used this function
new List(of String)from{“t1” , “t2”}…Correct me if I am wrong…Thank you.
Hi @Rajnish
Use String arr strDirarray=Directory.GetFiles(InputFilePath)
for each item in strDir
use if for each item(0).toString.equals(item(1).toString
Thanks
Ashwin S
1 Like
@AshwinS2 …Thank you for your response…I am attaching my workflow screenshot for your reference
…Please go through and help me to make correction…thank you.