[python-win32] Open PDF

Thomas Heller theller at python.net
Thu Sep 22 15:55:56 CEST 2005


"Jorge Ramirez" <ramirez08063 at itc.nl> writes:

> Hello,
>  
> I would like to know how to open a PDF document from a python script,
> any suggestions are appreciated.

os.startfile("mydoc.pdf")

Thomas



More information about the Python-win32 mailing list