Il 07/09/2011 15:21, Tommaso Cucinotta ha scritto:
Il 07/09/2011 14:23, Julien Rioux ha scritto:
(having looked at your patch)
Can you write a python port of libreoffice2eps.sh?
then it's also portable to windows.
ok, that was the real reason of why all the scripts were Python. Sure,
I'll do that.
However, I'm not sure of the availability on Windows and Mac of the
following commands:
- cat
- ps2eps
- libreoffice -nologo -convert-to eps -outdir path/to/destination
/path/to/input.odg
Can any Windows/Mac user confirm whether I can use these programs
without problems (e.g., "os.system('ps2eps ...')), or not ?
Thanks,
T.