Votes
											
																	Answers
																
																	Views
											
															
						Question
						
				0
                        votes
                    1
                        answer
                    351
                        views
                    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...