manuelaneena
6 years agoOccasional Contributor
Regular Expressions in TestComplete
Hi,
I wanted to search for a partcular text in a PDF document using python.how can I use regular expressions for the same?I will be passing the PDF document as well as the regular expression as parameter.
You will need to adapt the code presented here
https://support.smartbear.com/articles/testcomplete/testing-pdf-files-with-testcompleteto use within Python to pull the text out of a PDF file and process it.