Answer Posted / jeettu
Download ADOBE APTT plugin.
access the PDF file with its object model, for this u should have Acrobat installed in ur machine.
Find the sample example below.
Dim gApp, gPDDoc, jsoSet
gApp = CreateObject( "AcroExch.App" )1
Set gPDDoc = CreateObject( "AcroExch.PDDoc" )
If gPDDoc.Open( "c:MyPdfFile.pdf" ) Then
Set jso = gPDDoc.GetJSObject()
jso.console.Show
jso.console.Clear
jso.console.println ( "Hello, Acrobat for QuickTest!" )
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to remove the associated function library?
How many ways we can parameterize data in quicktest professional (qtp)?
What is the qtp testing process?
Explain about the test fusion report of quicktest professional?
when to start the automation?
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
Please guide me release notes of Automation once scripts are completed
Explain the concept of object repository and how quicktest professional recognises objects?
I have enrolled for a QTP course which is a four weekend course.Do you think its a good way to start off learning this tool?What all do i need with me in order to become a pro at using this tool?
How did you use regular expressions in QTP and also in WR?
give me the code to save all messages of inbox of gmail into a folder and notepad
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
Is the qtp course will help to create a virtual object?
ACTUALLY I AM WORKING IN THE DISTRIBUTION DOMAIN.MY COMPANY IS PROVIDING DISTRIBUTION SOFTWARE FOR PHARMA AND FMCG DISTRIBUTORS.HERE I AM USING QTP 9.2.HERE IN MY APPLICATION WHILE RECORDING ONE WINDOW APPEARS.IN THAT I CAN SELECT THE ITEM OR NO NEED TO SELECT.BUT WHILE RUNNING THE SAME SCRIPT THE WINDOW MAY NOT APPEAR OR APPEAR.HOW TO WRITE SCRIPT FOR THIS
What is the descriptive programming?