054997d
diff --git a/nbconvert/preprocessors/svg2pdf.py b/nbconvert/preprocessors/svg2pdf.py
054997d
index 60b23b8..e100042 100644
054997d
--- a/nbconvert/preprocessors/svg2pdf.py
054997d
+++ b/nbconvert/preprocessors/svg2pdf.py
054997d
@@ -53,7 +53,7 @@ class SVG2PDFPreprocessor(ConvertFiguresPreprocessor):
054997d
     @default('command')
054997d
     def _command_default(self):
054997d
         return self.inkscape + \
054997d
-               ' --without-gui --export-pdf="{to_filename}" "{from_filename}"'
054997d
+               ' --export-filename="{to_filename}" "{from_filename}"'
054997d
     
054997d
     inkscape = Unicode(help="The path to Inkscape, if necessary").tag(config=True)
054997d
     @default('inkscape')