Inkscape.org
Beyond the Basics Convert PDF to SVG via command line / new option on import via GUI not available via command line
  1. #1
    BernhardGeyer BernhardGeyer @BernhardGeyer

    When open a PDF in Inkscape, i get new Open-Dialog with option what to do with Text where font is missing
    Default value ist "convert to path".

    So i get not all text elements in SVG compared to older version.

    But I can't control the behaviour via command line.
    I would need the counterpart to

    --export-text-to-path

    like

    --export-assign-new-font-for-missing-fonts

    Are there planes to enhance the command line?

     

  2. #2
    inklinea inklinea @inklinea⛰️

    Yes. 

    I'm assuming Inkscape 1.3 now.

    To discover these exciting options.

    Linux:

    inkscape --action-list | grep pdf

    inkscape --help | grep pdf

    Windows

    "c:\Program Files\Inkscape\bin\inkscape.com" --action-list | findstr pdf

    "c:\Program Files\Inkscape\bin\inkscape.com" --help | findstr pdf

  3. #3
    BernhardGeyer BernhardGeyer @BernhardGeyer

    Yes. Inkscape 1.3.

    And yes! There are exciting option 👍

    --pdf-font-strategy=keep

    Is the solution for me.

     

    Thanks for your fast and good help

Inkscape Inkscape.org Inkscape Forum Beyond the Basics Convert PDF to SVG via command line / new option on import via GUI not available via command line