How to retrive Logo from PDF file using QTP Script?

Questions by sriramrks

Showing Answers 1 - 3 of 3 Answers

open the pdf and create a virual object from Tools -> virtual object -> New Virtual object -> ans select the type of object and mark the logo.
then record on the selected logo.
and capture bitmap and place it in one of the folders.

this is the script which i used to retrive the logo from pdf file.

systemutil.Run "E:ZareenaCSTECSTEMadeEz.pdf"
'Window("Adobe Reader").Activate
Window("Adobe Reader").WinObject("AVPageView").VirtualObject("object").CaptureBitmap "C:pdflogo.bmp",True
 'open the file and check whether the logo is retrived

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions