Re: gui scripting

2005-02-14 Thread Follower
> >Second phase will have this done on a Windows platform... but that is
> >second priority ...




--Phil.
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: searching pdf files for certain info

2005-02-24 Thread Follower
rbt <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>...
> Not really a Python question... but here goes: Is there a way to read 
> the content of a PDF file and decode it with Python? I'd like to read 
> PDF's, decode them, and then search the data for certain strings.

I've had success with both:

  

  

although my preference is for the latter as it transparently handles
decryption. (I've previously posted an enhancement to the `pdftools`
utility that adds decryption handling to it, but now use the `pdffile`
library as it handles it better.)

The ease of text extraction depends a lot on how the PDFs have been
created.

--Phil.
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: gmail access with python!

2005-01-30 Thread Mr Follower
Did you try the CVS version of libgmail? While none of the "release
versions" (i.e. up 0.0.8) currently work, as of a week ago the CVS
version handled the two recent modifications to Gmail.
--Phil. (Author libgmail)

-- 
http://mail.python.org/mailman/listinfo/python-list