Re: Automating Javascript Web Form Input

2012-02-27 Thread Kay C Lan
Dave, Thank you, thank you, thank you. Absolutely brilliant. Took me about 10 min to sort out - would have taken 5 sec if I knew what I was doing. Had a little trouble with a '500' error message from the server, but once I actually bothered to look at your code and check the dictionary for stuf

Re: Automating Javascript Web Form Input

2012-02-27 Thread Dave Cragg
On 27 Feb 2012, at 10:05, Dave Cragg wrote: > > I tried it and it seems to work, but it returns an html page from which you > need to extract the url which will download the text file. I just took a look at the resulting text file. It was full of "weird stuff" and no readable text. I'm not sur

Re: Automating Javascript Web Form Input

2012-02-27 Thread Dave Cragg
On 27 Feb 2012, at 00:52, Kay C Lan wrote: > If I manually enter the pdf file I wish to convert, from the resulting web > page I can see how I can use LC to download the converted text file, what I > don't know is how to us LC to feed the website my pdf file so I can > automate the entire process

Automating Javascript Web Form Input

2012-02-26 Thread Kay C Lan
I know how to use LC to do a simple web entry like this: put URL "https://www.google.com/search?q=online+pdf+to+text+conversion"; into tHTML But how do I handle java forms? At this page: http://www.fileformat.info/convert/doc/pdf2txt.htm If I manually enter the pdf file I wish to convert, from