Open a file with the preferred application from the user. The absolute path is preferred, as this is most likely to work when running from an egg and in all kinds of setups.
Parameters: | file_name – the absolute path to the file to open |
---|
The yield statement will return True if the file was opend successfull.
Render a jinja template into a temporary file and open that file with the prefered application of the user.
Parameters: |
|
---|
Write a stream to a temporary file and open that file with the preferred application of the user.
Parameters: |
|
---|
Write a string to a temporary file and open that file with the preferred application of the user.
Parameters: |
|
---|
Render a jinja template into a temporary file and open that file with microsoft word through the use of COM objects.
Parameters: |
|
---|