Hello,
I would like to be able to convert a ccx file to svg by just right-clicking it. I have a bash script to convert all files in a directory, but would like to be able to convert just one file.
in konsole, I would do
uniconvertor graphic.ccx graphic.svg
If I right-click in dolphin and open graphic.ccx with this command
uniconvertor %u %.svg
the output is graphic.ccx.svg
I would like to have graphic.svg as output.
Any ideas? Thanks a lot in advance!
I would like to be able to convert a ccx file to svg by just right-clicking it. I have a bash script to convert all files in a directory, but would like to be able to convert just one file.
in konsole, I would do
uniconvertor graphic.ccx graphic.svg
If I right-click in dolphin and open graphic.ccx with this command
uniconvertor %u %.svg
the output is graphic.ccx.svg
I would like to have graphic.svg as output.
Any ideas? Thanks a lot in advance!
Comment