When open a PDF in Inkscape, i get new Open-Dialog with option what to do with Text where font is missingDefault 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?
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
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
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?
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
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