[reportlab-users] Help to Auto open generated pdf files

Dom Dom mydomdom at gmail.com
Tue Jul 1 02:26:56 EDT 2014


Hi,

You may also do:

import ctypes

try:
        shell32 = ctypes.windll.shell32
        shell32.ShellExecuteA(0,"open",doc_name,0,0,5)
except Exception, e:
        print Exception, e

Dominique
   
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://two.pairlist.net/pipermail/reportlab-users/attachments/20140630/ba079704/attachment.html>


More information about the reportlab-users mailing list