I'm trying to convert a PDF file (of only one page) to EMF. If I do it from the Inkscape GUI with the default options the outcome is perfect.
But if I do it with command line the outcome is a blank page.
I'm using this command:
Code: Select all
inkscape -f=test.pdf --export-emf=test.emf
am i missing something?