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 |
In QTP where i have to concentrate more in the Interview point of View
How to display the first 3 letters in these "ABCDEFGH" using qtp script?
if the excel sheet specified in script is not there,we get run time error how to handle the error ,please anybody explain me in detail
write a qtp code to display all the items in the fly from combo box or list box
How can we encrypt the username using recording mode in login window? There is 2 encrypted types what are it
how much space occupies in object respository by default?
What is All object and Local object in Object Repositary? Explain me please.
Can the mode of object repository be change during run time? Eg. if the mode is per-action during design time can i change it to shared and vice-versa? Any scripting possible?
how to write vbscript on web applications in qtp. explian with one example?
Think and Reply.. can we parameterize radio buttons, check boxes? as in flight web site on flight preference page, choosing different flight produces trouble if from port and to port been parameterize, and runs. Try it by own you will get the error.
How can i select multiple values from drop down list using vb script in qtp? and wt is the script for clicking msg box box automatically with a specific time. Thanks in advance...Kalyani.
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..