Votes
Answers
Views
Question
0
1
311
I am trying to read content from PDF file using UFT 12.02 using below code: Set AcroApp = CreateObject("AcroExch.App") AcroApp.Show Set AcroAVDoc = CreateObject("AcroExch.AVDoc") AcroAVDoc.Open sPDFpath,"" Set AcroAVDoc = AcroApp.GetActiveDoc Set AcroPDDoc = AcroAVDoc.GetPDDo...