Thanks for all your Replys, please send me sample script for Saving multi records in same folder using QTP
On Wed, Dec 3, 2008 at 12:42 PM, venkata koduri <[EMAIL PROTECTED]>wrote: > Mr Kanth, > > http://www.codeproject.com/KB/cpp/ExtractPDFText.aspx > > U can browse above link .I hope That would be helpful to you. > > Regards.. > > Venkat > > On Wed, Dec 3, 2008 at 11:42 AM, Ganesh muralidharan <[EMAIL PROTECTED]>wrote: > >> Hi, >> >> For a scenario of saving some pdf files I had used sendKeys. Pasting the >> code below : >> >> e.g. For scenario in which a pdf file was opening in a child browser I >> tried below code and used SendKeys to do Shift+Ctrl+s to save the pdffile : >> >> Set objApprbrowser=Browser("hasmenubar:=0","title:=https://tools-.*") >> >> strhwnd = objApprbrowser.GetROProperty("hwnd") >> >> set WshShell = CreateObject("WScript.Shell") >> >> window("hwnd:="&strhwnd).Maximize >> >> WshShell.SendKeys "+^S" >> >> >> On Tue, Dec 2, 2008 at 9:01 PM, rajanikanth b <[EMAIL PROTECTED]>wrote: >> >>> Hi, >>> >>> I need Some Help Regarding How to Automate the PDF Reports >>> >>> In My present project, i has to Retrieve Some Reports and I need to save >>> the Reports with different names in Single Folder. >>> >>> Please help me regarding this. >>> >>> Rajanikanth.B >>> >>> >>> >> >> >> -- >> Ganesh Muralidharan >> Wipro Technologies >> Mob. : 9341023574 >> >> 'God Never Forgets' >> >> >> >> > > > -- > Regards.. > Venkat > > > > > -- Rajanikanth.B --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google "QTP - HP Quick Test Professional - Automated Software Testing" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/MercuryQTP?hl=en -~----------~----~----~----~------~----~------~--~---
