For a single file conversion PDF to SVG with text to path (Poppler Import) and Export to plain SVG format I use this command line:
Inkscape --export-type=svg --pdf-poppler -l FILENAME.pdf
Does anybody know how I can batch convert a whole directory with pdf files?
ย
Have a look at this thread.ย
https://inkscape.org/forums/questions/batch-conversion-of-pdf-to-eps-via-command-line/
The powershell script near the bottom. It was for pdf to eps, but just change the extension
Thanks @inklinea, I'll give it a try.
For a single file conversion PDF to SVG with text to path (Poppler Import) and Export to plain SVG format I use this command line:
Does anybody know how I can batch convert a whole directory with pdf files?
ย
ย
Have a look at this thread.ย
https://inkscape.org/forums/questions/batch-conversion-of-pdf-to-eps-via-command-line/
The powershell script near the bottom. It was for pdf to eps, but just change the extension
Thanks @inklinea, I'll give it a try.