Inkscape.org
Beyond the Basics Using Inkscape Command line to convert objects
  1. #1
    SamVine SamVine @SamVine

    Hi 

    In the previous version of Inkscape (0.92) I used to use the command line to 

    • Open an SVG
    • Select all objects
    • Ungroup everything
    • Convert everything to a path 
    • Save the file with a new filename 
    • Close inkscape

    using the following command line 

    "c:\program files\inkscape\bin\inkscape.exe" -f "Converted-%~n1.svg" --verb EditSelectAll --verb SelectionUnGroup --verb EditSelectAll --verb ObjectToPath --verb FileSave --verb FileQuit
     

    With the latest release this no longer works.  I understand that the structure has changed but can't find how to make this work with Inkscape 1.0.1 - any ideas or guidance?

     

     

  2. #2
    Tyler Durden Tyler Durden @TylerDurden

    Maybe you have seen this?
    https://wiki.inkscape.org/wiki/index.php/Release_notes/1.0#Command_Line

Inkscape Inkscape.org Inkscape Forum Beyond the Basics Using Inkscape Command line to convert objects