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 |
Which function is used to accesses the Properties from Repository Pls anybody can give the answer.. Thanks in advance...
Why a framework is needed?? Plaese post your answers ASAP
What is the Dynamic Scenario in QTP? And also anybody give the example for this?
How to Display last item of a Combobox by using QTP?
How is GC reddy online program Will i get placed How are the placements.
What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?
where is the bitmap checkpoint be saved
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
What is the difference between QTP 8.2 and QTP 9.2
explain abt dyanamic changing object with example?
How to convert QTP's ObjectRepository.mdb file to xml file
How to change the screen name while running the test.