>From windows, using a python script how can I open
> Adobe Reader without displaying a PDF document?
Just start the reader executable with no arguments.
os.system(r"C:\Program Files\Adobe\Acrobat
7.0\Reader\AcroRd32.exe")
Does it for me.
If you need to send commands etcto it you propbably nee
Hello,
From windows, using
a python script how can I open Adobe Reader without displaying a PDF
document? Furthermore, using a script is it possible to run two Adobe
Reader sessions simulatneously. Thanks in advance.
Kind
Regards,
JR
___
Tu