I have started using Softmaker Office and I really like the compatibility to MS Office files, since I collaborate a lot with people using MS Office. The biggest problem I have run into so far is that EMF files are not displayed in SMO. However, since SMO now supports PNG files, I thought it might be possible to convert the EMF files into PNG with a script or so.
Since other programs on Linux provide EMF support, we should be able to convert the embedded files using a command like
Code: Select all
libreoffice --headless --convert-to png *.emf
Code: Select all
inkscape -e file.png source.emf