Your result looks like Inkscape does not find the proper font and replaces it with some other font.
The formula looks to me like it's from LaTeX which uses a Type 1 Font.
So, I am just guessing that Inkscape does not know to handle such Type 1 Fonts. If you type your formula e.g. with LibreOffice Formula Editor (of course it doesn't look as good as LaTeX
![Wink ;-)](images/smilies/icon_e_wink.gif)
) which is using TrueType Fonts and make a PDF out of it, the following command line conversion works under Win7 (cmd.exe), but apparently not for Type 1 Fonts.
Code: Select all
inkscape -z -f "Input.pdf" -l "Output.svg"
So for your task, the above mentioned Poppler-Standalone seems to be the preferred solution.