My application prints a PDF to a temporary file. How can I open that file with the default application in Python?
I need a solution for
- Windows
- Linux (Ubuntu with Xfce if there's nothing more general.)
|
3
|
My application prints a PDF to a temporary file. How can I open that file with the default application in Python? I need a solution for
Related
|
||||||
|
|
|
os.startfile is only available for windows for now, but xdg-open will be available on any unix client running X.
|
||
|
|
|
|
on windows it works with |
||
|
|
|
|
||
|
|
|
|
Ask your favorite Application Framework for how to do this in Linux. This will work on Windos and Linux as long as you use GTK:
where |
|||
|
|
|
|
Open file using an application that your browser thinks is an appropriate one:
|
||
|
|