Difference between revisions of "Convert images"
From Linuxintro
imported>ThorstenStaerk |
imported>ThorstenStaerk |
||
Line 6: | Line 6: | ||
= Office files = | = Office files = | ||
You can convert Office files (*.doc, *.ppt etc) using the [[command]] soffice: | You can convert Office files (*.doc, *.ppt etc) using the [[command]] soffice: | ||
− | soffice --convert-to png ''presentation.odp'' | + | soffice --invisible --convert-to png ''presentation.odp'' |
− | Converts ''presentation.odp'' to presentation.png | + | Converts ''presentation.odp'' to ''presentation''.png |
= Corel Draw files = | = Corel Draw files = | ||
To convert a Corel Draw file to a Linux-readable format, use [[uniconvertor]]. | To convert a Corel Draw file to a Linux-readable format, use [[uniconvertor]]. |
Latest revision as of 14:09, 15 June 2013
To convert images, the graphviz package contains a utility called convert.
Example:
convert -scale 300x150 -transparent white klingel.svg klingel.png
Office files
You can convert Office files (*.doc, *.ppt etc) using the command soffice:
soffice --invisible --convert-to png presentation.odp
Converts presentation.odp to presentation.png
Corel Draw files
To convert a Corel Draw file to a Linux-readable format, use uniconvertor.