How to recognize and read data from pdf file using
Descriptive Programming in QTP?
Answer / satya
Using third party API:
If you have Acrobat Writer installed you use ArcoExch object
to manipulate pdf files.
Function GetPDFPageCount(filename)
Dim pdfFile,Acroapp,pdf
'PDF File preparations
Set Acroapp = CreateObject("AcroExch.App")
Set pdf = CreateObject("AcroExch.PDDoc")
pdf.Open filename,"temp"
Set pdfFile = pdf.GetPDDoc
GetPDFPageCount = pdfFile.GetNumPages
Set pdffile = nothing
Acroapp.Exit
End Function
| Is This Answer Correct ? | 1 Yes | 0 No |
Hi all, i have installed QTP8.2 in my system. but script is not generating while recording. What is the problem? is any file missing? pls let me know anybody...Thnaks
What exactly a frame Work means?what are the different type of frameworks done in QTP?why the caption for QTP given as advanced keyword driven?
1.how can we report the QTP test result in a different excel sheet 2.
Explain the Keyword View ?
how to create user defined functions in QTP? can any one expalin me with example.. Thanks in Advance for help
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
Can someone tel additonal features which has been included under QTP 9.0 which is not there in 8.2 version?
How will you test a stapler?
What does it mean when a check point is in red color? What do you do?
What is API?
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
breef description of batch testing ?