|
| |||
| How to read selected text in a pdf application Hi! I would like to know if there's a way to read the selected text in a windows application? Example: I would like to read all box of a pdf file (using tab and look at the selection) and copy the contents of the box in an Excel Workbook. In the pdf file, I can't make a copy. Is there a workaround? Thank's Alex Dim myIE As Object Set myIE = CreateObject("InternetExplorer.Application") myIE.navigate http:\\... file.pdf myIE.Visible = True Dim dReturnValue As Double dReturnValue = Shell("IEXPLORER.EXE", vbNormalFocus) AppActivate dReturnValue Application.SendKeys TabKey, True sValue = Application.Selection 'Doesn't work... -- Alex St-Pierre |
| Bookmarks |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| IE7 Selected Text | Andy Royds | Internet Explorer | 4 | 03-28-2009 07:08 AM |
| IE7 Selected Text | Andy Royds | Internet Explorer | 0 | 03-28-2009 06:05 AM |
| IE7 Selected Text | Andy Royds | Internet Explorer | 0 | 03-28-2009 05:48 AM |
| IE7 Selected Text | Andy Royds | Internet Explorer | 0 | 03-28-2009 05:45 AM |
| IE7 Selected Text | Andy Royds | Internet Explorer | 0 | 03-28-2009 05:45 AM |
| New To Technology Questions? | Do You Need Help with Your Computer or Device? | Do You Need Help with this site? |