> Hi Guys, > I am reading a PDF book and I need to copy some parts of it as I go > along as notes to a word file. I am doing this by copying it to the > clipboard with copy and them past into the word document. > What I would like to do is to cut the middle man, I would like an > utility that I would select the text to copy but then it would copy it > strait into the word document. > To be clear, I do not want a pdf converter, I want something that will > grab the selected text strait into the word document. > any suggestions welcomed. > Best Regards I've done stuff like this (screen scraping basically) before. What you can do is write a script (.vbs) that flicks Word open, creates a new document, and monitors the clipboard. When the clipboard changes and if the contents are a certain type, then append it to the end of the doc. I think I've got one that runs in Word itself. If you can wait a day or two, I can dig up something. I vaguely remember commercial versions of this... Tony -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist