Interfacing GUI applications..?
Cameron Laird
claird at starbase.neosoft.com
Fri Jun 15 19:19:04 EDT 2001
In article <3B18032E.21AF631E at pfortin.com>,
Pierre Fortin <pfortin at pfortin.com> wrote:
>Hi,
>
>I've been searching for a couple of days now and must resort asking for help...
>
>Does anyone know if it's possible to interface to a GUI application via a Python
>script? I'm writing an application and would like to invoke Adobe's AcroRead
>(on Linux) and feed data to a "fill-in" PDF file.
>
>The minimum requirement is to make AcroRead think it's coming from the
>keyboard. Extra points for mouse events (or shortcuts, though not all menus
>items have shortcuts).
.
.
.
Is this AcroRead operating under Windows? If so,
I think it will be useful to sharpen your question
to, "Does anyone know whether AcroRead is a COM
server?" That question, incidentally, has nothing
to do with Python, and little to do with GUIs; the
folks in comp.text.pdf will more likely be of help
with that.
If you're operating under Windows (I speculate you
are), and if AcroRead is a COM server (I anticipate
that it is), then you're in luck; Python is a GREAT
language for COM scripting.
If not ... we'll try something else.
Incidentally, ReportLab might interest you. 'Any-
one out there have any user reports on ReportLab?
I've cobbled together some of my own PDF manipula-
tions, but I'll happily discard all of them for a
well-done package.
--
Cameron Laird <claird at NeoSoft.com>
Business: http://www.Phaseit.net
Personal: http://starbase.neosoft.com/~claird/home.html
More information about the Python-list
mailing list