Check if a pdf text is equal to another

Hello everybody!

I’d like to know if there is a precise way to compare two PDF files and to check that the text inside them is the same.

Thanks in advance

Hi! Do you want to check for particular text inside the pdfs or the whole text from pdfs??

Hi!
The whole text.
Thanks

Did you try using read PDF text for both the pdfs and then compare them using .equals function?
pdfcompare.xaml (5.3 KB)

Here is the workflow!
I hope this helps you :slight_smile:

2 Likes

Thank you so much!!
You’re very kind!!

1 Like

Please mark it as a solution, would you? :slight_smile: